Milo Mirate

Results 15 comments of Milo Mirate

Here's an interesting non-solution for the hull problem, maybe it inspires someone: Given some implicit-functions fᵢ(x,y,z) which represent some shapes to be convex-hulled, if one could efficiently obtain closed-forms of...

Luckily, [envy just happens to do magical things with the comma character](https://github.com/softprops/envy/blob/master/src/lib.rs#L139-L156), so a simple wrapper-type is all that's needed to make this work: ```rust use recap::Recap; use serde::Deserialize; use...

I think that this issue has been solved, the correct way, since PyPy v7.3.7 (released October 2021): https://foss.heptapod.net/pypy/pypy/-/issues/3568.

[Well, that was easy.](https://github.com/djc/tokio-imap/pull/109) Mostly.

My apologies for noticing this only recently, but I had the same idea and wrote a Python 3 implementation of it that uses fdm for maildir re-delivery logic. I just...

Current cancellation system makes this impossible, as reminded here: https://www.reddit.com/r/rust/comments/wltcf8/announcing_rust_1630/ijwx3mz/

A cursory overview of the code indicates that presently, the only cause for a nonzero exit code is an I/O error trying to read stdin. (Changing the code to add...

> I'd like to keep Hakyll's `FileType` module there, even though it's no longer being used, with a deprecation warning on the module that it will be removed in a...

@bwright86 Why not (a) install a SuperPINDA and then just run the G80 on a cold hotend, and/or (b) adjust your end-of-the-print gcode to retract filament all the way out...