Mark Gibson
Mark Gibson
Hi, I've just tried updating to TS 3.0.1 and ts-fsa 3.0.0-beta-2, i previously had this generic reducer... ```typescript const mergeResultIntoIndex = (state: Indexed, {result}: Success): Indexed => { return {...
In the 1.9.0 release `hx-on` scripts are executed even if `allowEval` is set to `false`.
It would be very useful to allow `CacheSettings` to default to whatever Deno itself is doing, for example, if `--reload` has been passed to reload all, or with a list...
Could the `deploy` function in `src/subcommands/deploy.ts` be exported so that it could be used directly from another Deno script rather than via the cli?
### What problem are you trying to solve? I have some Deploy services that are used by other services, for example a webhook. It's not as easy to develop and...
To allow a consuming project to utilitize the config type without pulling in the full dependency of the OAuth2Client. This could be completely backwards compatible by re-exporting the type from...
Minimal support to expose ID token. Fixes #28
If your chat with a Claude model exceeds the context length, the earlier messages get truncated, and if the first message then happens to be an `assistant` rather than `user`...
A definitive guide to how Deno performs module resolution. This was quite simple with pure http/file URLs and the import map before the addition of `node:`, `npm:`, `jsr:` and the...
kv_oauth sits atop oauth2_client, but exposes much of the inner workings of oauth2_client, this I feel is a leaky abstraction in that it leaves kv_oauth at risk from major oauth2_client...