Kenneth Ballenegger

Results 13 issues of Kenneth Ballenegger

After setting up Lexima, I've noticed a bizarre bug… when typing `` in insert mode, a lexima rule will automatically enter its own source code into the buffer. This happens...

I'd like to have indent-guides only enabled for certain filetypes (those with significant whitespace). Right now, my configuration looks like this: ``` vim " indent-guide let g:indent_guides_auto_colors = 0 hi...

as per our ims: I suggest the following file structure: system/ -> would contain all paraglide system stuff, incl. paraglide.php, the paragon submodule, lib, etc. public/index.php -> same as now...

My understanding is that it's typically best practice to batch stores' updates' watch callbacks. Right now, an example from my codebase is a store whose state looks like this: ```...

I'm getting some really weird issues caused by the fact that enums aren't "namespaced." Pretend I have two different stores / actions / constants, Projects and Tags. Both might have...

Most errors should not be returned to the user, but some are designed to be. Basically, we can have a module that can be used to extend any error and...

Here's a couple things that I commonly write in Ruby: ``` ruby class ... def ... mail('Blah',

indent