Jesse Jackson
Jesse Jackson
Of course, it is just for example. But like I said before: > I am receiving this "monolithic" store from a module that I don't control. It would be very...
Snake case matches CSV heading data from ISO (noted in #31), and using a uniform whitespace character (`snake_case`) provides for a simpler conversion process than not using one (`camelCase`). `iso_3166-2`...
@kitsonk The coverage action seemed to not like that there wasn't an accompanying test for the type guard function, so I added one in `context_test.ts` since that's the intended context...
> Why not use an error middleware @kitsonk I'm not sure what you mean. Do you mean adding a general purpose error handling middleware function in addition to the stack...
Hi @kitsonk Do you have more feedback for showing users how to use `send()` first in their middleware stack so that filesystem has priority over other middleware? I'd love to...
@kitsonk Understood. I can create a PR for the predicate function: ```ts function isNativeRequest (r: ServerRequest): r is NativeRequest { // deno-lint-ignore no-explicit-any return (r as any).request instanceof Request; }...
I suppose `asdf` should also report updates about itself 😄
> I have some ideas around this aside from just the message. @jthegedus I know it's been a while since this topic had activity, so you might need to reference...
> What should `toISO()` return, though? I'm pretty sure `PTInfinityS` is bad, and is just the result of `toString()`ing the number @icambron From my research (note that I haven't purchased...
See Install and manage extensions > Let extensions read and change site data on https://support.google.com/chrome_webstore/answer/2664769