Jozef Mikuláš

Results 14 issues of Jozef Mikuláš

Are we interested in `zipObj(keys, values)` function? I use it quite frequently and would like to have it in remeda. If so, I can send an PR.

See https://github.com/trpc/trpc/discussions/1990 Closes #2121

Since non-primitive values can appear in the tree only once, assigning a statically defined object to two different models will result in the `an object cannot be assigned a new...

🍗 enhancement
💬 under consideration

Hello! In bigger applications it is common to do the act of data normalization – put all entities into a central store, and then reference to them via IDs. Commonly...

❔ question

Hi! First of all, thank you for mobx-keystone. The TS issues in MST are quite bothering. I run into an error when trying to deserialize snapshot: ``` Error: model with...

💬 under consideration

Hey guys, it seems like gramps doesn't allow for context callback to be async function. Is it correct? Wouldn't it be advantageous to have such ability? Cheers.

### What’s the bug you are facing? When using keyboard navigation (TAB key) to focus an editor, the cursor will be put at the start of the content (`focus("start")`) rather...

bug

### What is the feature you are proposing? Hey! Is it somehow possible to define my routes as an object literal, where each key is the route path and values...

enhancement

Hi! Thanks for great little router! I just noticed that `` does not accept `ref` prop. This should be easily solved by adding `forwardRef`, if I am not mistaken. Should...

Is there a way to remove additional properties from objects, similar to ajv's [`removeAdditional`](https://ajv.js.org/guide/modifying-data.html#removing-additional-properties)?

question