Maxime Mangel
Maxime Mangel
@alexander-akait Thank you for your help `**/haxe/**/*.hx` works and when tested I missed the fact that you used `path.posix.resolve` and not `path.resolve`
Thanks for the answer I will wait Krys answer as I didn't follow the discussion on slack. IMO we should be able to find a common ground where every one...
Hello @georgewfraser, I guess it depends on what we want to ship. I think it should be possible to make a ready for review. The only regression we have compared...
Hello @georgewfraser, I rebase this PR on master. Compared to the master branch there is one failing which concern the `.fsx` support. I remove the WIP tag because I have...
Hello @nojaf, I can't really invest the time needed for submitting a PR, I don't have the time for that right now.
Is it be possible to release `Fornax.Core` as a NuGet package? In my project I am using paket to manage the dependencies thanks to its `generate_load_scripts` features. And `Fornax.Core` is...
Hello @isaacabraham, not yet the documentation still need an update because it says that unit is not supported by Thoth.Json while it is now.
Thank you for the pointer `System.Data.IsolationLevel.Serializable` does works for locking rows inside of a table when selecting them. However, in our case we want to lock the whole table to...
Didn't know that, I though I would jump back into the implementation I contributed of TipFormatter but that's good news if there is a standard parser coming out. Is there...
The same is true if there are `pre` or `post` tasks. With only a `release` task. ``` > release › Run the tests and release a new version of the...