Nicholas Bollweg
Nicholas Bollweg
Over on [this build](https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=50658&view=logs&jobId=1bf226d3-0e2f-52d8-fa93-7d9e633347b3&taskId=ec8d466d-e3b4-5115-4f06-222398f91e6c&lineStart=576&lineEnd=596&colStart=1&colEnd=1) of the [conda-forge feedstock](https://github.com/conda-forge/fastdiff-feedstock/pull/1) for `fastdiff`, I've come upon: ```py ============================= test session starts ============================== platform linux -- Python 3.7.3, pytest-3.10.1, py-1.8.0, pluggy-0.12.0 benchmark: 3.0.0 (defaults:...
Thanks for this package! This ensures the LICENSE file is packaged along with the source. While not _strictly_ required for compliance with the MIT license, a number of downstream package...
## Elevator Pitch Allow expanding zero-sized diagnostics so they are visible with in-line editor marks (e.g. squiggle underlines). ## Motivation Some servers (or there linters), such as those added in...
To easing proposing the client-facing parts of this codebase to @jupyterlab/jupyterlab, the repository could be re-organized as a monorepo with smaller, independently testable, extensible, and replaceable components with well-defined inter-package...
## Elevator Pitch We should test hover behaviors. ## Motivation Hover is an important feature for understanding code that should be pretty responsive. ## Design Ideas - In `01_Editor.robot`, each...
## Elevator Pitch Allow a user to define rules for finding parts of files in a host language that embed other languages. Additionally support referring to the outer language within...
Thanks again for graphtage! While I haven't used XML diffing in anger yet, it would be interesting to explore some (optional) dependencies to increase the robustness and performance of that...
The `clean-patched-environment-file` introduced in #163 created a new chunk of `setup.ts` that is kinda icky, as presently (and probably only) the `yaml` env provider will be doing any patching, and...
We should probably add some PR and issue templates. For PRs: - basically a checklist of: - did you open an issue first if it's a big change? - does...
So we have an example now of `require.ensure`ing the "meat" of a renderer (i.e. the third party JS+whatever) in core: https://github.com/jupyterlab/jupyterlab/blob/master/packages/vega4-extension/src/index.ts#L174 I had a look through all of the packages,...