marmor7
marmor7
I've fixed this by setting the User Header Search paths to: $PROJECT_DIR/AQGridView and toggling the selector on the right to "recursive". this makes the search path contain all the sub-dirs...
Hey, are you sure POST is working for you? I can't get POSTs to work as well, I can see the reason in the code: ``` if (requestMethod.equals(HttpEngine.POST) || requestMethod.equals(HttpEngine.PUT)...
Hey, thanks for the quick response. We're actually on 0.51.56, we had some dependency conflict when trying to update to 0.52.x, but I did verify that the offending piece of...
Hey guys, thanks for working on this, it's an important feature for us as well. Just to add our use-case in case it helps with the implementation - we have...