Martin Mauch

Results 253 comments of Martin Mauch

Hi @saig0, I just rebased this branch on the newest master version and I noticed that the combination of renames (due to the different directory structure required to cross-build), changes...

A useful intermediate step could be if I create a separate PR which uses a Scala-JS compatible logger. This is one of the bigger parts that ties FEEL to the...

> > Is the capability to use FEEL in the browser important enough for you/Camunda to either maintain both a Maven and an SBT build, or switch to SBT completely?...

Hi @saig0, I just discovered this project which *could* solve the SBT vs. Maven problem: https://github.com/AugustNagro/sbt-delegate-maven-plugin It explicitly states as a use case > You'd like to use Scala.js or...

I haven't worked on this for a while and probably also currently don't have a need for it. If anyone wants to pick this up, feel free to!

@alejandro-jb22 could you try `0.18.0-beta2` without `maxRowsInMemory`?

So would you change the Idris 1 implementation of FFIs or do your comments refer to how you would do it in Blodwen/Idris 2? If the latter, then until Blodwen...

@edwinb something like this (ignoring the tampering of the build files which I yet have to make more generic)?

@edwinb @mmhelloworld this is taking some form. Now would be a good time to veto or make proposals if I'm running in the wrong direction :wink:

Here's a quick performance comparison using ```bash time bash -c "make ; make clean ; make ; make clean ; make ; make clean"` ``` `master`: ``` 2459,44s user 46,04s...