Marcos Dione
Marcos Dione
### What is the problem or limitation you are having? Current `MapView`s only support OSM standard raster tiles. This is because the URL template for the tiles is hardcoded: https://github.com/beeware/toga/blob/main/gtk/src/toga_gtk/widgets/mapview.py#L39...
I switched site generators and its not 100% like the previous one. # EDIT FEED ------------------------------------------------------------------------------- I want to change my current feed url from [http://www.grulic.org.ar/~mdione/glob/tags/python/index.atom to http://www.grulic.org.ar/~mdione/glob/categories/python.xml ## I...
```bash $ echo '' > foo.xml $ echo '&foo;' > bar.xml ``` ```python import xmltodict xmltodict.parse(open('bar.xml').read(), disable_entities=False) OrderedDict([('Map', None)]) ``` Of course, I was expecting `a` somewhere.
According to [the docs](https://golang.org/cmd/cgo/): > Any C function (even void functions) may be called in a multiple assignment context to retrieve both the return value (if any) and the C...
search
my shopping list is huge, and Insort it by supermarket lane ('099 bread'), can I get a search function?
Another issue, similar to #111. I simplified the polygon using this code: https://gist.github.com/StyXman/174df434435529fb73e8edc014ea52ac I got down to a 14-node Polygon: ``` POLYGON ((4.6496243000000002 43.5206941000000000, 4.6525242999999996 43.5138711000000029, 4.6538323000000004 43.5135961000000009, 4.6575601000000004 43.5140630000000002,...
maybe another name?
Most of the time I'm cropping a photo, I'm either cutting height or width by half, or cropping at 3/4ths x 3/4ths, so I know the end values. I used...
At the top of roads.mss, right after the variable definitions, I wrote this: ``` The structure of the styling goes like this: There are two types of lines: encased and...
### Expected Behaviour Changing to a bigger screen shows the right window size. ### Actual Behaviour  ### Steps to reproduce * Start stellarium. It starts in the smaller primary...