Rafael Gutkowski

Results 25 issues of Rafael Gutkowski

Readme states following: > The Upstash implementation of RedisJSON contains a number of subtle differences in what is returned in responses. For this reason, it is not advisable to use...

https://chat.denoland.org/ returns DNS_PROBE_FINISHED_NXDOMAIN https://denochat.deno.dev/ JS file returns 500.

# Bug report ## Describe the bug When calling `supabase.functions.invoke` to a function that responds with non-2xx status code following error is returned with null data: ``` FunctionsHttpError: Edge Function...

bug

### Describe what you want Passing empty array to `inArray` throws: ``` inArray requires at least one value ``` I think it would be more ergonomic to allow empty array...

enhancement

Currently it is not possible to reliably resolve full URL from a subrouter as subrouter `ctx.match` is matched from a partial path provided in `WorkerRouter.use`. The only way to resolve...

With Server-sent endpoints it is often the case that connection is closed before Deno flushes body stream. When that happens, following error is thrown: ``` Uncaught Http: connection closed before...

My new replicator instance has been running 2023-10-23. This week I noticed that number of reactions/casts/messages considerably dropped between 2023-11-02 and 2023-11-06:   | Reactions | Messages | Casts -- |...

s-triage

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? 1. Go to https://effect.website/docs/guides/streaming/stream/creating 2. Open search input and search for `unfoldEffect` (that can...

bug

## Failing module - **npm**: https://www.npmjs.com/package/@vercel/og ```js import * as og from "https://esm.sh/@vercel/og" ``` ## Error message After running `deno run` I got this: ``` Uncaught TypeError: Import 'https://esm.sh/@vercel/[email protected]' failed:...

deno

### Proposed change Export `StorageType` found in `@nats-io/jetstream` in `@nats-io/obj` ### Use case Creating a bucket with custom storage uses (`objm.create("myobj", { storage: StorageType.File })`) enum from jetstream requiring user...