Bo Lingen

Results 45 comments of Bo Lingen

Ideally this list is a temporary thing until a legitimate registry is created. At that point I'd assume publishing would have a lot less friction, but I don't know what...

@dom96 I have the same problem, could you confirm for me or kick off an email when you get a moment? https://forum.nim-lang.org/profile/citycide

@Gerrit0 For my Docusaurus use case, I wasn't able to figure out a way to use the API where it could process the files (server side) and also pass that...

@Gerrit0 cool, so your `library-mode` branch subsumes the functionality of this PR? If that's the case, I'd be up for working on JSON deserialization once the dust settles. Is that...

I've narrowed it down to esbuild at this point, though I'm not sure why pinning dependencies _doesn't reproduce the build that published in 2.0.5_...

Sounds good. This would be nice to add as `createMany`, with a few considerations: * Batching bulk inserts to configurable chunks (default = 100?) * sqlite doesn't support `returning` or...

> Is there any basis for deciding the default chunk value to 100? None at all :) Probably 500 or even 1,000 is doable, I just don't know what the...

> @citycide when are you planning to release v3? Right now I'm only in the brainstorm stage, so these changes haven't begun yet. I just wanted to let people know...

I have a branch open for this at [v3](https://github.com/citycide/trilogy/tree/v3) and have made some progress but there's a fair amount of work left. I've got pretty intelligent type inference that's _frustratingly...

@ExtraHash thanks for the report and the branch that reproduces it, I'll look into it when I get a chance!