Ivo Dancet
Ivo Dancet
I have the same problem, but do encounter an error while trying to save: ```` 2021-01-14T09:48:54.258 ERROR (pid:60698) [language-client-client] - _h [Error]: Request textDocument/willSaveWaitUntil failed with message: No configuration provided...
In my opinion, the most logic thing to do is to broadcast rendered html (option 2), but be able to somehow ignore the rendered slide while serializing. Either by customizing...
* Isn't using ``config.revision = `git rev-parse HEAD`.chomp`` not potentially problematic in development as changes in code won't stop old components from connecting? * the initializer mentions: ``` # Motion...
@alecdotninja I don't know whether we have slow startup times in production. Problem was more that testing and development became really slow as every `bin/rails s` or `bin/rspec …` took...
@alecdotninja The paths include logs and tmp. Wouldn't it be better to ignore paths that are added to gitignore? Maybe with https://github.com/highb/pathspec-ruby?
Tests interacting with motion tend to be unstable because of a race condition. This is an example where we redirected the browser log to Rails logger have a better understanding...
the core issue remains however: cells with string values in a file generated by axlsx, return nil values if read by rubyxl. using `package.use_shared_strings = true` however does allow the...
I seem to have the same problem. I expected the following code to print the lines "should not print when inside foo block" outside of the `foo`, `/foo` block. Is...
Thanks! Should have asked earlier …
Same problem here, awaiting @scottjacobsen before trying again :-)