-
| Q | A
| ------------- | ---
| Bug report? | yes
| Version? | 13.0, 13.1, 13.5
Steps:
1. Install Claroline from branch `13.0` or `13.1`
2. Enable self-registration
3. Op…
-
This commit... :
https://github.com/grumpycoders/pcsx-redux/commit/5730e04f0183f37038bc1d133cf9f9092425b90a
while it fixed a bunch of games (Ctr's intro music no longer being cutoff, Worms Pinball b…
-
https://github.com/geowarin/friendly-errors-webpack-plugin/blob/51745900c9dcc582aa250033a856216ca2f64377/src/transformers/moduleNotFound.js#L17
Hi, I dont examinated which module did not had options.…
-
It will likely be a common use case for remotedev-server to handle large request bodies since redux trees can get large for complex applications.
By default remotedev-server will [support](https://…
-
-
## Proposal
https://devblogs.microsoft.com/typescript/announcing-typescript-3-4/#const-assertions
```js
const foo = ([1, 2, 3]: const) // Type is [+1, +2, +3] (how to do read-only elements …
-
When I do anything in my app that triggers a state change it crashes the redux devtools immediately. Here is my store:
import {createStore, applyMiddleware} from 'redux';
import thunkMiddleware from…
-
When I start downloading large file the app completely freezes.
My config is really simple:
```
const config = {
fromUrl: url,
toFile: path,
progressDivider: 1,
begin: ({ contentLengt…
-
### Description
For versions 4.12.1 and up (last tested at 4.12.5), my app goes into a infinite render loop, resulting in "Invariant: Maximum update depth exceeded" error displaying in the rhl redb…
-
@heymp found an interesting issue the other day. We've built an Angular2 based collaborative one-page app that lets people post images and then comment on them. Nothing crazy. Well, we started to noti…