Timothy Rule

Results 163 comments of Timothy Rule

I would suggest to catch the SyntaxError, and something similar for a missing file. Then print a neat error message about that. However, empty files, or files with no handlers,...

Hi, I encountered this today, TS.ADD updating an existing value. Should it be a bug? Or enhancement ... to have more than one sample for any given timestamp - since...

Hi, yes, after a short while we came to the conclusion that this module is doing a very good job of solving a particular problem, at least in the initial...

Hey, the great thing about Redis Strings is that they can represent pretty much any datatype. So, when this module fixes to a particular type, that flexibility is lost. That's...

I would suggest to have TS.ALTER create the key if it does not exist, and remove the TS.CREATE command altogether. Using this module for the first time today, I found...

I just setup a Nginx reverse-proxy based on the example from ASLanin, as a sidecar to ArangoDB, and I think that is actually the way to solve these kinds of...

Hi, I have a similar situation and wonder if you could indicate where the GPL2+ code is in your project?

I use FMPy for running FMUs. Its great. Already when you include the dependencies (e.g. numpy) FMPy is becoming a fairly large package. Having a validator is nice, however having...

Thanks. I install FMPy into a Docker image and actually only use only the FMI classes. I've been looking though the code and think it could be possible to define...

Thanks @t-sommer I will try a few ideas out and get back to you (perhaps with a PR).