gitonthescene
gitonthescene
Hi there, The [license](https://en.wikipedia.org/wiki/MIT_License) is clear in the composer.json file, but it would be clearer to add a LICENSE.md file at the top level in the repository. It would also...
Hi there, I love Anki, but am not that familiar with PHP. I was able to follow your instructions with one exception. Installing composer via [these instructions](https://getcomposer.org/doc/faqs/how-to-install-composer-programmatically.md) left me with...
Hi there, I have an idea for how using something like the image `--mount` option might feel smoother. The issue I have is that when you have to enter multiple...
Hello, I found your project from the [worg tools list](https://orgmode.org/worg/org-tools/index.html). First, sorry for the semi-spam nature of this issue. I had a notion for a project that the org community...
Hello, I found your project from the [worg tools list](https://orgmode.org/worg/org-tools/index.html). First, sorry for the semi-spam nature of this issue. I had a notion for a project that the org community...
The _packrat parser_ described [here](https://en.m.wikipedia.org/wiki/Parsing_expression_grammar#Implementing_parsers_from_parsing_expression_grammars) seems interesting to consider.
Hello there, Thanks again for such an awesome project. It would be great to have an orga-stringify utility to fit more completely into the unified ecosystem and open ourselves up...
Parsing [this example](https://raw.githubusercontent.com/higham/org-mode-syntax-cheat-sheet/master/cheat_sheet.org) produces odd results. More specifically, the table isn't parsed properly. I think changing [this split](https://github.com/orgapp/orgajs/blob/master/packages/orga/src/parser.ts#L38) to be `/\r\n|\n/` fixes this issue. I'm happy to make a pull...
Hi there! First, thanks for sharing. This looks well written and more or less easy to follow. One thought I had though is that for readers who might need an...
On [this page](https://flask-cors.readthedocs.io/en/3.0.10/api.html) the last heading is “Using the _cross_origins_ decorator”. I believe _cross_origins_ should be singular.