Mauro Mandracchia

Results 16 issues of Mauro Mandracchia

Mainly changes are in `lib/asciimo.js`. From line **93** to line **112** Rest is removing white space.

If the fonts are loaded from the Browser, the absolute path can be a good option to have.

- Include the pure logic under `src` - Divide the CLI implementation under `bin` - Change fs.readSync to Promise Stream since node opens stdin in non-blocking manner and can result...

Provide extra information in how to handle panel visibility.

Currently we choose to update the fork by creating a PR and merge it (in the fork branch). Because SHA of the forked repository aren't available trough the Github API....

Here we do two things: - We use `jest` with `tsconfig.esm.json` - We fix the test that are failing --- _Side notes:_ My worries is that this pattern might be...

When consuming `orga` you can stubble in such error. ``` TypeError: Cannot read properties of undefined (reading 'level') 160 | snapshot = { 161 | stack: [...stack], > 162 |...

## Summary Trying to solve #2607 by forward informational CLI output on `stderr` ## Details Rather than using and `stdout` for informational output we want to use `sterr`, this is...

Hi I would like to experiment with `go-org` to build a LSP for org. I'm new in go and so my observations might be not correct. My intention is locate...

🤖 🤖 -- Automated submit by PRB0t