Francis Lalonde

Results 20 comments of Francis Lalonde

These choices and explanations are perfectly reasonable. Too bad `TryFrom` has been pushed back. Introducing `NotADNSName` as suggested would provide a good interim solution.

I followed the idea you expressed, let me know what you think.

I don't personally need this fixed now as I was only test-building the project, which succeeded once I renamed the file. So unless it is also confirmed by someone else...

I just reinstalled rustup: ``` ❯ rustup --version rustup 1.24.3 (ce5817a94 2021-05-31) ``` Seems to be the latest, but it's 1+ year old?

Please refer to the test's names for a summary description of what they do. I've tried to minimize impact on existing code but testing Mojos is tricky, so I've made...

I've found the problem and fixed it. Each test case now gets its own source file copy. One test still fails, demonstrating the case where the cache isn't updated.

Same problem on Funtoo. Above solution worked fine. Updating the README with fixed command would be enough IMO.

In case it helps someone debug this: I have this same behavior (no console output) when my dotnet app is run from MSYS's zsh. Running the app from bash works...

I've also implemented such "keepalive" functionality before and it definitely falls within the scope of dipstick to prevent discontinuity in the stream of metric values. I believe is actually an...

See #61 for tentative implementation of this. Specifically https://github.com/fralalonde/dipstick/blob/feature/retain-last/src/cache/gapless_in.rs