Fernando Serboncini
Fernando Serboncini
If you drag the minimap until it's hidden, the text on the view menu still is "Hide minimap" but when you click it, it shows the minimap, and then the...
Hey, I was trying to use GTFS to parse some utf-8 data, and it was failing with weird UnicodeEncodeError. I traced this down to two factors: 1. unmapped_entities.py was converting...
## Failing module - **GitHub**: https://github.com/pngjs/pngjs - **npm**: https://www.npmjs.com/package/pngjs ```js import pngjs from "https://esm.sh/[email protected]"; const array = new Uint8Array(await Deno.readFile("image.png")); pngjs.PNG.sync.read(data); ``` ## Error message After running `deno run` I...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it If I press `cmd+]` (editor::Outdent on Mac) and the cursor is at...
I worked a bit on trying to find an option for `corner-shape` on the new API that supported squircles and had inner/outer symmetry. After a bit of work I'm proposing...