Jevon Wright

Results 33 comments of Jevon Wright

I solved this locally with a snippet like this: ```coffeescript if typeof Turbolinks != 'undefined' && Turbolinks.supported eventName = if typeof Turbolinks.controller != 'undefined' then 'turbolinks:load' else 'page:change' document.addEventListener eventName,...

(This PR doesn't update the minified versions, not sure how you do those)

Update: I don't think there's any way to handle Turbolinks + back button correctly, see https://github.com/turbolinks/turbolinks/issues/264

Yes, please! I've noticed that when the page has scrollable content, opening up the modal causes the page to reflow, which can cause some element jumping around.

I couldn't get `rspreadsheet` to work under Windows 10/Ruby 3.0.2p107: ``` C:/Ruby/lib/ruby/gems/3.0.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in `require': cannot load such file -- libxml_ruby (LoadError) ``` `libxml-ruby`'s suggestion to `gem install libxml-ruby-x64-mingw32` doesn't work, I...

I absolutely agree, any upload failure should stop the build. Perhaps it's the `catch (Exception e) { e.printStackTrace(); }` on https://github.com/BreadMoirai/github-release-gradle-plugin/blob/master/src/main/groovy/com/github/breadmoirai/githubreleaseplugin/GithubReleaseTask.groovy#L138?

Not sure; I don't have access to a Mac or Linux machine at the moment, only Windows. But I suspect it's a [limitation of OpenAL](https://www.openal.org/documentation/OpenAL_Programmers_Guide.pdf): ![image](https://user-images.githubusercontent.com/3889656/172085601-34ec047e-6304-4f0f-8fb0-2c05e0a5a1ee.png)

Hey @claviska, how did you do builds of this project previously? Was it something provided by CodeKit?

@claviska What's involved in pushing a new version to npm?