Ashwin Naren
Ashwin Naren
**Stacktrace:** ``` at y => new ReopenedEvent() {CreatedAt = y.CreatedAt, CreatedAtHumanized = y.CreatedAt.Humanize(null, null), Id = y.Id, StateReason = Convert(Convert(y.StateReason, IssueStateReason), Nullable`1), Actor = y.Actor.Select(actor => new Actor() {AvatarUrl =...
I believe #2863 would be really helpful here. If completed someone could create an external module (like @Tpt's) without the need for type annotations from the rust doc itself. This...
Sorry for the extremely late reply. > A .d file is like any other autoduck file, but instead of being embedded in c++ source files it's a stand-alone file. Autoduck...
It seems like [this line](https://github.com/zed-industries/zed/blob/80d3eafa303cc4921cadcddf59f263e23f132da1/crates/terminal_view/src/terminal_panel.rs#L336) is unix only.
> It works for me (windows 11 Build 22631.3447) When clicking on the terminal with the default configuration it opens cmd.exe for a shell. Issues are likely not going to...
> > 2. This is a silent panic that is occurring because alacrity is mis-configured in some way (to the best of my knowledge). Part of me suspects that zed...
Seems like rust-analyzer works on windows, so it isn't a issue with everything, but a few others don't (specifically JSON and pyright)
Logs: ``` 2024-05-15T08:25:11-07:00 [INFO] starting language servers for Python: pyright 2024-05-15T08:25:11-07:00 [INFO] starting language server "pyright", path: "D:\\[elided]\\[elided]\\[elided]", id: 2 2024-05-15T08:25:11-07:00 [INFO] starting language servers for Python: pyright 2024-05-15T08:25:11-07:00 [INFO]...
[This might help](https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/)
I'm using gradle, which runs cargo internally. I passed in the args, the output is attached. (I also set `$env:RUST_BACKTRACE="full"`) [logs.txt](https://github.com/twistedfall/opencv-rust/files/12925037/logs.txt)