Johann Bauer

Results 141 comments of Johann Bauer

What caused this error for you? Is your server too fast or is `time.time` too inaccurate?

Wow, that's interesting! And no, I've just been curious about this issue, I didn't want to imply that your patch is not worth merging :smiley:

However, wouldn't it be better to just catch the `ZeroDivisionError` and return? The output wouldn't be of much use anyway when there is no measurable time difference.

I just completed a quick benchmark to compare the performance of PyPy vs. CPython 2. I was unable to compile plyvel with the PyPy headers so instead I used an...

Please set option `--output-file` accordingly. This is indeed an issue with the documentation. The default has been changed since that has been written and it needs to be updated.

Hey, thanks for bringing this up! I know gettext has a lot of features that we currently don't use and it probably makes sense to implement them. ### Proposal 1...

Just to make sure we're talking about the same thing here: You want comments like ```Dart choices = [ // translators: Like a can of soda, not like "Yes we...

> there doesn't seem to be any tool out there to help with the bundling on Windows, so that would have to be done manually anyway. That used to be...

Okay, so I managed to get Windows builds working. This actually revealed an issue in delvewheel but @adang1345 released a fixed version immediately! I will send in a PR shortly.