Kevin LaFlamme

Results 13 comments of Kevin LaFlamme

I had a need for this as well so I took the changes from @helenst made in #95 and wrapped them up into a separate [`rq-scheduler-dashboard`](https://github.com/lamflam/rq-scheduler-dashboard) package. All credit to...

@docu Added a screenshot to the readme.

Also having this issue in React Native with Realm 1.3.1. After banging my head for a few hours trying to figure out what I was doing wrong I finally realized...

@sheshavpd This was a critical issue for me as well, and for now I got it working by doing `realm.write(() => {})` (basically a second empty write) after each write....

I have the exact same use the @mxstbr reported and would love to see this! Has there been any progress on it or is it planned in an upcoming release?

I just spent a few hours tracking down why I couldn't my my div to drag partially offscreen to the left with a `top: -200px` on the bounding parent and...

In my case, the draggable element is a child, however it is a distant child where there are other absolutely positioned elements in between. In my case, I wanted to...

@rportugal I tried to switch to the syntax you mentioned, as well as the other options listed in https://github.com/lodash/lodash/issues/3192, but all of those options give typing errors. I could also...

@rportugal Since the current changes I'm suggesting don't seem to have any downsides, are you open to merging this and possibly making additional changes later if you find a better...

Do you have any more info like a stack trace or some example code?