Maarten Breddels

Results 204 issues of Maarten Breddels

### Problem description I'd like to use pixi to give me just the lock file, not install packages, similar to how I can use `pip-compile` or `uv pip compile`. However,...

enhancement
needs-design
pypi

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, using...

bug
pypi

## 🐛 Bug 1. I want to install `typing-extensions==4.10.0`, no problem, `import micropip; await micropip.install(["typing-extensions==4.10.0"])` and I get it from pypi. 2. I add pydantic, so I execute: `import micropip;...

bug

I'm fiddling with transformers_js_py and getting a: Unknown typed array type 'BigInt64Array'. This is a problem with Pyodide, please open an issue about it here: https://github.com/pyodide/pyodide/issues/new I am not sure...

bug

The character \xa0 is converted to   when .outerHTML() is called, causing an error in the data-URL where the outer HTML is used. (cherry picked from commit 4d5c2932d8d55e1af96e7129f0550c18c0c3b977) ## References...

jslink is really useful for having some frontend only communication, however there are more use cases I can think of that would be useful. I wonder if some thought went...

### Description Hi, When I use: ``` --8

T: bug
S: triage

It is not a component, i guess we should have a lab sections for components and the API

Extend #706 with disallowing `[solara.use_state() for i in range(N)]`

good first issue
footgun