Arie Roos

Results 12 comments of Arie Roos

@onitake I made a pull request for this, feel free to use my version of the code.

OK, since I didn't get a reply on this issue yet, I decided to dig into the code myself. I ran the project through my vscodium setup with the python...

So I figured out how to do a backtrace in gdb. Here's the interesting part of the output: ``` #1 0x00007ffff486840c in ReadConfigFile(Configuration&, std::__cxx11::basic_string const&, bool const&, unsigned int const&)...

I built fife and fifechan from the source according to the instructions in the uh wiki. I installed uh by running setup.py

This will also help in cases where I would want to compare one schema on a db to a schema of a different name on another db

This comment on the prometheus repo has workaround you can use: https://github.com/globocom/echo-prometheus/issues/5#issuecomment-671310135

I also think this very relevant

@neerava2023 you can always use a custom on_change function that compares the changed value to the value you currently have in the signal, and then only prompt the user if...

I see there is already a PR for this: #3879