Stefan van den Oord

Results 21 issues of Stefan van den Oord

Hi @vlaaad, First of all, thank you so much for all your work on Reveal. I think it's a very valuable tool in the Clojure space! I would like to...

This change introduces a new option `:extend-on-read?` to the Ring middleware. By default it is `false`. When `false`, the session expiration will be set when it is created ~~(and not...

enhancement

Steps to reproduce: 1. Create a project using ring and this carmine ring session middleware 2. Configure the carmine store to have a session expiration of 10 seconds 3. Login...

pull requests welcome
enhancement

I added a minimal `deps.edn` file that only lists Carmine's dependencies, so that I can use Carmine from my tools.deps based project.

What's in this pull request? ============================ I added definitions of `arbitrary` for the `Date` and `UUID` foundation types. I also included unit tests for both. Why merge this pull request?...

When the request points to a directory and the body of the response is a file (i.e. index.html or something like that), take the mime type of that file. This...

Hi! We have recently started using cljstyle, and we're quite happy with it so far. We're now in the stage where we're tuning the configuration to suit our specific needs....

enhancement

When using `react` and `redux`, there is a module called `react-redux` that is the inspiration for ReRxSwift. Using that module allows you to cleanly separate _stateful_ and _pure_ components. I...

I'm test-driving the code complexity integration (https://github.com/chaoss/grimoirelab/pull/230). I noticed that the interval for which code complexity is calculated is configured in terms of a number of months. For us it...

enhancement

**Describe what happened:** I'm one of the maintainers of the Calva extension, which is an extension to support Clojure development in VSCode. Specifically I contributed support for using some of...

area: notebooks