Jeffrey Konowitch
Jeffrey Konowitch
This is still an issue, even in `1.14` ``` Arguments: /home/jeff/n/bin/node /usr/share/yarn/bin/yarn.js install PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/mnt/c/Windows/System32:/mnt/c/Windows:/mnt/c/Windows/System32/wbem:/mnt/c/Windows/System32/WindowsPowerShell/v1.0:/mnt/c/Windows/System32/OpenSSH:/mnt/c/Program Files/NVIDIA Corporation/NVIDIA NvDLISR:/mnt/c/Program Files/Git/cmd:/mnt/c/Users/jkono/AppData/Local/Microsoft/WindowsApps:/mnt/c/Users/jkono/AppData/Local/hyper/app-2.1.2/resources/bin:/mnt/c/Users/jkono/AppData/Local/Programs/Microsoft VS Code/bin:/home/jeff/n/bin Yarn version: 1.14.0 Node version: 10.15.1...
> We are working towards support for Pages file-based configuration Just to make sure I understand, is the plan to support `wrangler.toml` configuration for deploys on-par with how Workers work?
Thank you for your detailed and thoughtful response! A lot of food for thought here. And yes, this is very much a nice to have, not essential, so I will...
Got it that makes, and in particular your distinction between batch processing where error handling / retrying is necessary and batch exporting to another queue where we can optimistically delete...
@nhitchins , Apologies for the late response here. Nice solution - feel free to submit a pull request and I'll merge in the change.
@domchristie great performance improvement here - can this be main lined?
This is a very impactful change as we are using Kysely for our ORM, and having access to the full set of `@libsql/client` features (e.g. embedded replicas) would be a...
@geekodour Are you still planning to implement this adapter?
As a follow up, by using the underlying Deno APIs, this problem can be worked around: ```typescript // this works import { Application, Router } from "@oak/oak"; const router =...
FYI, I also tested SSE, and there is a similar issue with `deno serve` ```typescript import { Application, Context, Router, Status } from "@oak/oak"; const router = new Router(); const...