Scott Driggers

Results 28 issues of Scott Driggers

Hey Love the repo! Just wanted to report that svuelte creates closing `` and `` tags and this is marked as an error in vscode so I need to go...

So currently when users try to call `pubsub_connection.subscribe("hello")` two times in a row, the pubsub connection will end the first stream and replace it with the second stream. This was...

**Describe the bug** This library doesn't support Svelte 4 or 5 because it imports `get_current_component` from `svelte/internal` which is a warning in svelte 4 and a hard error in svelte...

We don't want to edit the user's actual gitconfig, we only want to copy their setup. If the file is symlinked, we resolve the link and copy the source file...

Hi dosdude1, I saw your tweet about this and came to check it out, but I saw that [forum channels](https://support.discord.com/hc/en-us/articles/6208479917079-Forum-Channels-FAQ) aren't working. I run a server that uses forum channels...

Hi, I followed the links in docs.rs from this crate for the places API and I noticed that the links were to legacy API's. The new API and migration process...

Hi guys. First of all, this is really good. I stumbled onto this project while trying to write a custom symbolicator for `MetricKit` `CrashDiagnostics`, and your `samply-symbols` crate is best-in-class....

Hi, I'm I was able to fix this on my machine with this addition to `.cargo/config.toml` ``` [env] BINDGEN_EXTRA_CLANG_ARGS = "-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" LLVM_CONFIG_PATH = "/opt/homebrew/opt/llvm/bin/llvm-config" ``` But this isn't going to...