Kyllingene

Results 12 issues of Kyllingene

### Describe the bug I experienced some issues with nvim-orgmode, and was trying to submit an issue; in doing so, however, I found that the minimal configuration doesn't seem work...

bug
help wanted
Windows

**Is Your Feature Request Related to a Problem? Please Describe** I would like to quickly go to a frequented website. **Solution You'd Like** It would be nice to be able...

feature request

A lot of the community is nice, but especially with unregulated servers (a good thing imo, but it does have it's downsides), sometimes it can be a bit toxic. The...

When attempting to use Repository.writeFile, this error occurs: ``` (node:8240) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'status' of undefined at handler (C:\Program Files\nodejs\node_modules\github-api\dist\components\Requestable.js:372:40) at processTicksAndRejections (internal/process/task_queues.js:93:5) (Use `node --trace-warnings ...` to...

I noticed that the last activity on this repo was 3 years ago, and thought that it may have gone overlooked; more guides for something that seems so fully-featured as...

In `src/context.rs:98:20`, `self.key_bindings` is used after `self` is borrowed by `Editor::new_with_init_buffer`.

**General Information** Version: 0.8.2 Installation Method: `cargo install wiki-tui` Operating System: Arch Linux Backend (If changed during install): N/A **Describe the bug** When browsing Wikipedia, one often encounters a blockquote....

type: bug

**Is your feature request related to a problem? Please describe.** I recognize this has already been discussed, see the bottom for why I bring it up again. When using commands...

Makes the two constructors `const`. Nothing else can be `const`ified because they're setters (which require `&mut`): the two fields that this is a limitation for are `transform_type_3d` and `fractal_bounding`, as...

I'm currently writing a voxel terrain generator (shush), and naturally I'm using perlin noise for that. Your crate has a very nice API, and thanks to its simplicity, converting most...