Tom Wieland

Results 22 issues of Tom Wieland

**Is your feature request related to a problem? Please describe.** I want to convert from Node.js streams to Web streams and back. Node.js has the methods `toWeb` and `fromWeb` to...

**The problem** Emotion supports [Node Streams](https://emotion.sh/docs/ssr#renderstylestonodestream) but not Web Streams **Proposed solution** Add a method `renderStylesToTransformStream()` (https://developer.mozilla.org/en-US/docs/Web/API/TransformStream) This allows you to `.pipeTo(transformStream.writable)` and to read from `transformStream.readable` e.g. `response.body =...

feature request
needs triage

Hi! I want to serve an API with Oak that requires a [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) and returns a [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response). I need to wrap this in an Oak request. I found that the...

--- ## Edit by @ImprovedTube: youtube buffering might not be controlable or documented now? in 2021 Victor worked on an extension to access youtube streams without the youtube player: https://github.com/code-charity/unBlob...

Feature request
help wanted
good first issue
up-for-grabs
Impossible?

Hi. You are currently using React Scripts 4.x.x. This is an old version. When I update it to 5.x.x I get compile/type errors for Apache Arrow. Please update `react-scripts` to...

Hi. The component template does not include tests. Please add one to verify that running tests works (it doesn't). Running tests I get errors here: ``` node_modules/streamlit-component-lib/dist/index.js:17 export { StreamlitComponentBase,...

Hello. Please add pagination and sorting to https://deno.land/x. Without it, you are looking through a list looking for the entries with the most stars, sorting them by stars in your...

https://github.com/Industrial/reflex/runs/6807092813?check_suite_focus=true I don't know how to fix this :(

Hi! I've used Node.js's nvm and it auto selects versions if you supply a partial one. It would be neat if lenv did this too; ``` lenv install 5.1 =>...

enhancement

Hi! When I run `lenv install 5.0.5` I get `lua version "5.0.5" does not defined in "/home/tom/.lenv/lua_vers.txt"`. At this point I want to see which versions *are* available. In my...

enhancement