Levi
Levi
**Do you want to request a _feature_ or report a _bug_?** Bug **What is the current behaviour?** Installing `sass-loader` results in the latest version (8.0.0) from NPM. then running `npm...
At present if I return ``` {:status 401 :body [:h1 "no can do"]} ``` from a handler, it fails during the middleware stuff where it's trying to merge things. To...
I found the code in the authentication docs https://github.com/joy-framework/joy/blob/6ede2012c0aa0f9c524c3c869cd1787217c1ecd5/docs/authentication.md to not work here (also there is a typo, an extra parentheses after the ?) ```clojure (defn create [request] (let [[_...
While following example code in the authentication docs It appears that it is attempting to run the following sql ``` insert into account (password, db/table, email) values (?, ?, ?);...
If I set up a params object (naming it `validate-account` to not shadow the params function, which I think is a bad example) ```clojure (def validate-account (params :accounts (validates [:name...
My bot did not resume polling after encountering a 502 from Telegram by longpolling. ``` Exception in thread "async-dispatch-18" clojure.lang.ExceptionInfo: clj-http: status 502 {:cached nil, :request-time 6929, :repeatable? false, :protocol-version...
It's annoying to have to use "0.0.0.0" because using "localhost" forces it to try to use a socket, even if it doesn't exist. If you're going to try to use...
Hello, The change in https://github.com/janet-lang/janet/commit/398833ebe333efa751c52d2fa0f0a940d1d9878b is no longer building on the following platforms, based upon an alpine docker image, such as 3.18. * `linux/386` / `linux/i386` * `linux/arm64` * `linux/arm/v6`...
In `pycose/keys/symmetric.py`, there are several checks on key length which exclude keys for HS384 and HS512 algorithms. ```python if key_len not in [16, 24, 32]: ``` Here's how I reproduce...
The version has fallen behind and some new features are in sqlite3