Thomas Neil James Shadwell
Thomas Neil James Shadwell
This adds a go.mod to this package and a go.sum for reproducible builds, and uses `chromedp` to provide multiplatform headless chrome support. I also amended the documentation with some pretty...
Hey there! I'm unsure about makeIdentHash, which is defined like this: ``` proc makeIdentHash*(user, password: string, epoch: int64, secret: string): string = ## Creates a hash verifying the identity of...
# 🐞 bug report ### Affected Rule The issue is caused by the rule: esbuild() (https://github.com/bazelbuild/rules_nodejs/blob/stable/packages/esbuild/esbuild.bzl) ### Is this a regression? Yes, the previous version in which this bug was...
Using mdx.macro on Windows gets me: ``` ERROR in C:/Users/thoma/OneDrive/Documents/devel/linear/node_modules/.cache/mdx.macro/icloud.c3ec31aebc.mdx.js Module not found: Error: Can't resolve 'C:Users homaOneDriveDocumentsdevellinearpackagesarticleicloud.mdx' in 'C:\Users\thoma\OneDrive\Documents\devel\linear\node_modules\.cache\mdx.macro' ``` I tracked this down to a generated line that...
https://github.com/frontarm/mdx-util/issues/67
`nearley-test` expects input in non-typescript form, and will crash if it's fed typescript: ``` function id(d: any[]): any { return d[0]; } ^ SyntaxError: Unexpected token : at new Script...
I tried to use this tool to re-write my code to ESM and used `--to=.`. I don't know if I'm stupid or what but I pretty much used `--skip` in...
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
my repo uses "BUILD.bazel" instead of "BUILD", which I believe is the current standard. however, buildozer doesn't support this :( ``` /home/thomas/devel/monorepo/sh/project/cultist/multiplayer/BUILD: file not found or not readable /home/thomas/devel/monorepo/sh/ts/math/BUILD: file...
Typescript is used here: https://github.com/CarterGrimmeisen/zod-prisma/blob/d820b8486d466eb2ddd198c992007b45b403b840/src/index.ts#L5 amongst other places, resulting in: ``` node:internal/modules/cjs/loader:1042 throw err; ^ Error: Cannot find module 'typescript' Require stack: - /tmp/bazel-working-directory/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/[email protected]_prisma_5.9.1__zod_3.22.4/node_modules/zod-prisma/dist/zod-prisma.cjs.development.js - /tmp/bazel-working-directory/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/[email protected]_prisma_5.9.1__zod_3.22.4/node_modules/zod-prisma/dist/index.js - /tmp/bazel-working-directory/_main/bazel-out/k8-fastbuild/bin/node_modules/.aspect_rules_js/[email protected]_prisma_5.9.1__zod_3.22.4/node_modules/zod-prisma/bin/cli.js at Module._resolveFilename...