Joe Kurleto
Joe Kurleto
I'm seeing the `undo()` function become slow as you draw a lot of lines on the canvas. This makes sense because I see we need to redraw all of our...
Related to https://github.com/embiem/react-canvas-draw/issues/42 - I built the latest develop branch and verified that the fix in https://github.com/embiem/react-canvas-draw/commit/4a8c22783087d62bd09253e556b0decc71d1e1ac does fix the issue, but only on my laptop with a mouse. On...
It looks to me like there is no way to persist the 'bytes' value returned from cloudinary, or any other fields that are not specifically whitelisted in the strong params...
# Bugs and Questions ### Describe Your Environment - What version of nuka-carousel are you using? 5.5.1 - What version of React are you using? 17.0.2 - What browser are...
Consider the simple example: ``` ruby class Article < ActiveRecord::Base acts_as_url :title end ``` If you try to do... ``` ruby Article.new(title: nil).valid? ``` ...it will load all of the...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Code of Conduct - [x] I agree to follow this project's Code of...