Yclept Nemo
Yclept Nemo
Would it be possible to fuse the _unicode and _byte functions? Apart from fetching the next element (and technically the hard-coded sizeof's), both cython code paths are identical, I think....
I think it is important to note that this is a version of Jenks which *does not* provide an optimal solution, i.e. not Fisher-Jenks, not optimal Jenks. ```python import jenks...
I appreciate the logic behind the Find feature's design: 1. All match on the page are highlighted using the same color. No match is set active or highlighted in a...
### Steps to reproduce 1. Install [tubecast](https://github.com/enen92/script.tubecast) for Kodi which allows casting to Kodi with the Cast v1 protocol. 2. Verify that casting to Kodi from Google's Youtube app is...
**1. Environment** - Device: [Pixel 4] - OS: [Android 13] - APP: [0.8.3] **2. Describe the feature request** I'd like a slider to increase the contrast of the reading page,...
The `connected` property is rather meaningless. There's no rhyme or reason to its value. Test output, and test program: ``` # async sleep + submit command + fetch results #...
Idea from https://bugs.launchpad.net/getdeb.net/+bug/1332894 Something like (untested): _edit: support dfhack_ ``` #!/usr/bin/env bash dt_data="/usr/share/dwarftherapist" dt_bin="/usr/bin/DwarfTherapist" dt_getcap="cap_sys_ptrace=pie" ptrace_scope="/proc/sys/kernel/yama/ptrace_scope" root_programs=( kdesudo gksudo sudo ) for name in "${root_programs[@]}"; do if root="$(type -P "$name"...
RPATH is automatically set by libtool to: jbig2enc/src/.libs On most builds, is such that any user can create RPATH, into which malicious libraries can be placed. RPATH isn't necessary if...
Renders all navigation abominably slow. Workaround is to use :NoMatchParen. This seems unrelated to other general syntax performance issues and the following specific settings: - relativenumber - cursorline - cursorcolumn...