Jonathan Chan Kwan Yin
Jonathan Chan Kwan Yin
Using the default code, even if I uncomment the `allow_network?: true` line in config.exs or by creating secrets.exs, `mix d01.p1` still errors: ``` $ mix d01.p1 Compiling 1 file (.ex)...
It seems not possible to set a table format that does not print intern line separators.
This allows users to create modified meshes (especially custom UV definitions) reusing information like angle/theta/phi instead of deducing them from the position buffer.
`serde::Deserialize` takes the lifetime parameter `);`, using the trick that `'static` is available everywhere. However, is this the best practice? Please consider adding this note to the documentation.
After leaving `gping` running for a many minutes, we end up with this because X axis is indexed by the order of pings instead of the time at which the...
I just spent a while to debug a bug caused by typing `data-trnk` instead of `data-trunk`, thanks to keyboard rollover of my laptop. Could we prevent this kind of mistakes...
Rustdoc intra-links should use [\`foo\`][bar] instead of \[\`foo\`](bar) if it references a code item. https://doc.rust-lang.org/rustdoc/linking-to-items-by-name.html
Currently, slok/kubewebhook only supports `StopChain` and `MutatedObject`, or returning 500 ISE directly, but it does not support rejecting the request directly in the validating webhook style. https://github.com/slok/kubewebhook/blob/7cda6658a8ec35339496b9062cd23eb6a1e7e8fd/pkg/webhook/mutating/mutator.go#L14-L22 I have confirmed...