Michael

Results 3 issues of Michael

test.ts ```ts import { Ok, Result } from 'ts-results' let result: Result = Ok(1) console.log(result) ``` compile with `esbuild src/test.ts --bundle --platform=node --minify --define:import.meta.vitest=undefined --outdir=dist --outbase=src` run fails ``` node...

We have a problem with the server origin: When we run our astro application in aws with cloudfront, auth.js always gets the "inner origin" (api gateway url or lambda function...

### Description: We are experiencing an issue with Nano Stores Query in combination with Vue.js. The data loading is inconsistent, sometimes the data does not load correctly. We use session...