gnbl

Results 27 issues of gnbl

Thanks, just the tool I was looking for (client-side, JS only) to embed my favicon. With Firefox 49.0.1 on Windows the image https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png is reduced to an invisible 1x1 image...

Trying to open a path on a network share `smb:///path/` (or nfs or afp) silently fails and defaults to `/home/user/` even when network shares have been accessed (mounted?) by "Files"...

bug

Python 3.5.1 on Windows 8.1 64 bit, hardware is Silabs CP2102 USB-UART bridge with current drivers. pySerial upgraded from 3.0.1 to current 3.1 via pip3 (as admin) ``` >pip show...

Windows 10 openmp 3.0~b334996c The reference planes are centered on the origin and displayed proportionally to the view (window) size, regardless of zoom. This is helpful for orientation when orbiting...

enhancement

Deleting elements that other elements are constrained to, this message is shown: ``` --------------------------- SolveSpace - Message --------------------------- Additional sketch elements were deleted, because they depend on the element that...

bug
UI

windows-openmp 3.0~b334996c on Windows 10 64 bit. Sketch>Image allows inserting a PNG image file into the sketch. When that image file is moved on the harddrive and subsequently cannot be...

enhancement

`editFrame` (https://github.com/jscad/OpenJSCAD.org/blob/master/packages/web/index.html#L124) seems to get set to `"width: 40%"` but I'd rather have it resizable by dragging `editHandle`. However, it can easily be manipulated using a little JavaScript via the...

enhancement
user interface
website app

The build fails with `test/unit/text/script_runs.cpp:8:34: error: no matching constructor for initialization of 'mapnik::value_unicode_string' (aka 'icu_58::UnicodeString') ` I have a fresh install of Ubuntu 22.04 LTS and tried to follow https://github.com/mapnik/mapnik/blob/master/INSTALL.md...

Please add instructions to compile the typescripts on Windows (10): - Install node.js https://nodejs.org/en/download/ - open CMD/powershell - Install typescript: https://www.typescriptlang.org/#installation `npm install -g typescript` - install dependency `npm install...

https://redis.io/commands/setex/ (https://github.com/redis/redis-doc/edit/master/commands/setex.md) does not list "TTL" in "Related commands" despite using it in the example.