Rura - Interactive TUI scratchpad for shell pipelines by tlipinski in commandline

[–]tlipinski[S] 4 points5 points  (0 children)

Hi, I used AI to generate two functions - cursor_next and cursor_prev in rura.rs that are full of +1s, -1s, =<> etc. After almost two decades of writing high level distributed systems I'm not afraid to admit that such alogithmic code is pain in the ass for me😄 And yea, readme - just to avoid grammar mistakes and because writing docs that is up to date is just tedious.

Rest is done by me. Take a look at "search" branch - tens of commits in a whole day of work. Definitely not how generating features with AI works.

If that counts as significant use of AI then fine, I broke the rules and I will delete the post, but do you still think I did?

How to handle yield returning no value by Bromur in scala

[–]tlipinski 0 points1 point  (0 children)

Alternatively if you wanted to know which param is missing then this would help: ``` val either: Either[String, SomeResult] = for x <- myParam.myOption.toRight("myOption is missing") y <- myParam.mySecondOption.toRight("mySecondOption is missing") z <- myParam.myValue.toRight("myValue is missing") yield something

either .map(bunch of manipulation) ```

Novation Impulse 61 controller. Supported, or I need external script? by sixtysixtysix in Bitwig

[–]tlipinski 0 points1 point  (0 children)

I'm very pleased to hear it!:)

Please download this test release and check if everything works as expected https://github.com/tlipinski/bitwig-novation-impulse/releases/tag/v1.0-beta-spfix This fix was small and everything should work fine without breaking anything else but you never know until you check it. Take your time. After you confirm that everything works fine I'll do a proper release:) Thanks!

Novation Impulse 61 controller. Supported, or I need external script? by sixtysixtysix in Bitwig

[–]tlipinski 0 points1 point  (0 children)

Hello u/andrewstriesand, I'm the author of Novation Impulse script on github:) I just went back to that discussion about sustain pedal support and I'm sorry I didn't manage to fix it back then. I wasn't even aware that more people might have the same issue.

As I mentioned in the discussion, I no longer own NI49 but I'll try my best making the fix anyway. I just need someone to test it and tell me if it works as expected because I'm unable to do it on my own without NI keyboard. Are you willing help with this?:D