Jeremy Kolb

Results 37 issues of Jeremy Kolb

### What You Are Seeing? `choco outdated` gives `[NuGet] Exception has been thrown by the target of an invocation.` `PS C:\Windows\system32> choco outdated --verbose` > Chocolatey v0.10.7 > Outdated Packages...

0 - Waiting on User

https://deps.rs/repo/github/rust-analyzer/rust-analyzer only shows the xtask crate and not the other crates in the workspace.

bug

**Is your feature request related to a problem? Please describe.** We are attempting to build in a docker container with nix installed using a bind mounted directory (`/srv/nix`) shared between...

improvement

**Describe the bug** I am trying to verify that I can reach a bind mounted store (ie that things are set up correctly) and noticed that `nix store ping` tries...

bug

Running `cargo test` at the root of the repo fails: > error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `rosrust_msg` > --> examples/examples/service_node.rs:13:41 > | > 13 | rosrust::service::("add_two_ints",...

When running `cargo test` on Windows 10 I'm seeing the following errors: > > ---- sample_1_full stdout ---- > thread 'sample_1_full' panicked at ' > ------------------- > Unexpected event at...

bug

My repo `ros_pkg_b` depends on `ros_pkg_a` which I have specified in my `.rosinstall` file: ```yaml - git: local-name: pkg_a uri: https://ago-git.us.ara.com/jkolb/ros_pkg_a.git version: master ``` That git repo uses a self-signed...

enhancement
question

If I select a date (after scrolling down) and then scroll up the calendar will draw two months sort of on top of each other. This occurs if I have...

bug

https://github.com/deathbeds/expectorate can give us a JSON schema of the LSP. See if we can use that in combination with @Marwes schemafy crate to autogenerate the LSP types.

While doing #155 I realized that only semantic tokens can handle a partial result in it's `Request::Result`. Would it make sense to add a new trait for requests that can...