Manuel Transfeld
Manuel Transfeld
I like the idea. **Prev** and also **next** (some sort of history) would be awesome.
I've had the same issue. Don't remember what I changed, but it works now for me (PhpStorm with Rust Plugin). Question: can you echo some cargo specific env vars using...
@Num2 When intel-ucode is loaded, it persists a kexec reboot. You can not load it twice. (I tried) **My test:** 1. boot without ucode 2. ucode revision old 3. kexec...
Hi @mlmilliman, just joined github for this comment? ;) As you can read above, version 2.x does not yet work with btsync-gui. We have to wait.
Ok, thanks. This is a first working example of `checkupgrade-filter` **Usage:** 1. `checkupgrade-filter` like `checkupgrade`, unaltered 2. `checkupgrade-filter --major` only major updates (**X**.x.x-x) 3. `checkupgrade-filter --minor` only major updates (x.**X**.x-x)...
These worked for me: https://keygem.com/products/mill-max-hot-swap-sockets?_pos=1&_psq=7305&_ss=e&_v=1.0&variant=36531902120102
@ramnathk I'd guess, that you tried mmccoyd's default firmware and settings_reset. You could provide your firmware.zip and I'll try it on mine, just to ensure it's a hardware situation. I...
Same with v0.25.0
`cargo deploy` I ran a single deployment until it crashed. `cargo logs ...` I read the logs. update the code `cargo deploy` rerun the deployment. Although waiting a minute or...
@elbaro 1. hello-world != helo 2. Output: Run `cargo shuttle project start` You ran: `cargo shuttle project **re**start` + `--allow-dirty`, why? 3. `--allow-dirty` is for **deployment**. ```shell $ cargo shuttle...