Daniel
Daniel
I have todos and fixmes in my code, and they are highlighted properly. But when I try and list them from the command pallette, it says none were found
Been hacking at this myself for the past few years. https://github.com/Microtome/microtome Same exact idea. :)
Ruby 2.7 scout_apm (2.6.7) Deploying to our dev env k8s instance on GCP, the pods are crashing, investigating I found the following in the logs: ``` 2020-05-05 14:14:51.302 PDT /usr/local/bundle/gems/scout_apm-2.6.7/lib/scout_apm/auto_instrument/instruction_sequence.rb:11:in...
``` latest: digest: sha256:4916f24ae6e371c929207e86cd6de1548c887fe2b1257cabf254e9cad0a3fa0b size: 3038 DONE --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Updating service [derp] (this may take several minutes)...failed. ERROR: (gcloud.app.deploy) Error Response: [4] Your deployment has failed to become healthy in the...
When google updates a service in GCP that is a dependency of these or any other official google code samples referenced in google docs, Google should deploy and test these...
If Octoprint drops connection to printer, clicking 'reconnect' does not work as plugin assumes printer is always under /tmp/printer. Restarting octoprint allows the printer to reconnect.
progenitor is a rust based tool to generate clients from openapi specifications The problem is when a struct has a field like this: ``` #[schemars(range(min = 400, max = 599))]...
I know alacritty isn't a big fan, but I like them...
``` rust use teloc::*; // Declare your structs struct ConstService { number: i32, } // #[inject] macro is indicate that dependency can be constructed using this // function #[inject] impl...