Sam Eaton
Sam Eaton
I wasn't aware that Crustache supported nested models until I looked at the source. Adding it to README :)
I'd like to be able to make some development tooling that integrates with Kemal. One needed feature is the ability to access the HTTP context right before it is sent...
*(From our chat in gitter.im)* Process stops at a `rs.read(String)` for minutes without ever continuing (`chk 2` will never be printed): ```ruby db.query query_str, var1, var2 do |rs| puts "chk...
I'm running with `fsautocomplete --background-service-enabled --verbose` and the logs show: ``` fsautocomplete: [13:55:47.620 INF] [Compiler] Finished Service_ParseAndCheckFileInProject: /Users/same/dev/REDACTED.fs_ProjectId=/Users/same/dev/REDACTED.fs.fsproj-Failed_Aborted fsautocomplete: [13:55:47.620 INF] [Checker] ParseAndCheckFileInProject - "/Users/same/dev/REDACTED.fs" completed with errors: [{"Range": {"File":...
Adding `hx-disable` to an element (e.g. `myElement.setAttribute("hx-disable", ""); htmx.process(myElement)`) doesn't disable the element. Using `htmx.logAll.()` I didn't see any events triggered after running `htmx.process(...)`. I think that when the `htmx.process(myElement)`...
can organize scripts into groups
I'm trying to get something like you would see [here](https://www.digitalocean.com/community/tutorials/how-to-use-google-s-smtp-server). For reference, I've used a node.js module, [Nodemailer](https://github.com/nodemailer/nodemailer), that is able to implement that as seen in [this example](https://github.com/nodemailer/nodemailer/blob/master/examples/tl_dr.js). It...
There were interchangeable uses of "message", "body", and "data" referring to the message payload data. This change conforms to the [NATS protocol](https://docs.nats.io/reference/reference-protocols/nats-protocol#msg) which uses "message" as the encompassing message (headers...