Danilo Bargen
Danilo Bargen
@niccokunzmann I'm not sure how shields works in the background. I assume a service fetches the information server-side, right? Every hackerspace/makerspace in the SpaceAPI directory has an endpoint (URL) that...
> Is there any public documentation on the API? (I suppose the endpoint one given the discussion above) Yes, general information is at https://spaceapi.io/ and the schema for the endpoints...
@chris48s correct! 👍🏻
Something like the approach suggested by @groutr sounds great. It would also be great if the error would contain the affected "span" in the original JSON string (so that a...
Sure, Semantic Versioning explicitly states that below 1.0.0 anything goes :slightly_smiling_face:
Yep. The main issue is that YAML can't concatenate lists, so you can't extract shared steps into references... CircleCI have added a custom layer on top of YAML: https://circleci.com/docs/2.0/reusing-config/ That...
We can, but note that every job needs its own cache key. That means that we'd save 2 lines per job, but at the same time we'd have to add...
> https://github.com/chinedufn/percy/blob/2aed65476bc4d4660c0eb2fe6c733ce96bf6aee7/README.md#stable-rust Aah, that explains it! I previously used nightly, but migrated to stable recently. The tests pass on nightly (except for one test that does assertions with regards to...
The quoting workaround is a bit awkward due to double curly braces when using top-level text: html! { { "Hello World" } }, However, I guess we'll have to live...
Yep, I agree. Performance optimizations without benchmarking are worthless.