Noam Soloveichik

Results 6 issues of Noam Soloveichik

Hey, I've noticed that the current implementation for evaluate expression is limited, and have some ideas about how to improve it. 1. using the official Roslyn - although it compiles...

Hey :) from dap spec - https://microsoft.github.io/debug-adapter-protocol/specification - ``` interface LaunchRequestArguments { /** * If true, the launch request should launch the program without enabling * debugging. */ noDebug?: boolean;...

Hey, We've noticed that when 'all' is selected from ['all', 'user-unhandled'] in vscode exceptions, then it also breaks on exceptions which their entire path ('throw' to the handler) is internal...

### Stremio Platform Samsung Native TV App ### Describe the bug The main screen is showing up, but isn't responsive to the remote at all. I thought it was just...

[cmd(workspace): add error message](https://github.com/nikitabobko/AeroSpace/commit/729ef7de3f1959a337fafa8f1791094243a69755) Align 'workspace' cmd with 'move-node-to-workspace'. [docs(move-node-to-workspace): describe stdin usage](https://github.com/nikitabobko/AeroSpace/commit/6ba5d6e2c8dd945b1d216abe5904eac6714a3e79) Similar to docs/aerospace-workspace.adoc ## Test plan 1. tested with - ```bash # current-workspace=4 echo "1\n2" | ./.debug/aerospace...

### Description Before the fix, we lose the granularity between Beginning and offset 0 which affects the output checkpoint_delta. ### How was this PR tested? Added a UT