Joe Bateson

Results 8 issues of Joe Bateson

Hi there, first off - thanks for making this library! I've been playing around on a large existing codebase comparing timings with Babel and it looks really promising. I've run...

Hi there! I just stumbled upon this project today and it seems like exactly what I need to replace my very slow SSHFS setup, so thank you very much for...

First off - thanks for making this extension! I was previously using the `invidious` api key to avoid needing to set up my own one, but noticed that rating bars...

I noticed that the rules call `getPackages` from `get-monorepo-packages` many times per execution, even when `directory` is the same (which I'd imagine it always is?). So just adding a module-level...

_I decided to file this issue here after looking at both the `swc` and `ts-node` issues - apologies if this is a better fit for `swc`! I'm also fully expecting...

Seems like the latest commit on master adds python3 support, but there's no new package version available on pypi since 0.2.0 - any chance you could release a new version?...

The latest versions of google closure support es6 modules, as well as [closure-specific module syntax](https://github.com/google/closure-compiler/wiki/JS-Modules#importing-googmodule-code-into-an-es6-module) in the form of `import foo from 'goog:foo.bar.baz'`. This allows for files (for example, the...

enhancement
help wanted

Hi there! I'm trying to get something simple running using `better-sqlite3` by following the instructions here: https://alexgarcia.xyz/sqlite-vss/nodejs.html My code looks as follows: ```js import Database from 'better-sqlite3'; import * as...