Blue Falcon

Results 238 comments of Blue Falcon

(Cloning comment to applicable issues for tracking) https://github.com/awesome-foss/awesome-sysadmin/issues/368#issuecomment-3023080234 > @nodiscc maybe these issues should have more descriptive titles via replacing "Add" with "Request Review:" or more verbosely "Request Community Review?"

As a member of the wider community, you can edit the README.md and submit a PR. In case you are asking for others to reviewer the product (cloning comment to...

As a member of the wider community, you can edit the README.md and submit a PR. In case you are asking for others to reviewer the product (cloning comment to...

relevant: https://github.com/4Source/vare-obsidian-plugin/issues/10

I do like VARE's interface. The ability to pull from existing plugins is nice. I also like BRAT's options like these: ![image](https://github.com/TfTHacker/obsidian42-brat/assets/130698314/66f5bbe0-3fed-47f1-af3f-5920c21559d9) ![image](https://github.com/TfTHacker/obsidian42-brat/assets/130698314/36b446f7-18c8-40fa-917a-ee948d28d130)

I agree, while this PR may have branch conflicts, the current logic for node-figlet is counter intuitive. It should not be using its own defaulting logic, if defaulting is built-in

> Also, isn't it problematic to potentially confuse actual errors with normal output by displaying interactive output on stderr? I've thought about this. All I can say is "sort of."...

Some solutions that may enhance determinism of what I said are: ## 1. Redirect userspace errors: ```javascript global.console = new console.Console({ stdout: process.stderr, // or fs.createWriteStream('./out.log', { flags: 'a' })...

> Is there a way to achieve this feature without the need for the shell script wrapper? In most cases, you need to manually instruct shells to attach a TTY...

If anything, I'm only offering up my code as a back-contribution or proof-of-concept. I'm not expecting you to merge (if you don't want to). I just want to show you...