Max Klein
Max Klein
I've researched this and the related issues extensively. This will require two things: - include the ts sources in the released `@lumino` packages. Can be done in one of two...
@chrisjohn2306 A tag UI would be nice. That's pretty different from the OP's original suggestion though. Can you please open a new issue and copy your suggestion over to that?
The backend for this will be added in #406. On the frontend, it would be nice to be able to view any file at any given revision (or maybe just...
@numeric-lee Your environment is borked, you need to fix that first. Try this [suggestion from SO]() to get a recent-enough version of nodejs installed: ```bash conda install nodejs -c conda-forge...
If you delete a file outside of jlab, I'm going to say that it's a feature (and a common one for IDEs, at that) and not a bug that the...
@dhirschfeld As you said in the other issue, what you're describing is part of a more complex feature in vscode called [preview mode](https://code.visualstudio.com/docs/getstarted/userinterface#_preview-mode). Implementation of our own preview mode would...
> some development could still happen on this repo That kind of splitting of issues and codebase is exactly what I want to avoid. The TOC extension included in core...
Originally posted by @sccolbert in https://github.com/phosphorjs/phosphor/pull/447#issue-332804527 > This is a rewrite of the existing virtualdom package, to be compatible with JSX/TSX. The JSX typings are assembled from Preact (mostly) and...
I think Chris did some really fine work here, and I'd like to get this in at some point in the near future. It seems to be mostly functional, but...
@nmichaud Yeah, definitely. But keep in mind this will take a lot of work to actually implement in the current @lumino/widgets codebase