Brian White
Brian White
- OS (Android/iOS) Android - Version of OS 9 (Pie) - Device Make and Model Pixel 3XL - Shango Version 1.08 I have the font size set larger than normal...
Using the latest JSweet... I have a class defined in `java/com/foo/lib/Thing.java`: ``` package com.foo.lib; public class com.foo.lib.Thing { ... some methods ... } ``` It transpiles just fine. I have...
This is a rollup of my fixes for Issues [208](https://github.com/mathandy/svgpathtools/issues/208), [209](https://github.com/mathandy/svgpathtools/issues/209), and [210](https://github.com/mathandy/svgpathtools/issues/210).
The processing of SVG elements occurs by type (in order: path, polyline, polygon, line, ellipse, circle, and rect) by calling `doc.getElementsByTagName()` for each type. This ends up returning the paths...
Got this error today trying to read a huge (33MiB) SVG Inkscape export. ``` File "/home/bcwhite/.local/lib/python3.9/site-packages/svgpathtools/svg_to_paths.py", line 253, in svg2paths2 return svg2paths(svg_file_location=svg_file_location, File "/home/bcwhite/.local/lib/python3.9/site-packages/svgpathtools/svg_to_paths.py", line 207, in svg2paths d_strings +=...
In processing an SVG file in preparation for display, I find myself in need of information from parent "g" tags as well as the global "style" tag. What do you...
If `openDB()` causes an `upgrade()` but that upgrade fails with an exception, it will still call the `.then()` clause rather than the `.catch()` clause. For example, the following code seems...
https://developers.google.com/api-client-library/java/google-api-java-client/oauth2 The `GoogleAuthorizationCodeFlow` class needs, for persistence, a `DataStoreFactory`. However, this appears to be accessible only with AppEngine because the Cloud-Run library provides instead a `DatastoreFactory` (small S). This dependency...
Every so often, sometimes multiple times per day, IntelliJ hangs with no way to recovery other than "end task" is the task Manager. JetBrains support confirms that it's a problem...
### Checklist - [X] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Leaflet, not with...