Max

Results 19 issues of Max

In our application we're using multiple mousetraps on different elements for context-sensitive keybindings, and are having issues with keyboard shortcut collisions between the mousetraps. e.g. `ctl+shift+k` in the global scope...

Nox's cache expires after 1 hour, regardless of if any expressions in the underlying nix channel have changed (this section of cache.py:). ``` region = make_region().configure( 'dogpile.cache.dbm', expiration_time=3600, arguments={'filename': '/tmp/nox.dbm.'+getpass.getuser()}...

jasmine-reporters is not used in shipped code, but is listed as a devdependency in this package. It should be listed as a devDependency rather than a dependency.

When nodegit fails to install (e.g. on node 16+ on a system without the dependencies for libgit2), requiring good-fences at all fails with this require stack: ``` requireStack: [ 'node_modules/nodegit/dist/nodegit.js',...

given a package structure like this ``` package ├── lib │ └── fence.json │ └── test │ └── fence.json │ └── ...tests ``` It appears like there's not a way...

This [makes the shebang useless](https://stackoverflow.com/questions/39527571/are-shell-scripts-sensitive-to-encoding-and-line-endings) on any system but bash-on-windows, or explicit invocation via node. ![image](https://user-images.githubusercontent.com/1174858/92499903-6ea1b280-f1ca-11ea-8cd9-282399bedf72.png)

Normally, consumers are required to make their UI aware of the terminal size, and printed output is truncated to the size of the terminal. This is so the cursor will...

triage

When logging something into the scrollback history of the standard renderer, the current approach temporarially increases the size of the UI by the number of logged messages. This has 2...

The public method license.FileURL requires a source.Client. There is currently no way to construct a source.Client when consuming go-licenses as a library consumer.

Hey there, I'm working on a project and am interested in using `rsass`, hosted inside of a custom [`esbuild`](https://github.com/evanw/esbuild) plugin. This would be replacing an existing plugin that is based...