xeodou
xeodou
Hey @GJRTimmer , i think you can parse the compile flag through the command line , then you don't need change the file anymore. Like ``` CGO_LDFLAGS="-L/usr/local/opt/openssl/lib" CGO_CPPFLAGS="-I/usr/local/opt/openssl/include" go run...
@chess-equality this library won't ship the OpenSSL with it. If you want to ship the software as the binary, you need to pre-install the OpenSSL dependency or distribute it with...
hmm, @mouhsinelonly Don't worry, `deprecated` means the component still works but some of the property is deprecated in latest reactjs, i will fix it later.
Hi @ridmeh , are you using the `style.css` file contains inside of example ? The component doesn't provide the styles itself.
yes, I wrote the css for the example and it doesn't provide in the component, but you can still take look build your own styles.
It's because Crouton will try to clear the timer after dismiss. You just pass the `hidden` property to display or hide the notification, then you don't need control render the...
Checkout the code here https://github.com/xeodou/react-crouton/blob/master/index.js#L85-L96
The master works for me. Can you guys try the new version 0.0.8 ?
@flyingmate I identify the bug with your log, can you input more ? Have your register in your Application class
@flyingmate I got your issue.