Michel Steuwer

Results 12 issues of Michel Steuwer

How would I best use `cats-parse` with Scalas string interpolation feature, where the input I am parsing is not just a plain string but also arbitrary values that are interpolated...

Hi, the `employees` table at: https://github.com/brownplt/B2T2/blob/main/ExampleTables.md contains the value `32` as a Department ID which is not present in the `departments` table. This is not the case in the linked...

We should update the current function casting syntax ```scala k.as[In `=` Array[Array[Float]] `,` Array[Float], Out[Array[Float]]] ``` towards ```scala k.asFun[Args[Array[Array[Float]] `,` Array[Float]] => Array[Float]] ``` once we have moved to Scala...

After switching to the unified DSL with #76 we no longer enforce unique names in Rise. Do we still need to do this? Currently, all tests pass without enforcement of...

This is a draft PR porting `shine` and all dependent repositories to Scala 3. At the moment of opening this PR, there exists a large performance regression that me need...

This PR introduces changes that will help to ease the migration to Scala 3, but the code in this PR remains valid Scala 2 code. In detail the changes are:...

This PR makes all tests ineracting with the OpenCL executor fail gracefully if the executor library can not be loaded from disk (e.g. when it is not available on a...

Revisit our decisions around literals, `Natural`. Motivated by https://github.com/rise-lang/shine/pull/170#discussion_r628008829

enhancement

The `mmCheck` tests for AMD and Nvidia are ignored for now, as they both fail with a `CL_OUT_OF_RESSOURCE` error on the continues integration setup. - [ ] Make [`mmCheck` on...