lynn pepin

Results 17 comments of lynn pepin

> I've just spent 4hrs reading docs and shuffling files in a project with no luck, until I've found this post... Also building `cdylib`, which is technically a lib... anyways......

Hi! Wow, this is awesome. I am a total rust noob, and I think this is awesome!! This is seriously cool work. I am definitely interested in connecting, maybe even...

Hi! Sorry for the late reply. I spent some free time this week familiarizing myself with Rust. For a Rust reimplementation, this is my rough plan: - Clean up this...

This is a good point. My architecture probably isn't the best, and might be even less ideal when applied to other languages. The `palette.py` is probably one of those spots!...

@b-pronod, were you able to solve this, and if so, do you recall how?

Heya, I'd like to take a crack at adding the `-f` flag and fixing this behavior so `seq 1 1 1` operates as expected!

Hi @GrayJack I couldn't reproduce the `1 1 1` problem from the dev branch. Running `seq 1 1 1` returns `1`, as expected, when built using MacOS and Linux targets.

Understood! Focusing on the `-f` flag

Hey @GrayJack I'm going to call it quits on implementing `-f`. Couldn't figure it out, and I've definitely overcommited a bit! I think I need to tackle some more Rust...

Came here to contribute the same thing, happy to see someone has it :) I don't think the linking isn actually necessary though; I was able to do this just...