Cyprien Quilici
Cyprien Quilici
I have started fiddling around in [my fork](https://github.com/enquirer/enquirer/compare/master...quilicicf:master_deno?expand=1) I'll keep the previous post updated with my progress.
@jonschlinkert I think I have tackled the toughest part (migrating the code base to ESM) but it was quite the heavy lifting. I'd like you to get a chance to...
Current state: * the tests run on NodeJS 12.18.3 and NodeJS 14.12.0 * the bundled code works on both versions above and on NodeJS 8.9.4 too * the code base...
@jonschlinkert I have opened a PR so you can see my progress (#316 ) I have managed to change the code base so it uses platform shims although I'd like...
Any chance to get this looked at ? :slightly_frowning_face:
I stumbled on issues along the way, and don't know the code base enough to make informed decisions about the pain points. I abandoned, even more so because the PR...
I understand, no worries. Would you accept a contribution ? Can we develop an alternative report generator and have an option to switch between the PE and classic versions ?...
@adamgruber What do you think about external contributions to provide an alternate report generator based on PE ?
You can reproduce with the following code: ```java public class Test { private static class Dummy { @JsonProperty("200") String _200; @JsonProperty("400") String _400; @JsonProperty("61aa22c3-31a4-4d03-8d0c-27f2687533b2") String toto; } public static void...
We had the issue in a test that was comparing the output of a model transformation to a locally stored file. We managed to fix the comparison by de-serializing ->...