Peter Hill
Peter Hill
> Is there some reason no one has ever needed these functions in the last 15 years? I have no idea, I've only bumped into when writing tests for higher-level...
@Kwpolska See https://github.com/pygments/pygments/pull/1973#issuecomment-1004852001 for some CSS to make the line numbers visible/clickable I think this is only needed if you're using CSS to display the line numbers, rather than using...
I believe yaml is a superset of JSON, so it "should" be fairly easy to support both. Here's a simple proof of concept using PyYAML: ```python import json import yaml...
Should the default command perhaps instead use [`build`](https://pypa-build.readthedocs.io/en/latest/index.html)? ``` "build_command": [ "python -m pip install build", "python -m build --wheel -o {build_cache_dir} {build_dir}", ], ``` This worked for me with...
Related, the website link from the GitHub landing page gives me a 404: [mdsplus.github.io/mdsplus](http://mdsplus.github.io/mdsplus)
Thanks @pajlada for this, and also @FlorianReimold for testing it! Florian's second point is quite important -- some people like to use the action as pass/fail rather than just comments,...
+1 for `split_workflow` :slightly_smiling_face: Leaving the workflow as Python for now seems like the sensible way forward, and maybe I'll look at converting it to javascript in future
I'm very busy this week, but I'll try and have a proper look when I can
Thanks @pajlada and @FlorianReimold for writing and testing this! I haven't yet found a good way of testing this Action except manually, so I really appreciate the effort you've both...
You can use this now in v0.10.0