Filip Borkiewicz
Filip Borkiewicz
>Caching logic seems to have an issue which can cause data corruption Yeah, I saw situations where something was wrongly cached and then the logic which loads cached data and...
``` $ RUST_BACKTRACE=1 ytop --interval 5 Run with RUST_BACKTRACE=full to include source snippets. Backtrace (most recent call first): File "", line 0, in core::panicking::panic File "", line 0, in File...
``` Compiling ytop v0.6.2 (/home/filip/ytop) Finished release [optimized + debuginfo] target(s) in 12m 26s Running `target/release/ytop` Run with RUST_BACKTRACE=full to include source snippets. Backtrace (most recent call first): File "/build/rust/src/rustc-1.45.0-src/src/libcore/macros/mod.rs",...
> Thanks for the debug info! I opened #104 to address this, but just because I'm curious did this crash happen after some time, or was it immediate? Pretty much...
I don't think it is necessary for me personally because if someone knows how to fix it (is familiar with go modules) and knows what happened (repos were moved) there...
> Same issue after changing privacy policy language from en-gb to en-us duplicating the previous one in an attempt to delete the second one. For context the error in this...
I have a similar issue, the panel always shows 0 queries and appears to be inactive (it can't be clicked). I am not sure if that is what you meant....
Oh I see. Thank you for the reply, I guess it is easier to switch to the flask-sqlalchemy since I am early in the development.
This is a different approach which can be used: ``` var globalOpt = []guinea.Option{ guinea.Option{ Name: "help", Type: guinea.Bool, Default: false, Description: "Display help", }, } func main() { cmd,...
As far as I can see those bugs were fixed already which probably means that a fix is no longer necessary. Can you confirm that?