Chris de Graaf
Chris de Graaf
``` [ ~ ] asciinema rec mwe.cast asciinema: recording asciicast to mwe.cast asciinema: press or type "exit" when you're done [ ~ ] # hello, world [ ~ ] #...
Currently you have to write some slightly obscure Julia code to add custom registries before the bot does its main thing. Maybe registry cloning could be done less directly via...
Currently it seems that you cannot manage restriction queries with Terraform. - https://docs.datadoghq.com/api/latest/logs-restriction-queries
Currently, when you define a `datadog_user`, you have to supply all the roles that the user gets upfront. This complicates some of our code significantly. On the other hand, for...
When I write a long command or print some output that goes paste the edge of the window, the line wrapping behaviour is strange: it overflows until column 80, and...
As the title states, results from [`/api/get_scores`](https://github.com/ppy/osu-api/wiki#apiget_scores) have a `score_id` parameter that is not documented. It looks like it may have been used used for getting replays (#94 ) but...
Right now it has `public_repo` which is read/write access: https://github.com/JuliaRegistries/Registrator.jl/blob/4777e74a36af39a98e4c413665c2d5763a922763/src/webui/providers.jl#L28 We really only need `read:user`. But first we need to make sure that we're not using the user tokens for...
If an unhandled error occurs during registration, a generic error page is returned to the client. That is also the case for the `/status` endpoint from which the client expects...
This action gets credentials by requesting a web identity token and using it directly to generate temporary credentials, and exports those temporary credentials as environment variables. The web identity token...
https://github.com/JuliaWeb/Mux.jl/blob/master/src/routing.jl#L42 ```julia page(p::Vector, app...) = branch(req -> length(p) == length(req[:path]) && matchpath!(p, req), app...) ``` `req[:app]` makes the assumption that the request is a Dict with that key, which is...