Ethan
Ethan
Just adding that I support this change. The Australian tagging guidelines on the wiki [say to tag shared paths as `highway=cycleway` + `foot=designated`](https://wiki.openstreetmap.org/wiki/Australian_Tagging_Guidelines#Australian_Shared_Path_.28bicycle_and_pedestrian_sign.29). Due to most mappers in my city...
Can confirm that deleting the `amplify` directory and then running `amplify pull --appId ******** --envName ***` to grab my backend files again fixed the issue for me with no weird...
Managed to get it working with an AWS Amplify / AppSync schema. Rather than pasting the `schema.graphql` in the SDL tab, go to the Introspection tab, then paste the contents...
Not that I know of!! And not according to this... https://superuser.com/questions/1188772/mac-command-to-change-the-background-color-in-a-terminal
THIS IS AMAZING!!! 😱
Woah!! Is the hosted version free for unlimited use??? Or are there rate limits...
I actually have a hack to use a search icon from font awesome etc. as part of a the placeholder attribute for an input without creating any additional elements. I...
Hey @davidjo, I was taking a cursory look through this to see if it was something that I (as a developer with some rusty basic C experience but no kernel/os...
If you're in need of more opinions before merging, I think highway=busway should render as access=no by default. However, as others have mentioned, I would prefer any rendering over no...
Here is a DBus command that works to call GNOME Sushi: ```bash dbus-send --session \ --dest=org.gnome.NautilusPreviewer \ --type=method_call \ --print-reply \ /org/gnome/NautilusPreviewer \ org.gnome.NautilusPreviewer2.ShowFile \ string:"file:///home/ethan/some/file.txt" \ string:"gnome_files" \ boolean:true...