Karol Jakusz-Gostomski

Results 6 issues of Karol Jakusz-Gostomski

The name of the parser: Yaml The command line you used to run ctags: ``` ctags --options=NONE test.yaml ``` The content of input file: ```yml en: test: 2 other: 10...

Hi, how can I add custom directories for use with padrino-sprockets? For example app/assets/fonts to work like image assets. I have tried with passing these options: sprockets({ paths: ['assets/stylesheets', 'assets/images',...

Hi is it possible to expand without file snippet? When I would have separate source of completion, omnicomplete for example: ``` Scenario: Breaker guesses a word Given the Maker has...

enhancement
help wanted

Hi, I am using gonotify as source of file events and I am writing config reload for my cli app. Could you give me some hints how to shutdown notifier...

Hi @illarion , please discuss this one: inotify.go:111:21 gosec G115: integer overflow conversion int -> uint32 inotify.go:200:36 gosec G115: integer overflow conversion int32 -> uint32 inotify.go:208:22 gosec G115: integer overflow...

potential bug