Nico Baier

Results 20 issues of Nico Baier

First, let me say I'm really loving Heynote! Would it be possible add an option to allow users on macOS the option of hiding the app's dock icon? I'm accessing...

When I run the script in my home folder, I get the following type of output: ``` find: ./.Trash: Operation not permitted ./repo1: Needs push (main) Uncommitted changes ./repo2: Needs...

I have a data directory that I initialized with `initdb`. When I try to run the example connecting to that data directory, the Promise returned by `db.query(...)` never resolves. Here's...

## Is Your Feature Request Related to a Problem? Please Describe. Not a problem, but a use case. I am currently trying to migrate my [Dendron](https://github.com/dendronhq/dendron) notes to Obsidian. Dendron...

rule suggestion

### Basic info: - **Node.js version:** v21.6.2 - **jsdom version:** 24.0.0 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const doc = new JSDOM(`Hello worldGoodbye world`); console.log(doc.window.document.querySelectorAll("h1,h2"));...

While working on #101, I noticed that there are discrepancies between the [OpenAPI specification](https://www.val.town/docs/openapi.yaml) and the [API documentation](https://docs.val.town/api/overview). The table below summarizes the differences. (See also #100) |Endpoint |OpenAPI|Docs website|Notes...

Thanks for implementing this! I've been meaning to move my Dendron vault over to Obsidian since development on Dendron was paused. Are you planning on adding support for Dendron schemas?...

I just tried to create a new snippet in the 2.0 release candidate and got this error: ``` Cannot read properties of null (reading '1') TypeError: Cannot read properties of...

Text styles added in the second argument of `div()` do not apply to strings inside `md()`. For example, the following behaves as expected: ```await div("Hello world!", "bg-blue-300 text-red-500 text-2xl p-5");```...

When I run the rollowing request: ``` curl -X POST http://127.0.0.1:8000/batch \ -H "Content-Type: application/json" \ -d '{"path": "/Users/nicholasbaier/Downloads/", "instruction": "please suggest new names for these files" }' ``` I...