Kenneth

Results 18 issues of Kenneth

Fixes #5 ### Changes Introduced - Add functionality for exporting png files - `func must`: an exit handler

Just adds a command line interface to the library. Not sure if makefile should go in home or not. Should just need to add `/cli` to `projdir` variable in makefile...

In the json object used for settings, we could add each language's settings to an independent object. This could allow us to make special, language dependent, cases for behaviour. For...

Instead of writing a new file for each modification, could we apply changes in the buffer? An outline would be as follows: - add `modify_in_place`/`write_to_buffer` boolean under settings - write...

i think it would be good to display the letters associated with each key in the prompt used for pin code entry. they needn't be useful. i ask because th...

When working with a language server for go I encounter the following errors ```go error PluginAllocator not declared by package vst2 error Dispatcher not declared by package vst2 error unknown...

- Problem: Config file appearing in random directories - Cause: I'm on windows and os.Getenv("HOME") doesn't work - Solution change os.Getenv to os.UserHomeDir with a fallback to the directory in...

### Summary I've not yet figured out how to intentionally trigger the 'hover' display from insert-mode without (assumption) using a keymap. I assume it occurs between parentheses (don't know if...

C-bug

### Describe the bug Passing mutable references into non-mutating functions without dereferencing (forgive any spelling errors) does not yield a normal error and is also not handled well by the...

Bug

### Describe the bug array mappings with a single argument that is a closure are not correctly transpiled. ### Expected Behavior ```bash v run closure_mapping.v hello, world ``` ### Current...

Bug