Casper Smits

Results 9 issues of Casper Smits

I'm using the `autosave_on_failure = true` option, as seen below. Yet, somehow my modals aren't included in those screenshots. In other words, the crop function isn't working as expected. They...

Awaiting user feedback

In a doorkeeper-protected application, a controller could look like this: ```ruby class Api::V1::MyController < ApplicationController before_action :doorkeeper_authorize!, only: %i[show create destroy] ... end ``` However, when using Doorkeeper::JWT to generate...

I don't want everybody uploading on my server. It would be great to have the ability to require a password for uploading.

It would be very nice to get notified when the client has downloaded the file.

enhancement

I expected comments, invisible in GitHub markdown, to also not be visible in Slack. ## Input ```markdown ## Foo bar ``` ## Output ``` *Foo* bar ``` ## Expected output...

## Describe the feature request The documentation doesn't specify this, but in the source code using a `#default` slot is clearly supported. I think it would be great if that...

suggestion

## Describe the feature request The documentation doesn't specify this, but in the source code using a `#default` slot is clearly supported. I think it would be great if that...

suggestion

It would be great not to have a normal page load in `"_self"` when clicking on a link inside Ember. Currently, using linkify and clicking on a link that directs...

One more to break our brains over: `http://localhost:80` isn't recognised as a valid URL. Not so much fun when testing my previous issue ;p