Andrew Blair

Results 16 issues of Andrew Blair

Hello, I have an expressjs back-end and a Vite dev server (running React) on the front-end. Have you encountered the issue where the `close` event from the client doesn't get...

Hi, I have an Axum server and was using `MemoryStore`. I just swapped that for `PostgresSessionStore`. I can see that between browser page reloads that my session is persisting but...

Hello, I get this error when I try to import your package, ``` Module parse failed: /Users/foo/Documents/projects/foo/node_modules/redux-saga-location/reducer/location.js Unexpected token (14:8) You may need an appropriate loader to handle this file...

### The problem in depth I am using the MuiX data grid. I have a date column whose values are dates like `2024-04-24` (no time or time zone). In my...

component: data grid
status: waiting for author
feature: Filtering
support: commercial
support: premium standard

The `namespaces` syntax was causing [Vite](https://vite.dev) to fail to compile. I changed the emitter to generate `declare module` syntax instead and now Vite is happy. The import syntax in my...

I just replaced ts-node with esbuild for locally running my Node.js (express.js, TypeScript project) server and it's way faster now. When I remove ts-node from package.json, Knex CLI doesn't run...