Delgan
Delgan
Thanks for the details, @hartkopp! Then I'm not sure there's much left to do. Unless anyone has an idea of how to investigate this issue, I don't think I have...
As the Loguru developer, I would like Loguru and Sentry to be seamlessly compatible! :+1: Basically the `InterceptHandler` is supposed to be attached to some standard `logger` object (possibly using...
Hey @antonpirker, sorry for the late answer. Time flies... Honestly I would not know which PR to open. I'm not a Sentry user myself, so I'm not in the best...
Thanks @erf for taking a closer look at this! I came to the same conclusion. The behavior depends whether or not the same value is returned twice. I have no...
Hi @letsar, thanks for the update! To clarify, I came to the `millisecondsSinceEpoch` example by narrowing down the problem step by step. However, in my code, the value which initially...
Oh, yeah thanks for the suggestion to simply use `setState()` instead of `FutureBuilder`. I'm so used to ready-made widgets that I forget the basics. :D Regarding the `initState()` detection, can't...
Well, English is not my native language either, that surely explains the trouble... :slightly_smiling_face: I haven't given it much thought. It was mostly for proof of concept. You have a...
Thanks for the tip @Jason3S! Do you think that optimizing the spell check for the word being written is feasible (I don't know the VSCode Extension API) or even desirable...
I read this in `time` module [documentation](https://docs.python.org/3/library/time.html): > _Changed in version 3.6:_ The `struct_time` attributes `tm_gmtoff` and `tm_zone` are now available on all platforms. Could that help with that issue?
@freach This seems to be a significant problem, being able to copy datetimes is important. Any plan to fix it? Do you accept PR?