Loren Segal

Results 8 issues of Loren Segal

The following code reproduces a bug where if you watch a parent and child directory across multiple channels and then call `notify.Stop()` on the either channel, any subsequent calls to...

The following code reproduces a bug where if you watch a parent and child directory across multiple channels and then call `notify.Stop()` on the either channel, any subsequent calls to...

If `notify.Watch()` is called on the root of a drive on Windows using recursive syntax ("..."), events don't seem to trigger. Minimal repro using a slightly modified version of the...

bug

If `notify.Watch()` is called on the root of a drive on Windows using recursive syntax ("..."), events don't seem to trigger. Minimal repro using a slightly modified version of the...

bug

Add support for `yard-tomdoc` on rubydoc.info written by @trans

## Is your feature request related to a problem? Please describe. tl;dr: OmniSharp should allow configuring the formatter (omnisharp.json) to remove unused imports. #1245 shows that it is possible to...

OmniSharp

## Steps to Reproduce Right clicking in a SelectionArea in a Flutter web environment (using either web renderer) results in the word under the cursor being selected when nothing is...

framework
platform-web
a: mouse
has reproducible steps
f: selection
found in release: 3.3
found in release: 3.7

This branch adds support for CSS in JS libraries like [styled-jsx](https://github.com/vercel/styled-jsx) with _partial_ support for others like [styled-components](https://styled-components.com/) (in particular the "css backtick" syntax only). This plugin had basic _intellisense_...