Overforcing liveview websockets on coolify
Rolling your own OFAC search
'One of the features must be enabled' error when adding sqlx
Debugging a Rust sqlx installation error on MacOS related to feature flags.
Arcane 'the trait bound is not satisfied' error while using Diesel
Debugging a mysterious Diesel trait bound error caused by mismatched properties between table! macro and the model struct.
NestJS cannot resolve dependency that's clearly there
Debugging a NestJS dependency injection error caused by circular imports.
Cannot connect to MySQL service in GitHub Actions pipeline
Debugging MySQL connection issues in GitHub Actions when using service containers with Rust.
Infinite loop in useEffect when mocking GraphQL API
Debugging a React infinite loop issue when using Jest to test GraphQL API mocking.
AttributeError: 'Options' object has no attribute 'name'
Debugging a Django/Graphene error when splitting the main schema into files.
Adding WASM lib to NX monorepo
A hacky way to run Rust wasm game-of-life example as a lib in nx monorepo.
Test runs ok from webstorm, but fails as nx test lib in terminal
Debugging an RxJS test that passes in WebStorm but fails in the terminal when run via nx.