Sébastien Lorber
Sébastien Lorber
**Describe the bug** The chunked media upload is required to upload videos, but it seems impossible to use currently due to an auth failure. Unable to authenticate on the 2nd...
Hi, **Edit**: if you are looking for a way to start root sagas, take a look at [this](https://github.com/redux-saga/redux-saga/issues/760#issuecomment-273737022) @yelouafi we already discussed how close redux-saga looks to me like an...
Suppose we have a saga to handle authentication of an user like in your example. What bothers me is that I'm not sure the behavior would be correct when associated...
gh pr push
### Describe the feature or problem you’d like to solve As a maintainer, I want to be able to push easily to the fork of a contributor (if he granted...
Hi, I've been discussing with the Expo team about a painful experience I have. I'm new to ReactNative and I'm using Expo. As I don't want things to get too...
### Why I believe TS is too strict. At least the following seems to work fine for me: ```tsx const envMap = useCubeTexture( [ new URL("./textures/environmentMaps/0/px.jpg", import.meta.url), new URL("./textures/environmentMaps/0/nx.jpg", import.meta.url),...
Hi, Docusaurus (v2) uses this project for syntax highlighting. https://v2.docusaurus.io/docs/theme-classic/#codeblock --- Let's take this code: ```python @dataclass class MySQLConfig: host: str = "localhost" port: int = 3306 @dataclass class Config:...
Hi, I'd like to know if it is possible to extract the queries in a human readable form, instead of minified AST that is supposed to be shared between client...
### Question Hey, I'm trying to use this tool with MDX, and the cli. I don't want to code anything, I want to focus on content. I run the following:...
First of all thanks for this nice lib I did not know. I was looking for an equivalent of Guava's LoadingCache for a while in js. # Browserify Notice that...