Kyℓe Hensel
Kyℓe Hensel
Hey, as your example shows, everything is lowercased except for the doctype, which is uppercased. It just seems a bit inconsistent to me
I don't think this even needs a setting - prettier accepts completely-lowercase and completely-uppercase for normal HTML elements (e.g. `` and `` are both okay). > If we make this...
Hi, I'm from New Zealand 👋 There is a difference between "Touring Routes" and "Tourist Routes". - There is only [1 _Tourist_ Route left](https://osm.org/relation/14143156), ([top-right shield in this example](https://goo.gl/maps/SEjX5tSrAFeYAjsMA)) and...
Would it be better to spell out the route names in the network tag, or use abbreviations? e.g. `network=NZ:Touring:VolcanicLoopHighway` or `network=NZ:Touring:VLH` Regarding tourist route 24, I think it should be...
I've added network tags to each of these routes. See [this updated comment](https://github.com/ZeLonewolf/openstreetmap-americana/issues/451#issuecomment-1169355237) and [taginfo](https://taginfo.openstreetmap.org/search?q=network%3DNZ%3A)
@V-ed that doesn't reduce the number of imports though. You still need lots of lines like this: ```js import List, { Item, Label as ListLabel } from "@smui/list"; import Tab,...
> If aliasing is allowed, what's the point of disallowing default exports at all? In general we don't want to allow default exports, but aliassing should be allowed for when...
within the folder we still want to use named imports. We find named imports much more useful. If something outside of that folder wants to lazy load it, the `index.js`...
for our specific case that could work. but is there a harm in adding an option?
thanks @arch0345. I think it would be reasonable to use the logo from Commons as a fallback, if the browser's privacy settings block logos from facebook/twitter, and if the commons...