Jovica Aleksic

Results 18 issues of Jovica Aleksic

When you change the selected option in a multiselect scenario, the onListen callback is invoked and claims that isOpen is false, while it should still remain true (The user keeps...

I currently use a ref, then call setState on the ref to close the options overlay programmatically: ``` selectRef.current.setState({ isOptionsPanelOpen: false }); ``` Of course this is very fragile and...

Hi. I am trying to add nodes by click. I just can't figure out how to actually convert the coordinates correctly. I was trying to follow the sigma example at...

Using ST3 on Windows, I'm getting `Error: Couldn't find "node" in "/usr/local/bin/node"`. I already changed `"node_path": "node.exe",` in both `Packages\Import Cost\import-cost.sublime-settings` and `Packages\User\import-cost.sublime-settings`. Even if the setting wouldn't work (does...

Hi. We're using your library to preview html email templates. A small stack that we feed with some json data and out comes the html email in a browser. This...

In out Project, Crashlytics informs us of a NullPointerException that we are unable to reproduce, and the stack trace does not help finding the cause of the issue. It is...

Hi. Is it safe to go for a constructor-based approach (as opposed to e.g. componentWillMount) when you only pass props to super(), but not the context? Doesn't this break with...

While we can use conditionals inside files, it would be awesome if we could use files conditionally. My use case is to let the user decide css or scss -...