Tom Rochette

Results 73 comments of Tom Rochette

You need to install https://github.com/jupyterlab/jupyterlab-celltags and use it to add tags to your cells. Then you can filter by tag in the table of content extension.

@kherge, Nope, just the default `vendor` folder. The structure of my project is ``` composer.json vendor - kherge -- box ``` I run box using `vendor/bin/box` on Windows. I think...

This is probably caused by the fact that the `manifest.json` declares the use of [`content_scripts`](https://developer.chrome.com/extensions/content_scripts), which will be injected into the page upon matching specific rules (in Sprint Reader's case,...

I don't think the content of the parameters are very important here. In my particular case, I'd rather have the function/method names with a line number. With that I'd be...

@henvic Agreed, the comma separated format is better suited.

Hello @x86demon, I do not have time to maintain this library anymore, so there are no plans for this issue to be fixed. Feel free to create a PR, I'll...

@mikeSimonson Not sure that demo proves anything. See http://3v4l.org/klGki. Final or not final, it doesn't change a thing. Final can be applied on trait methods, but not the whole trait...

@spolischook Agreed. However, it is not all code that is written that way and some people may want to use `php-semver-checker` to check their code dependencies. Thus, the purpose of...

@spolischook At the moment, regexes are not supposed by the file finder, so it is not possible to include/exclude files by regex.