Jeffrey 'jf' Lim
Jeffrey 'jf' Lim
http://http-kit.github.io/http-kit/org.httpkit.server.html#var-run-server (linked to from https://github.com/http-kit/http-kit/wiki/3-Server#getting-started as "API docs") has a link in the footnote: ``` Starts a mostly[1] Ring-compatible HttpServer with options: ... [1] Ref. http://http-kit.org/migration.html for differences. ``` The...
# Issue type - Other NOTE that this is, in a way, a bug report, but since it does not (at least not to me) result in any failure, I...
**version** 1.3.191 **platform** MacOS; but I doubt this is platform-specific. **problem** attempting to access `babashka.http-client.interceptors` right now is not possible: `bb -e "(require '[babashka.http-client.interceptors :as interceptors])"` results in ``` -----...
as of now, if I were looking at various sources that your typical user would trust, I would get different version numbers: - [CHANGES.md](https://github.com/funcool/buddy-core/blob/master/CHANGES.md): 1.12.0-430 - ["api reference"](https://funcool.github.io/buddy-core/latest/api/) link from...
**given a date argument**, `datetime` can be at best unintuitive, or at worst inaccurate, as opposed to a datetime. If I pass in today's date, depending on the time of...
Addresses #44 I considered a couple of approaches, ranging from adding the current time (and then with a +1 second; good grief! just in order to be able to bump...
as alluded to in https://github.com/tonsky/rum/issues/265, values that require not escaping are basically impossible to create right now. Attribute values are *always* escaped. You can `:dangerouslySetInnerHTML`... but that is on inner...
As per https://github.com/tonsky/rum/blob/gh-pages/CHANGELOG.md#090, `Starting with 0.9.0, Rum will adopt “There’s Only One Way To Do It” policy. All attributes MUST be specified as kebab-cased keywords:`. This is fine for your...
While working through the guides, I noticed missing code, notably in "The Whole Shebang" sections. Not entirely familiar with this adoc format... but I think I have it right. Please...
I sort of found this by accident, deciding to try and see what happens if I ignore the note about case sensitivity over at https://pedestal.io/pedestal/0.8/guides/hello-world-content-types.html#_returning_to_content_types (`Attach a header declaring the...