Zyansheep

Results 44 comments of Zyansheep

Currently blocking on rust-num/num-complex#110 Once that is merged and relevant API usage of num-complex is fixed, this PR should be good to review.

rust-num/num-complex#110 was merged! Should I open another PR?

Note to self: DONT FORGET TO RUN WITH ALL FEATURES ENABLED :sob:

Okay, it should be good to merge now. The only thing that might be of concern is the revert changed the slice() function from: `self.inp.slice(self.before..self.after)` to: `self.inp.slice_since(self.before..)`

Fixed the issue but I think latest nightly broke CI :( Works locally on cargo 1.78.0-nightly (cdf84b69d 2024-02-02), but is broken in the CI on 2024-02-05. My nix rust overlay...

I'm not sure exactly, but I think it may have had something to do with a lifetime being joined / not stored on the MapExtra struct. It bugs in my...

Nope, but if you have an autocompletion engine in mind, I don't think that would be too difficult to integrate. All that would be required is to have some module...

That does sound pretty awesome ngl! I'm not coding for this project atm, but I will review and merge pretty much anything so long as it isn't really badly designed...

Uhh, I guess for the time being I will push to crates.io every so often, until I figure out how to create a crates.io team :thinking:

Yeah, I suppose all those other fun features can be a future project. I guess have a tendency to over-engineer things : ) About the Mutexs, I am trying to...