Andriy Massimilla

Results 7 issues of Andriy Massimilla

Currently, `DOMParser`'s `parseFromString` method returns a `Document` type when using MIME type `"text/xml"`. We should instead return an `XMLDocument`. It doesn't look like the `XMLDocument` type exists, so that should...

**Describe the bug** If a user without any user-level R library gets a prompt asking if they want to install `languageserver` and they click yes, the process exits without bubbling...

bug

`uv pip install` supports the `VIRTUAL_ENV` environment variable, allowing package installation into venvs not located in the same directory as the project. `uv sync` would also benefit from being able...

projects
needs-decision

When trying to import an asset as a URL (see https://vitejs.dev/guide/assets#importing-asset-as-url) and use it in a component, the browser throws an error and the image appears as a broken link....

While in dev mode, image requests in the browser time out with `net::ERR_EMPTY_RESPONSE`. In the server console we get: ``` [Bun.serve]: request timed out after 10 seconds. Pass `idleTimeout` to...

Currently, running `cargo zigbuild --target aarch64-unknown-linux-gnu` (against the current platform) fails with error: ``` error: failed to run custom build command for `pam-sys v1.0.0-alpha5 (.../pam-sys)` Caused by: process didn't exit...

`sqlc` currently doesn't handle bound `ORDER BY` clauses in sqlite, nor does it have tests for this behavior. This PR attempts for rectify this. Closes https://github.com/sqlc-dev/sqlc/issues/3788.

:wrench: golang
size:L