Konrad Jarosinski

Results 19 comments of Konrad Jarosinski

Hey. Currently I don't have enough free time to keep working on the plugin. I would be happy someone to take over the initiative and get the plugin back on...

Yes it'd be good to update the codebase for the recent React changes. @jamiebuilds any chance to have this fixed? (I can jump in and help if the library is...

Alright, it seems that this library is not going to get support anytime soon. According to the [official documentation](https://reactjs.org/docs/code-splitting.html#reactlazy), I advise you to move over to the [loadable-components](https://github.com/gregberge/loadable-components) library as...

@bazzooka I think I'm having the same issue. Where did you put these lines to fix it? ``` _this2.containerEl.style['transition-delay'] = '0.1s'; _this2.containerEl.style[cssprefix('transition-delay')] = '0.1s'; ```

I have the same issue when resizing window.

Can you post your types.Geometry struct? I don't think you need to play around with MarshalRQL in your case. First of all, try changing: `var re interface{}` to `var re...

You need to specify the right struct for the Location in your Gps struct as well, so gorethink knows how to convert your objects: ``` type Gps struct { CreatedAt...

Hi, has there been any progress with the PR?

@kockok I've used flightplan.js for my previous project. I see no reason why it wouldn't work with this one. It's quite simple to set up and extend.

@tanis2000 nice! What did you use for authentication?