Kenta Iwasaki

Results 35 issues of Kenta Iwasaki

**Is your feature request related to a problem? Please describe.** Yes, I was hoping to remove the overhead of having to prefix a length to an array of bytes that...

enhancement

`redcon.serve()` only returns if `(*Server).done` is ever set to true, which is only possible if `(*Server).Close()` is called. Given that the use of `redcon.Serve(ln net.Listener, ...)` unlike any of the...

Hello :wave:, I wanted to request a feature (if it is not already possible with the current API) for being able to asynchronously cancel SQE's via. io_uring_prep_cancel across rings in...

It seems that by default, service providers are only able to advertise that their SLO endpoint supports HTTP Post only. A fix would be to just provide an option in...

### Describe the bug I upgraded to v1.15.12 using Vinxi w/ React SSR streaming and got errors about improperly spread props in . The errors started to appear since this...

A limitation right now is that IDL type definitions are only generated for structs that live in the top-level of a Solana program. It is possible to circumvent this limitation...

``` 2023-06-08T08:43:49Z app[3d8d9795c07218] lax [info]ExecutionError: error when trying to update the schema. 2023-06-08T08:43:49Z app[3d8d9795c07218] lax [info] Original error: Migration cannot be automatically populated ``` When running `edgedb watch` or when...

enhancement
upstream:edgedb

As of right now, we have both `getScalarEnumCodec` and `getDataEnumCodec` for specifying enums. It would be useful to be able to specify enum codecs with string/number literals as its input/output,...

enhancement

`getScalarCodecEnum` does not encode an enum to its values bytes. This issue is a follow-up from #2296. ```ts import { getScalarEnumCodec } from "@solana/web3.js"; export enum Currency { sol =...

bug

### What version of Bun is running? 1.1.1+ca1dbb4eb ### What platform is your computer? Darwin 23.4.0 arm64 arm ### What steps can reproduce the bug? 1. Create a new Next.js...

bug