Lukáš Rychtecký

Results 11 issues of Lukáš Rychtecký

Hi, I found that multiple requests have same iat (it's wrong), due coercing from long to int. What is a reason for coercing? Thanks

Hello, I've tried to use `linked/set`, but all following operations failed: CLJ ```clojure dev=> (linked/set 4) java.lang.AbstractMethodError: Method linked/set/LinkedSet.toArray()[Ljava/lang/Object; is abstract ``` same result for calling ```clojure (into (linked/set) [1])...

### Actual: ``` FAIL in foo-test/bar-test (foo_test.clj:10) expected: {:a 0, :b 1} actual: ({:b 1, :c 2}) ``` ### Expected: ``` FAIL in foo-test/bar-test (foo_test.clj:10) expected: {:a 0, :b 1}...

Is Bouncer still maintained? I've few features that I'd like to see here, but I don't know if I should create a PR or a fork. Thank for answering.

Hi, I've noticed that when `config.edn` is in invalid format (e.g. "Map literal must contain an even number of forms") in a stack trace you will see something like `java.lang.RuntimeException:...

This is just a preview, I want to sure about the code before writting tests.

Hi, I found that a usage of `muuntaja.middleware/wrap-format` is used in `duct.middleware.web/format` component without wrapping it into `muuntaja.middleware/wrap-exception` thus when a request body contains invalid JSON an exception is raised...

E.g.: https://colorlib.com/wp/free-bootstrap-admin-dashboard-templates/

`get_model_core` can return `None` and that's painful.

bug