sharno
sharno
I'm getting the same exact issue with or without the `lazy` modifier on the model. As soon as the event fires the input field gets cleared because of BitWarden. Is...
My guess is that it's a race condition between Bitwarden and Unicorn. Sometimes the input field would keep the input and behave as expected and at this point these are...
Thanks Pavel, I fixed temporarily by flattening the tables ahead of time, although a smarter generator would definitely be pleasant
@kjd Maybe you can give a warning whenever this illegal conversion happens, also putting a warning in the documentation too would help. Also putting a function that says if this...
I faced the same issue and created a codesandbox for it. To test it look at the console and try to select text in the editor. **Expected behavior:** be able...
I didn't get what you mean, I'm using `[state]` as a dependency array in `useEditor` and it's causing it to rerender the whole editor while the state changes every second,...
For those who are trying to get this working and are new to nu, you need to add this line to your config.nu ```nu $env.config.shell_integration.osc133 = false ```
Tested version 1.34.0 portable and it works fine!
> Minor nitpicking: According to @ethanniser's workshop, code within the scope of STM should be "pure." Would it be a good idea to draw the user's attention to this constraint?...
@mikearnaldi @suddenlyGiovanni Sweet! I added a section about immutability Also a section about other Transactional DSs I think this is ready if you don't see other issues