Robert Stoll

Results 250 comments of Robert Stoll

@WesleyJammer I already started this one but there are other issues you could work on. have a look at good first issues. You could for instance work on https://github.com/robstoll/atrium/issues/1887 Let...

This won't be an easy one. you will have to base your work on a feature branch and do part of the on-going migration. Fixing the bug should then be...

@matcha4smiley infix function require exactly one argument. You cannot have an infix function without argument (thus we sometimes require to pass the filler `o` as in `toContain o` instead of...

@matcha4smiley thanks for the update, we would need to rebase the whole thing so that we get 2 commits in the end. I also see that we need to adjust...

As info, I had to adjust a few things in main due to KotlinJS bugs. Please rebase your branch before you continue

@matcha4smiley do you still intend to work on this?

@anushagh I see that there are non-trivial errors in JS in the build output regarding regex which don't work as they should in JS (https://github.com/robstoll/atrium/actions/runs/16565351061/job/46847806475?pr=2043#step:5:697). I can take over from...

@anushagh the fixes for JS were made in main, you can rebase your branch in case you intend to continue