Linden Krouse
Linden Krouse
The latest version of pyinstaller seems to have an issue running built executables on windows 7 and 10 (https://github.com/pyinstaller/pyinstaller/issues/4510). While this issue is rather fringe, it's caused a breaking change...
**Describe the bug** The example for `sortValues` (https://danfo.jsdata.org/api-reference/dataframe/dataframe.sort_values) shows the following code: ```ts const dfd = require("danfojs-node") let data = { "A": [-20, 30, 47.3], "B": [34, 5, 6], "C":...
Closes #2720. There were a few changes I made to reduce confusion with some function/method locations and naming: - `helix_term::keymap::merge_keys` was moved to `helix_term::config::Config::merge_keys` as a method because it only...
Because of the way rust handles Enums vs Integers, there is no convenient way to invert a logic level with rust-wiringpi. I propose `std::ops::Not` be implemented for `Value` so that...
While seemingly redundent, having the ability to read an output pin would eliminate needing to store pin state separately by the user. It looks like an OutputPin can be turned...
I don't see a link to the rust docs for this library.
Currently, if the tags `^p(_LEFT)`, `^p(_CENTER)` or `^p(_RIGHT)` are used, only the cursor is moved. This causes all following text to be drawn after the cursor rather than it being...
Closes #1438 The backend is implemented as a trie and finds suggestions using a simple breadth first search starting at the node given by the user's input. I chose the...
**Describe the bug** When enabling the plugin, its as if fog is 100% opacity, or everything is shaded to fog color. Disabling fog (or any other settings) doesn't seem to...
A page for random stuff that won't fit on the bar like news feeds, server status updates, etc.