Eran Boodnero

Results 8 issues of Eran Boodnero

Hey there! For some reason, I'm not able to use the getCustomFieldsForWorkspace function to work for me. Here is example-code that gives me the same error ↓ ``` const toke...

# Description: When using `preact/signals-core` and surreal's companion script `css-scope-inline`, I encountered an issue where when updating the element's textContent the script and style blocks get overwritten. This only happens...

When using the `Model` derive macro, user-land `Error` and `Result` conflict with ormlite's `Error` and `Result`. I renamed them so that consumers of ormlite can have their own `Result` and...

#### **Summary** The current `builder()` implementation for `ormlite` is not typestate-enforced, meaning it's possible to call `.build()` without ensuring all required fields are set. This can lead to runtime errors...

As it stands we cant derive Default on our models if we have a Join in them. This attempts to address that.

`Join` breaks the `Model` macro with error: ``` error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `Users` --> ... | 10 | #[derive(Debug,...

just cleaned some stuff up!

Hey Maud folks! 👋 Just wanted to share a little Neovim formatter I whipped up for Maud templates! Since there's currently no dedicated formatter for Maud HTML, I thought other...