Doğan Çelik

Results 13 issues of Doğan Çelik

If you know a service that is not in this list, you can comment in this issue.

I see that [Releases page](https://github.com/HouzuoGuo/tiedot/releases) don't have binaries. If you use [Goreleaser](https://github.com/goreleaser/goreleaser), you can provide binaries and not make user compile. **Example:** ![example](https://cloud.githubusercontent.com/assets/486818/26035455/db7c9936-38d4-11e7-8c15-8b72061ba94c.png)

I'm currently using Launchy, because it has an advanced indexing system. I can't switch to Hain yet because it lacks this feature. In Launchy, every entry has its own settings,...

![nobg](https://cloud.githubusercontent.com/assets/486818/16537260/b069f3a0-4006-11e6-9adc-896d9c91b79a.png) ![newopt](https://cloud.githubusercontent.com/assets/486818/16537284/778b718e-4007-11e6-804f-1da1f34fcfa1.png) ![bg](https://cloud.githubusercontent.com/assets/486818/16537299/dc24abec-4007-11e6-9d23-b09358a8529f.png) It would be nice to replace transparent background with a solid / transparent color of our choice. It's hard to see the text indicator sometimes. Also the...

**Is your feature request related to a problem? Please describe.** I use keyboard shortcuts a lot, it's my daily driver for everything. I heavily use an extension called [Vimium C](https://addons.mozilla.org/en-US/firefox/addon/vimium-c/)...

``` TypeError: decompress(...).then(...).catch(...).finally is not a function at File._extractOnFinish (…\lib\file.js:243:18) at Object.onceWrapper (events.js:313:30) at emitNone (events.js:106:13) at EventEmitter.emit (events.js:208:7) at WriteStream. (…\lib\file.js:162:32) at emitNone (events.js:111:20) at WriteStream.emit (events.js:208:7) at finishMaybe...

Hello, I needed to show multiple attributes so I made some changes. I added an extra argument "attribute separator" for separating the attributes (defaults to space). Example: ``` $ htmlq...

I have this very simple App that Maximizes its window, adds 4 Menu items and loads Gmail. ``` html var clipboard = nw.Clipboard.get(); var win = nw.Window.get(); win.maximize(); var menubar...

bug
nw13
triaged

Website is down, so we can't reach https://packagecontrol.io/channel_v3.json The default `cache_length` is 300 seconds, so it gets emptied quickly. A fallback URL for JSON files would be nice or a...

major enhancement

Default function for isMobile should be included in Public API. We are only making the default function public, everything stays same. If user defines a custom function inside _init()_, it...