JP Moresmau

Results 56 comments of JP Moresmau

I would like that too. Is there any philosophical objections from the maintainers? Is it just a matter of submitting a PR with some tests?

Well I've written my own little system (for my company, so not open source) to serialize the Parse Tree into JSON, and then add a JSON tree walker that you...

I am still getting this issue on version 11: ``` Error: Error: ENOENT: no such file or directory, stat '/home/runner/work/_actions/satackey/action-docker-layer-caching/v0.0.11/dist/ttsc-dist/.adlc/image-layers/18bf75313098a3270fa0787659dc50475861705f6596a8fdfacf2dea982adc26/layer.tar' ``` Rerunning the workflow results in the same error.

This seems to exist in the latest version, but fails on a module that contains text to translate. Given the module: ``` module Folder1.JP1 where t1 :: String t1="test" ```...

Development page update with BIRT page and feature name. For the swt jars since the name of the jars depend on the version, I can't commit the changes otherwise it...

So instead of having users change once and for all a classpath file on their machines, now they have to download something else, and thus another step that needs to...

Which build fails? Not the build on the machine used to build releases, i.e. mine, and that project is not part of the release anyway...

I still have the same issue, in my case I'm using WAI and I tried to use a WAI file in the parent directory (`bindings = { wai-version = "0.2.0",...

I have managed to install mysql by modifying Setup.hs to run perl with the mysql_config.pl script. I have also changed the mysql_signals.c file to comment out the posix specific lines...

When I add extra-libraries:mysql to the mysql Cabal file, the undefined reference to mysql_\* disappear, but undefined references to _hs_\* remain. I suspect maybe an issue with calling conventions under...