Klemen Slavič

Results 42 comments of Klemen Slavič

@Seally Oh man, that's frustrating. I hoped that posting a comparison to other benchmark tools could help flesh it out into something actionable. Maybe I should just submit a PR...

I fixed it by creating a `.cjs` file instead of using the CLI interface in a `{type:'module'}` package. That way, `node build.cjs` will work even in an ES module package,...

You can force TypeScript into CommonJS mode using `.cts` too if you're using `ts-node` (or `ts-node-esm`) to run them. If you can separate and invoke the build step separately and...

This is the solution I came up with: https://github.com/KrofDrakula/mathpls Note the `.gitignore` on the built parser file which is imported elsewhere in the TypeScript codebase.

@mkoppanen As was said in the issue, the point is not in purging old files, but have large blobs excluded from the repo so that they're still able to be...

OK, having had a Twitter conversation on the topic, it seems that the following approach should be valid for the task at hand: 1. freeze the original repo to prevent...

Seems like the migration process is covered by @rtyley. It really just boils down to what your decision re: the git-lfs hosting is. You could consider hosting your own git-lfs...

Hi! Sorry, haven't had time to review your changes yet, but please bear with me as I'll try to tackle this soon.

@shilman Not that I'm aware of, I'll have to take a look.

Same error (`please install drizzle-orm`) also happens when using `pnpx drizzle-kit pull`. It works when running with `npx`.