Jessica Black

Results 9 comments of Jessica Black

Hi @TommyCpp! Personally I'm more after logs within a span, I think that's where most of the value is!

Edited because I figured out how to move elements to the rhs panel, but the tab / "open editors" sections seem to be untouchable.

Note: file embedding is definitely the issue. We have [a workaround we do in our codebase here](https://github.com/fossas/fossa-cli/blob/master/docs/contributing/HACKING.md/#installing-haskell-language-server) that completely avoids the problem.

I am also seeing this on Arch with XMonad using `gnome-keyring`. This did not fix it: ``` ❯ code --password-store "gnome" . Warning: 'password-store' is not in the list of...

It would be incredibly helpful if we could get a `finalize_into_boxed_slice` or something. `GenreicArray` has been a pain the whole time I've worked with this crate :(

Running into this as well: ```rust /// The result of the operation. /// /// A function returning this type indicates that /// it will attempt to continue through errors, ///...

Hey @FraBle! So the root cause of the error here is that we didn't find any dependencies in the image. To clarify: is the issue here that you're expecting to...

Coming here from the [recent WG report](https://blog.rust-lang.org/inside-rust/2023/02/23/keyword-generics-progress-report-feb-2023.html). Please please do not stick with the `?async` and friends syntax. In a future where library maintainers can make their functions optionally async,...

Hi there @jandroav! Thanks for submitting this issue. The `experimentalKeywordSearch` function does not currently report these matches to the UI by design, you can read more about the details here:...