Jonas Fonseca
Jonas Fonseca
I agree that would be optimal but not sure it is possible to do this sort of lazy conversion.
Lightbend Config doesn't provide a way to convert a Config or ConfigObject to Properties so I am not sure this functionality belongs in this library. For example, how should lists...
Here's a quick mock-up for creating an "omnibar" to search/complete file and symbol names. ```css input#omnibar { background-color: rgba(255,255,255,0.1); border: none; position: absolute; top: 10px; left: 59px; color: inherit; font-size:...
When looking at switching to the Monaco Webpack plugin (#106) I noticed that it uses the JS sources directly, so it might be possible to access some of that, however,...
The plugin allows to only include the parts of the editor that is needed for this project, so ideally it will reduce the size. This is currently blocked by https://github.com/Microsoft/monaco-editor-webpack-plugin/issues/26...
Is the goal of this issue to convert the `test-project` to a scripted test?
Thanks for the clarification. The recent #26 is about the missing support for `ScalarType`
There's not currently any support for `paradoxGroups` in the theme. This will require both CSS to align elements and JavaScript to switch based on selection (basically embedding the code from...
As @netei points out `tig status` is the only command that works in such situation. I like the idea of redirecting to `tig status` but it might also be considered...
I understand that and my question was mainly to understand how tig should behave. Running `tig` in a repository without any revisions does not make sense when `tig` is defined...