Murray Hopkins
Murray Hopkins
Hi. I am exploring using microservices as a way to compose a web-app ie run it in a browser. I am transitioning from "old school" monolithic to microservices and am...
Suggestion: I am looking at using Cypress to test modules / functions that have no UI. Much of the code is **legacy** - i.e. uses functions, not exports, so there...
Hi. Thanks for this great package. I am not that experienced with updating and contributing to npm packages so some of this might be obvious, but not to me. Below...
Again, I hope I am doing this PR correctly. With the `datetime` mode, when you "set" the date and move to the time, the input value gets updated. If you...
Hi. This might help people setting up this extension for the first time: [https://dev.lucee.org/t/websocket-getting-started-and-lucee-docker/10841/7](https://dev.lucee.org/t/websocket-getting-started-and-lucee-docker/10841/7) Murray
Hi, I might be missing something. Jan 1st, 2022 is Saturday. The rule is `"01-01 and if saturday,sunday then next monday"` so the holiday is actually on Jan 3rd. However,...
If I have this in my survey JSON: { "type": "html", "name": "question1", "html": "Welcome!" } the resulting html in the survey is: Welcome! i.e. no html tags. I am...
Thanks for the plugin. Very helpful. I needed to set some CSS to override the WP theme and to better format the matrix tables I am using. I did that...
My WP survey has dynamic panels which I am going to need to "flatten" in order to make a sensible report. First step is to get the JSON of all...
As you know, Redis has discontinued the Graph module and it has been "forked" into [FalkorDB](https://www.falkordb.com/). For now, the `vertx-redis-client` continues to work ok, as does the Quarkus Redis Extension...