Jared Beck
Jared Beck
Hi Martin, Do you get this warning when running the test suite (`bundle exec rspec`)? If not, do you want to try reproducing this warning with a test, as a...
I can confirm that this feature is missing. Specifically, neither up/down arrows nor pageup/pagedown keys work. Also, the "Find" action works for source code, but not for line numbers, so...
If I set `config.assets.quiet = false`, **I discover the following difference** between Chrome and Firefox: ### Chrome 78 ``` Started GET "/" for ::1 at 2019-10-30 16:50:11 -0400 Started GET...
Inspecting the relevant files with curl: ``` curl http://localhost:3000/assets/application.source.js console.log('line 1'); throw 'line 2'; ``` ``` curl http://localhost:3000/assets/application.js-84a50b3000739a050d3a6b2b1a97f0976ab4fb3710e861e1962a7f63d926d414.map { "version": 3, "file": "application.js", "sections": [ { "offset": { "line": 0,...
The Firefox error seems to be `throw`n by [`pretty-print-worker.js:6979`](https://github.com/firefox-devtools/debugger/blob/d74b372d1c543cd2e6e17eb1860ebd6ca9095837/dist/pretty-print-worker.js#L6979) Maybe sprockets should be producing a `.map` file with a `sourceRoot`?
Is it possible that the author is not aware of integration testing? Maybe they just don't know that this shows up in test suite output?
This project hasn't seen any commits since 2014 (It's 2017 as I write) and there are 260 open issues. Any recommendations for good forks or alternatives? I've used [TinyMCE](https://www.tinymce.com/) before...
What about using union types? A naive and incorrect implementation would look something like the following: ```diff diff --git a/gems/sorbet-runtime/lib/types/private/methods/decl_builder.rb b/gems/sorbet-runtime/lib/types/private/methods/decl_builder.rb index 0850c419c..eb5bd6dfe 100644 --- a/gems/sorbet-runtime/lib/types/private/methods/decl_builder.rb +++ b/gems/sorbet-runtime/lib/types/private/methods/decl_builder.rb @@ -32,13...
@toretore Is 683f08ef08a464704286787a898132506bf8a7e4 the SHA of gem version 0.6.9? Thanks.
> Currently, there is an existing bug in monetize v1.13.0 .. Does this bug only affect the Malaysian ringgit (MYR) or are other currencies affected? Thanks.