enspritz
enspritz
Hi @tgross ! Thanks for looking into this. I don't have the bandwidth ATM to ready a PR ---
Workaround until this plugin correctly tags the database name: Add the following column to your SQL query results: ```sql SELECT current_database() as datname, -- Telegraf's postgresql_extensible plugin stores this "datname"...
See also https://github.com/antelle/argon2-browser/issues/7#issuecomment-443872030
@zuiderkwast I understand the refactoring load, and I don't presently have the latitude to take it on myself. That last formatting example resemblant of `logfmt` you shared, at first glance...
2023 Summer, Telegraf 1.26. Have there been any changes in the intervening period that enable this dream of having Telegraf read directly from the systemd/journald log stream?
This improvement perfectly fits our use case. While we are at it, if we can specify JS WebSocket API option values like `#js {:rejectUnauthorized false}`.
> @enspritz Hi there! I don't believe what you're asking for here is related to Ring 1.11's WebSocket API. Could you please create a separate issue and explain in some...
Something like this?
Thanks for taking the time to look at this @weavejester Async handler fn signatures enables use with the Aleph and Reitit setup we have. On this one point alone, it's...
Workaround: Judicious use of `lambdaisland/uri` to combine the browser window location with the OpenAPI JSON document URL: ```clojure (let [fully-qualified-url (lambdaisland.uri/join js/window.location.origin "/rest/openapi.json")] (martian.re-frame/init fully-qualified-url)) ```