Roman Heinrich

Results 18 issues of Roman Heinrich

problem: - it is impossible to quickly understand the contract violation with big hashes solution: - provide custom error formatter just for keywordargs, that gives you extra information about: -...

Hey @gunn, pure-store looks quite good for a small wrapper on top of immer. Did you ever think about having undo/redo baked in into it? I have implemented a small...

``` parse("Pts_{total} =") // ["Multiply","P","t",["Subscript","s",["Multiply","t","o","t","a","l"]]] ``` This is how it looks like, it's basically a variable name for total points. I understand the reason to wrap it in `Multiply`, yet...

Parsing incomplete (mathematically) expressions seems to leave some parts outs, eg: ```javascript parse("2 * 2 = ") => [ 'Multiply', { num: '2' }, { num: '2' } ] parse("2...

feature

Hey, thanks for focus, this is quite superb way to deal with large payloads! I have one question and I could not answer it after looking through Readme / codebase...

Hey @basarat, first: thanks for this Library, I really like the UI-less approach to handle the form state and the typescript support is really good. I kinda have difficulties to...

any particular reason, why aggregations are not supported?? http://www.aerospike.com/docs/architecture/clients.html Would love to see it soon in the gem!

### What version of `drizzle-orm` are you using? 0.26.5 ### What version of `drizzle-kit` are you using? 0.18.1 ### Describe the Bug Reproduction here: - https://github.com/mindreframer/drizzle-bun-issue Requires the fix for...

bug

Hey @artalar , thanks for this cool library! I would like to try it in combination with Svelte. For testing I started using it with sveltekit scaffold and it complaints...