enthusiasmus

Results 7 issues of enthusiasmus

Hi guys! We currently use rack-cache in production and we are quite happy with it. We discovered the `stale_while_revalidate` flag for `expires_in` in rails (https://api.rubyonrails.org/classes/ActionController/ConditionalGet.html#method-i-expires_in). Is there any chance rack-cache...

### Steps to reproduce Define two rules: ``` can :manage, :all cannot( %i[index retrieve], Model, Model.from_sandbox ) do || m.sandbox? end ``` When accessing the index action, I receive the...

gist needed
investigating

Is it possible to run pronto with its runner without path by only being inside a git repository? For only the third and last (out of three) commands works. ```...

Hi! I am student from salzburg. I am trying to creat a login possibility via ldap with omnitauth-ldap, when I enter username and password it is redirecting to /auth/failure with...

Hi tombatossals! We use three leaflet-directives inside our angular app. With leafletData.getMap we access the map instance to set the bounds and trigger the resize event. We call leafletData.getMap on...

``` const oebb = require('oebb-api'); oebb.searchStationsNew("Wien").then(console.log); ``` gives me an ``` Promise { , domain: Domain { domain: null, _events: { error: [Function: debugDomainError] }, _eventsCount: 1, _maxListeners: undefined, members:...

### Subject of the issue When using ruby 3.0.3 manually defined chained rspec matchers with keyword parameters don't forwards the arguments correctly ### Your environment * Ruby version: 3.0.3 *...