Edu

Results 62 comments of Edu

Thank you @dogagenc. I'll take a look at your fork. Fyi @pablo-abc, if you've got too much on your plate now, you may want to consider adding contributors to this...

Thank you @Xella37 for opening this issue, I'm seeing the same: random paragraphs missing when the `source` changes. When the component is first mounted and receives the `source`, it works...

After some exploration, I believe it may be related to how Svelte creates & destroys dom elements. At the very least, it reminded me of the [Keyed each blocks](https://learn.svelte.dev/tutorial/keyed-each-blocks) section...

Not sure if I'm missing something? Just booted a vanilla project with bun 1.1.9 and webview-bun 2.0.0, getting the following error, ``` 23 | case "linux": lib_path += "libwebview.so"; break;...

Gave it a try and still seems there are some issues on the latest version: using Bun v1.1.17 and webview-bun 2.1.0, ``` 34 | } 35 | } else {...

@tr1ckydev the both the dev and prod dependencies described there are installed on the machine returning the error above. Ubuntu 22.04. Let me know if there's anything I can do...

Sure, fairly large output Details ``` $ ldd libwebview.so ./libwebview.so: /lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by ./libwebview.so) linux-vdso.so.1 (0x00007ffc38b92000) libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 (0x000071a8f226c000) libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x000071a8f2250000) libharfbuzz.so.0 =>...

@ecyrbe [makes a great](https://github.com/microsoft/TypeScript/issues/52222#issuecomment-1474441176) point in support of a type level `satisfies`. It's fairly common to want to declare a type that's a subset of another while ensuring it remains...

@zkochan unfortunately it's not enough. Prettier also searches for namespaced plugins such as `@my_namespace/prettier-plugin-foo-bar`.

It's great, will use all of it