Alberto Ricart

Results 94 issues of Alberto Ricart

Doing a build to try to bypass the CORS issue, seems to fail: ```Download https://deno.land/x/[email protected]/commands/upgrade.ts Looking up latest version... Already up-to-date! > aleph build > .aleph/production/lib/billingclient.bundling.js:3142:4: error: Transforming async generator...

## Defect On a pull subscriber, it is now possible to request the maximum number of bytes to be handed on the request. Currently, this feature will reject sending messages...

🐞 bug

This is currently only affecting internally - as nsc doesn't expose tier limit configuration. If you have an account with regular jetstream: ```javascript "mem_storage": 0, "disk_storage": 5 * GB, ```...

🐞 bug

`max_batch` and `max_expires` are only meaningful to pull consumers, they can be set and updated on push consumers without a server rejection. `inactive_threshold` is only meaningful for ephemeral consumers, but...

🐞 bug

On ack expiration, the ack_pending is not getting decreased, and num_pending is not getting re-increased. ```typescript Deno.test("manual - pull inflight acks expired", async () => { const sc = StringCodec();...

🐞 bug

If a non-json client publishes a message that is invalid JSON, an encoded connection doesn't report the issue, this tests demonstrates the issue: ```go func TestJSONBad(t *testing.T) { var d...

See https://github.com/nats-io/nats.js/issues/344 While the API is shown correctly, the ordering is not. So copy-paste will not result in what the user may be expecting by reading the sample code illustrating...

The concept of `Stream`, `Chunked`, `Singleton` has some clarification - singleton is obviated, as that is the standard pattern. `Chunked` is intended for segmenting a large piece of data into...

https://github.com/nats-io/nats.go/blob/b1f0d197532c7f1e578b96c3a510275b2ea3e800/nats.go#L2652 If there's a response mux, services that re-write responses won't be able to parse the response subject to dispatch to the mux subscription. Currently, if there's only one mux...