LF
LF
Question
Hi Suren, Thanks again for monaco-react :) I have a little question, feel free to ignore. I am trying to make this work.. https://stackoverflow.com/questions/51942332/escape-key-event-propagation This is how I went about...
Hi there, I am sorry if I am missing something big here! I do not even see why this would work but I am completely lost how to go about...
Hi @ibrod83, Thank you so much for this package, it is extremely useful. I have a feature suggestion: ability to return objects from getElementContent. This way we can keep the...
Hi there, I am using S3 and cloned the package. The use_current_file_syntax is working for me but I can't get default_new_file_syntax to work. I want new files to be YAML,...
Hi there, Firstly, thank you so much for your amazing tool. Do you think pg-diff might one day support the use of this extension: https://github.com/sraoss/pg_ivm? Thanks :) Lydia
Hi there, Thank you for very much for making this plug-in! I hope the problem I have is just because I am not getting something... any help is very much...
Dear Adam, Thank you for this wonderful package. Please feel free to ignore this question if it is silly. I am struggling to follow what is going on... We are...
Add note on deps array. ### Checklist - [x] I grant to recipients of this Project distribution a perpetual, non-exclusive, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of,...
Hey, I am running into an error when I use the RR7 Cloudflare template and then try to install LiveStore. Reproduction Steps: 1. Use RR7 Cloudflare template ``` npx create-react-router@latest...
Here is a repro repo: https://github.com/LydiaF/livestore-app This is what I changed: ```.ts boot={(store) => { // if (store.query(tables.todos.count()) === 0) { store.commit(events.todoCreated({ id: "1", text: 'Make coffee' })) // }...