ELLIOTTCABLE

Results 186 issues of ELLIOTTCABLE

I don't know if this sort of report is welcome, but I thought I'd mention this. I see the controls in the Window menu, and they work as expected for...

bug

I assume that when I run `$command --help`, regardless of the value of `$command`, that files in my working directory will not be destructively modified. 🤣 Reference, perhaps, [the GNU...

There's a bit of an issue with the concept behind this module (as much as I love it!), in that Prettier always steps up to reformat the entire enclosing statement...

At the moment, using Dracula-UI seems to mean inevitably bringing in Google Fonts - took me a while to figure out why this was getting prepended to my CSS, breaking...

enhancement

I'd love to see an extra layer of indirection in the CSS variables. For instance, I don't wish to add `rounded="none"` to every single ``; nor do I want to...

enhancement

Node provides the `GLOBAL` variable as well as `global`. Browserify, thus, should support this also. Forgive me if I went about this the wrong way; I'm not thoroughly familiar with...

I'd love the ability to "leave out" chunks of the module-path. For example, in a project named `bs-slash-create`, BuckleScript by default 'namespaces' the project's modules underneath a module of the...

I'm used to Synergy, and although I much prefer Cursr's screen-layout precision, I don't much like the "cursor speed" limitation - I use a trackball, and basically every single cursor-movement...

enhancement
waiting for more votes

At the moment, `canonicalize_path` doesn't seem to function as desired _without_ `resolve_symlinks`: ``` $ ln -s a-dir a-link $ cd a-link $ pwd a-link $ canonicalize_path . /path/to/a-dir $ canonicalize_path...

``` "presets": [ "power-assert" ] , "plugins": [ "istanbul" ] ``` So, I can't narrow it down to a simple test-case; but at the moment, using the `power-assert` *preset* (for...