Ted Dunning
Ted Dunning
Wow. The makes a lot of code pretty hard to write. Is there a work around?
Thanks for following up and thanks for the link!
It is a fair comment that there may be too much detail in the numerics doc, but some justification and explanation is definitely needed and the Differences from CPython page...
That's a great idea. I pointed at a decent fixed point tutorial, but I don't know of a good FP intro off-hand. Suggestions welcome!!
Of course, @ionutpopa is correct. Running a project with all volunteers is not an optimal process in terms of getting everything done. Running it with an infinite budget close source...
@ionutpopa That is what I would have expected, but I don't see docker image packaging there. There is likely another workflow that is part of cutting a release that generates...
This is surprisingly similar to the bug that just got fixed in parsing table headers. That was a regex problem. Yours looks similar.
> Thank you for surfacing this potential licensing issue. What tool did you use to discover this? Glad to help! The tool I used was (sadly) just basic eyeballs. I...
I wouldn't have known about it if you hadn't asked me directly about how to do it. I am starting to use it everywhere to be sure I understand what...
there is a very similar (but unmaintained) package called python-parted that has the necessary functionality. https://github.com/dkmstr/python-parted In this other package, the syntax is: ``` dsk = dev.new_table(disk.DiskType.WNT.GPT) ```