SYS://PUBLIC.FEED — ENTRIES 001 — 010

Overforcing liveview websockets on coolify

elixir phoenix debug coolify websockets http3

Rolling your own OFAC search

elixir rust ofac sanction screening compliance

'One of the features must be enabled' error when adding sqlx

Debugging a Rust sqlx installation error on MacOS related to feature flags.

rust sqlx debug

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.

rust debug diesel

NestJS cannot resolve dependency that's clearly there

Debugging a NestJS dependency injection error caused by circular imports.

debug nestjs typescript

Cannot connect to MySQL service in GitHub Actions pipeline

Debugging MySQL connection issues in GitHub Actions when using service containers with Rust.

rust mysql gh-actions

Infinite loop in useEffect when mocking GraphQL API

Debugging a React infinite loop issue when using Jest to test GraphQL API mocking.

react jest graphql

AttributeError: 'Options' object has no attribute 'name'

Debugging a Django/Graphene error when splitting the main schema into files.

graphql python django

Adding WASM lib to NX monorepo

A hacky way to run Rust wasm game-of-life example as a lib in nx monorepo.

rust react wasm nx

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.

react jest nx rxjs