ariel-co

Results 5 issues of ariel-co

Hi, (Sorry if this looks like several requests in one, but I think it's part of the same base issue) Currently, you only get the first match unless you turn...

I'm trying to bring over settings from MathJax 2.7 on Jupyter classic, but there doesn't seem to be a file inside `.jupyter/lab/user-settings/@jupyterlab`. For now I tried putting `{ chtml: {...

When supplying (incorrectly) `file_name` to `pyexcel.save_as`, the error message mentions a different argument: Minimal example: ``` import pyexcel data = pyexcel.get_array(file_name=r"some_file.csv") pyexcel.save_as(array=data, file_name="some_other_file.csv") ``` ``` Python 3.9.7 | packaged by...

I tried to delete a directory in parallel. It hangs like this: ``` ariel@section9:~/Stuff/src/libreoffice $ ls -d .ccache/*/*/ | ppss -f - -c 'rm -R $ITEM' Apr 02 21:36:32: Apr...

I was trying to work around a bug where a website doesn't decode "+" as a word delimiter in searches: Example: `https://jisho.org/search/black+tea` Include: `^(?:https?://)jisho.org/search/(.*)` Redirect to: `https://jisho.org/search/$1` Process matches: URL...