darsain

Results 28 issues of darsain

In this example: ```js let foo = false; if (foo) console.log('ohno'); ``` The whole `if` block should get removed. This is very useful for removing development only code blocks from...

better minification

Currently we have to do a lot of boilerplate: ``` js let windowState = windowStateKeeper({ defaultWidth: 1000, defaultHeight: 800 }); win = new BrowserWindow({ x: windowState.x, y: windowState.y, width: windowState.width,...

When I created this, there was nothing better to use, but now (and apparently some time in L4 too), there is `artisan tinker` which is a core component of Laravel,...

Moving away from silly jQuery and into a proper app architecture.

Using [duo](https://github.com/duojs/duo).

A plural of an acronym with decamelization enabled currently results in: ```js slugify('Util APIs'); // util-api-s ``` It would be nicer if plurals were detected and ignored during decamelization so...

enhancement
help wanted

Features: * [ ] `up/down` - activating items in the list * [ ] `ctrl+up/down` - activating folders * [x] `ctrl+f` - focus search

Priority: Low
Type: Enhancement
Status: Available
Effort: Medium

OS: Windows 10 Reproduction: - enable "Auto Hide Menubar" - restart the app - the menubar is visible The first click anywhere on the UI is than hijacked to hide...

Priority: Medium
Type: Bug
Status: Available
Platform: Windows
Platform: Linux