Luke Clifton

Results 20 issues of Luke Clifton

If you know your encoding might contain odd characters, you may need to URL decode it first. Also extends the `path!()` macro to allow for ``` path!("hello" / (decode String))...

It would be great to merge in #69 and #86 and create a new release.

``` λ import Types.Common (parseBS) -- From the test suite λ import Waargonaut.Decode as D λ D.runPureDecode (D.list D.int) parseBS $ D.mkCursor "[]" Right [] λ D.runPureDecode (D.list D.int) parseBS...

bug

We would like to be able to set rate limits that support bursty traffic. The current rate limit is supposedly based on a token bucket, however we can't configure the...

**Describe the bug** If a policy allows write access to the policies endpoints, but requires control group authorization, using the Vault CLI to run the command ``` vault policy write...

In some scenarios, the `downward` executable was producing a lot of output which was not being read by the library. This would eventually cause the downward process to hang, waiting...

The `[Test]` passed to the `solve` function is a conjuction of tests. In a similar vein to `all`, an empty list should mean that the condition was met. That is,...

https://github.com/agentm/project-m36/blob/82ecce87161637c6f97a27b26e4f03551c8979ad/docs/tutd_tutorial.markdown?plain=1#L49 I just happened to notice that this project actually makes use of Safe Haskell, so thought I would point out the discussion going on here: https://discourse.haskell.org/t/deprecating-safe-haskell-or-heavily-investing-in-it/5489

- [x] Tested on an x11 machine - [x] Compilation warnings were addressed - [ ] `cargo fmt` has been run on this branch - [x] `cargo doc` builds successfully...