Amin Ya
Amin Ya
I updated package-deps in https://github.com/steelbrain/package-deps/pull/270. Now it does not slow down the package during activation.
- Improves loading time - Dynamic require to prevent loading it all the time. - Only the needed function is loaded (similar to https://github.com/steelbrain/package-deps/pull/268)
As I said in https://github.com/JunoLab/atom-julia-client/pull/712, juli-client tests fail no matter what. This comes up in every PR. Even for a simple npm install PR: #751 https://travis-ci.org/github/JunoLab/atom-julia-client/jobs/695836759#L471 There have been some...
Rollup
This is another proof of how and why the performance of `atom-julia-client` is suffering from the old JavaScriptsm and new wrong decisions. Despite building, it throws all sorts of warnings...
# Method Decaffeination can be done easily using: ``` decaffeinate . --use-js-modules --loose ``` or without automatic import/export ``` decaffeinate . --loose ``` or without [loose modifications](https://github.com/decaffeinate/decaffeinate#other-options) (the safest but...
- Fixing issues in misc/colors.js - Formatting - Types in docstrings
- Fix misc/blocks issues - Formatting - Types in docstrings
- Fix misc/scopes - Formatting - Types in docstrings
- Fix misc/cells issues - Formatting - Types in docstrings
Juno-toolbar-plus enhances the original Julia-Client toolbar, by providing some additional features. https://github.com/aminya/juno-toolbar-plus However, the way I have made this work is that juno-toolbar-plus disables julia-client toolbar: https://github.com/aminya/juno-toolbar-plus/blob/2472c1b3ade8184c42627b5895e4eff1efb9765b/lib/juno-toolbar-plus.coffee#L46 Shouldn't we move...