93 followers
dev doing stuff
VSCode Tasks and Code Generation after Save
TL;DR Below is the .github/workflows/udeps.yaml file I have come up with: name: udeps on: [push, pull_request] jobs: Test: strategy: matrix: os: [ubuntu-latest] # udeps requires nightly rust: [nightly] runs-...
How to not Enter A Password and Still Be Safe
By default, Laravel uses in-memory SQLite database to run your tests doing database operations. You can confirm this by checking phpunit.xml in the root of your Laravel project. <!-- ... --> <php> <!-- ... --> <server name="CACHE_DRIVER" valu...
End Result The end result is demonstrated below. Introduction I will talk about how you implement a camera in a top-down RPG game in Godot. Before going through, however, you need to check that you satisfy some requirements and environments listed...
NuShell is an alternative shell. It has many features that are pretty useful such as table as output, filtering the columns and rows or searching them. That's why it is safe to say that it's not Bash compatible but being quite useful for what it curr...