Luke Deen Taylor

Results 44 issues of Luke Deen Taylor

### System information - Have I written custom code (as opposed to using a stock example script provided in TensorFlow.js): yes - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):...

type:bug
comp:node.js
stat:awaiting tensorflower

[typescript-eslint v8 was released last week](https://typescript-eslint.io/blog/announcing-typescript-eslint-v8) with support for eslint@9 and performance + stability upgrades This repo currently depends on `@typescript-eslint` ^7

Update ~all~ almost all packages to the latest available versions, notably: - prisma 6.3 → 6.6 - Move some imports which were deprecated or removed from @prisma/generator-helper, to instead import...

Stacked on #331; ignore all but the top two commits: d270525 b1f7eb1 Replaced `@typescript-eslint/recommended` with `@typescript-eslint/recommended-type-checked`, and fix a few issues that were raised by the additional rules: - Some...

The following minimal program passes `tsc` but fails `tsgo`: ```ts function doSomething(program: WebGLProgram) { void program; } const gl = document.createElement('canvas').getContext('webgl2'); if (!gl) { throw new Error('WebGL2 context not available');...

Follow up to update the README now that #791 is merged! I tried to write notes based on the TODOs in the PR but please correct me if I’m misrepresenting...

### Bug description Enabling `queryCompiler` in my next.js app results in an error during initailization: ``` TypeError: createRequire is not a function at Object.getQueryCompilerWasmModule (prisma/dist/internal/class.js:75:24) 73 | const { readFile...

bug/1-unconfirmed
kind/bug
domain/client
topic: queryCompiler

The type definitions that ship for TwiML classes should say what types the methods return, rather than specifying `any`, which is useless for type checking. --- In the following example:...

### What happens? I’m using `duckdb-wasm` with the `spatial` extension loaded, and repeatedly running a query of the form: ```sql INSERT INTO segments (id, geom, a, b, recorded_at_z) SELECT id,...

Corresponding changes to this API for commands added in https://github.com/redis/redis/pull/13798