Daniel Root
Daniel Root
unpkg currently recommended on Leaflet site. cdn.leafletjs.com fails with SSL error, breaking example. This also bumps to latest Leaflet version. See https://danroot.github.io/Leaflet.RotatedMarker/example.html for demonstration of this change working.
I have an endpoint I tested with an online tool that says HTTP/2 is working correctly. However, when I specify that to restclient like this: GET https://api.somecompany.com/prod/v1/login HTTP/2.0 The server...
I followed the instructions and some issues (switch to Swift 5, update SnapshotHelper) to get this set up. I was able to run fastlane screenshots and it worked for half...
I would like to write scripts to automate various devops tasks for developers. I'm able to do so with a personal access token, like this: $pat = get-content .devopspat -ErrorAction...
When an image load fails for any reason, a "spinner" is shown indefinitely and the UI toggle is never shown. This means the user cannot delete the problem image. To...