Discordius

Results 12 issues of Discordius

The current React implementation of the editor fires the onChange function when the value prop changes. This causes spurious rerenders and is in conflict with the standards of what I've...

stale

When I tried to pass in a JSDOM wrapper as a third argument to `convertToHTML` I still got this error. Here is the full stack trace: ``` W20190113-16:58:58.334(-8)? (STDERR) ReferenceError:...

Alas, looks like this broke with the release of the latest two versions of draft-js-plugins. Since those fix some super important bugs for me, it would be great if one...

I am actually using the package to determine polling intervals for my site, and for that use-case, synchronizing the activity state across browser intervals is actually the opposite of what...

enhancement

Hey, I am getting the following error when trying to use HMR on my current bundle: ``` I20190803-12:24:37.784(-7)? I20190803-12:24:37.785(-7)? I20190803-12:24:37.785(-7)? [13338:0x103000000] 277033 ms: Mark-sweep 1108.0 (1434.0) -> 1107.3 (1435.5) MB,...

On windows and linux machines you get the following effect if you display the font at anything but the default size of `20px`: This makes most of the text sadly...

bug
help wanted

Since Windows and Linux tend to render fonts thinner than Mac the font renders as too thin and is hard to read. You can see this in this screenshot (in...

help wanted

For some reason when I activate cloudwatch log-streaming with the following setting: ``` { namespace: 'aws:elasticbeanstalk:cloudwatch:logs', option: "StreamLogs", value: 'true' } ``` Any upgraded instance starts getting a severe status,...

bug

The current vote resolver checks the database whether you've already voted on something, and if you have, cancels your vote, which changes the score of the item you are voting...

bug

New requirements: 1. Make the lava not be giant columns 2. Create a parameter for different types of tiles with reward distributions (e.g. "Water" in the range "-1 to -5",...