Witold Szczerba
Witold Szczerba
Hi, thanks for explanation of your case, but still I cannot get the problem at it's root. As far as I understand, at some point your application has to get...
Hi, we need to find some better way of handling such custom codes. I was thinking about something like adding an option like `forceAuthModule`; it would work contrary to `ignoreAuthModule`....
Yes, I like that idea. The only thing to figure out is how exactly the configuration should look like, i.e. what should be hard-coded and what should be open for...
This is a problem for me too, especially that Elm plugin for Intellij Idea (works with free CE version too) does allow to configure it in a file (called elm.intellij.json),...
Thanks for clarification. That would be nice if such errors could by, by default, displayed to STDERR until `addXyzExceptionHandler` is registered. That would be best of both worlds: we can...
> in the past people have complained about the library printing stuff to the screen unprompted This is why I suggest that printing would be just the default action until...
Hi, I am wondering if that would not be more comfortable to replace the _Criteria_, _Projection_, _Sort_ trio (featuring _edit_/_clear_ buttons and modal editor) with just one text area with...
> Allowing to directly edit the query implies to notify, one way or the other, the user that he modified the query (and so he needs to hit the refresh/run...
> What could be a solution is to use your idea of a single editor field with a predifined filter/projection/sort json structure but in association with guarded blocks (so the...