huw

Results 16 issues of huw

## Environment Miniflare 2.0.0 running in VS Codespaces (Debian, Node 16) ## Description/Reproduction I ran into a pretty specific issue when trying to debug “Uncaught exceptions” with VS Code. This...

dependency

Cloud no longer use project type icons. We will be removing these from the plugin, since we only support Cloud.

do not merge

Adds new Jira project type names for differentiating between Classic and Next-gen projects. The full list of project type names is now: - Classic Business - Next-gen Business - Classic...

do not merge

In `api-endpoints.ts`, we have: https://github.com/makenotion/notion-sdk-js/blob/ba873383d5416405798c66d0b47fed3717c14f6a/src/api-endpoints.ts#L9523 The problem is that in TypeScript, the `never` type infects any types which are joined to it. This means that `WithAuth === Record` refusing any...

The new `oauth.token` method uses [`Buffer.from` under the hood](https://github.com/makenotion/notion-sdk-js/blob/83ac0435379c511e3b5a879fcdb06df0e80f5eae/src/Client.ts#L188-L189), but `Buffer` is Node-specific and won’t work in other runtimes. The recommendations for other runtimes appear to be: - Cloudflare Workers:...

### Which Cloudflare product(s) does this pertain to? D1 ### What version(s) of the tool(s) are you using? 3.22.3 [Wrangler] ### What version of Node are you using? 20.9.0 ###...

bug
d1

Minimal Theme Settings lets me set the normal and long line width. The help text set with the field says: > Number of characters per line (default 40). But in...

bug

Hey there, I’ve been using `cbor-x` in Cloudflare Workers quite successfully for a while now, but ran into a niche error when trying to do some bulk work: ``` EvalError:...

The readme currently says that you can use: ```js "canonical/filename-match-exported": [2, { "transforms": [ null, "kebab", "snake" ] } ] ``` This doesn’t actually work, because the config schema only...

bug

[Parcel 2](https://github.com/parcel-bundler/parcel) has a new plugin API, which this package would need to support on release.