Young Jin Park

Results 6 comments of Young Jin Park

Just to be clear, what I mean by two-way bindings are the `bind:value={value}` kind of statements that svelte supports. I don't think passing in a store would work for me....

The binding mechanism itself is indeed something that "just works," but there are underlying mechanisms to that binding that may require testing. For example, in my codebase I have an...

Sorry to say I havent yet.

I have some demo code that works with Yarn 2. Currently, importing SCSS for yarn 2 is broken because the built in tilde importer for scss assumes that "node_modules" exists....

It's not a duplicate; it seems related, but [this example](https://svelte.dev/repl/043a3a30aa494064836478cf5e33ebe9?version=3.32.3) seems to show that it's still broken.

Another note is that `--no-bail` has different behavior from what is [stated on the website](https://pnpm.io/cli/recursive#--no-bail)