Turner Hayes
Turner Hayes
I'm getting this too. Looks like it's related to this: https://github.com/Automattic/mongoose/issues/2757. Looks like they now have mongodb at 2.0.34, and according to various comments there it seems to be working...
I would like this feature, too--this makes it harder to render inline markdown-styled content (I could override styles, but that's less optimal).
I've had some success with https://formatjs.io/ and its project React-intl. It still requires some sort of CMS-ish system; I implemented a very basic site for managing strings in an ugly...
I'm interested in having this for number literals; I have a case in which I want to specify that a parameter can be `1`, `0` or `-1'. I suppose I...
It looks like VexFlow supports OffscreenCanvas (see https://github.com/0xfe/vexflow/issues/655#issuecomment-493502770). It also sort of supports being run in Worker threads (if you hack in a global `window` variable). OSMD still needs a...
For some reason, the first time the transit-js marshaller encounters an immutable List, it has a write handler registered to it, but subsequent encounters, the List constructor is a different...
Update on my issue; I think the problem was with my setup; I was using an Immutable record from another library (that I own), and that library had `immutable` as...
@taranda As I understand it, the problem isn't with combining reducers so much as with `persistReducer()` returning a reducer that assumes the state is a plain object (and coerces to...
I'm also facing this issue.
On reading [this page](https://github.com/jsbin/jsbin/blob/master/docs/running-your-own-jsbin.md) I switched to version 0.10.27 using `nvm` and it installs fine now.