mikaelho

Results 86 comments of mikaelho

Hopefully the upcoming version will update numpy. There was a recent good point on the forums that so many great things depend on more recent versions of numpy, that an...

Whether this is a bug in the `strict` option or something else is debatable. I have the same issue, and it is caused by MyHeritage splitting CONC lines between a...

Natim, you got to be kidding. Implementing this in a reliable way is not trivial, and they already got it implemented - in python - in the AWS CLI. It...

> Achieved by setting both `.block` and `.nowrap` to `true`, for example: In CSS, there is still no out-of-the-box way for having ellipsis with multiline text. Have to check if...

Thanks, understanding that I can check the Fluent docs in the background helps with a lot of things. Maybe the best approach to manage the current setup would be to...

The actual error message is: `The operation couldn’t be completed. (NSNetServicesErrorDomain error -72008.)` It looks like since iOS 14 there has been a new security requirement where multipeer (Bonjour) network...

@ottopaulsen, see issue https://github.com/wez3/volkswagen-carnet-client/issues/16

Makes sense. Your use of the word ”launch” and the stated goals of displacing re made me want to ask if you saw this [list](https://github.com/mikaelho/python-human-regex), also known as ”the competition”?

Here's a [repl](https://replit.com/@mikaelho/Pglet-DatePicker-usage) to play with, code copied below as the repl might not be there forever. ``` import datetime from types import MethodType import pglet from pglet import DatePicker,...