Charles Pritchard

Results 62 issues of Charles Pritchard

When sending a response, all value types must be a string or writeString will fail: (this is using { "foo": 2 } having changed the schema to be "INTEGER"): ```...

### What is the problem this feature would solve? Named tuples may be used for easier to read function parameters, or for other structured tuple data. Example: ``` export type...

enhancement
@kubb/plugin-ts

### What is the type of issue? Documentation is confusing ### What is the issue? I've come up against two issues in the Zod plugin working with processing: The extName...

v3
@kubb/core

These are failing in a more strict mode which expects: ``` description?: string; ``` But in the index.d.ts distribution the methods of `declare class ParametersBuilder` are defined with: ``` description?:...

wontfix

Currently if running yarn from a separate folder it requires quite a few flags - it'd be nice to cut it down: Current state: ``` NODE_OPTIONS: -r /opt/nodejs/.pnp.cjs --loader /opt/nodejs/.pnp.loader.mjs...

enhancement

In the gaussianimage_cholesky.py we have a six bit quantizer with three channels: ``` self.cholesky_quantizer = UniformQuantizer(signed=False, bits=6, learned=True, num_channels=3) ``` In the analysis_wo_ec method, the number of channels are missing...

The latest SDK is a bit long in the tooth - the node-fetch requirement is dated and in the dependency chain causes a deprecation warning from the yarn package manager....

bug

The NewlineTransformer has a ts-ignore that says node ignores the encoding if it's a number. This is not the case on 22.7 on a Mac; it fails with an unknown...

bug

## Summary Running `cmake --build ./build` on a stock Alpine Linux installation with clang 17 (and clang 18) resulted in two compile errors - I am not clear if there's...

CLA Signed

The `auto_decompress=True` default of aiohttp can't be disabled via `session_factory = lambda: AiohttpSession(auto_decompress=False)` as that gets in the way of other HTTP requests in the session which rely on a...

bug