Andrew Dupont

Results 560 comments of Andrew Dupont

> Can't get `pulsar-edit/termnial` to work, though it seems to build successfully without erroring out, at least? Fails to activate due to a missing (JS?) dependency it can't load (called...

@DeeDeeG it was a quick fix — had `which` in `devDependencies` instead of `dependencies`. Feel free to try again if you like!

> On macOS 10.15.7 (x86-64), `atom-clock` and `dracula-syntax` are working, but I can't get `x-terminal-reloaded`, `pulsar-edit/terminal`, nor `language-carp` to build successfully. As for these: any error logs you can get...

> I'm switched daily work to this branch too. I have notived that "ppm install steelbrain/linter-ui-default" doesn't work (node-gyp issue), but in next branch "ppm-next install steelbrain/linter-ui-default" have worked. _Interesting_....

OK, good news is that `ppm install linter-ui-default` works just fine; it's merely the straight-from-GitHub installation that fails. Here's the full output: Output ~ ➜ ppm install steelbrain/linter-ui-default (Ruby 3.3.0...

Also: since there's no compelling reason why a user would need to install `linter-ui-default` straight from GitHub, I don't think this is a blocker for landing this PR. We do...

I noted above how I wished `ppm install foo/bar` would install just the `dependencies`, not the `devDependencies`. Upon research, that seems pretty easy to add to `ppm`, so I'll put...

Somewhat relatedly: It's arguably a bit weird that we try to incorporate the syntax highlighting for _both_ “Copy HTML” _and_ “Save as HTML.” I’m more easily persuaded that it's correct...

You can increase the tab font size [via your user stylesheet](https://docs.pulsar-edit.dev/customizing-pulsar/style-tweaks/). Here's one way of increasing the tab text size: ```less .tab .title { font-size: 14px; } ``` Change the...

Whoops, I misread this entirely. I saw “tab” and assumed you must mean the tab text. Apologies. Let me dig into this.