Lari Hoppula

Results 12 comments of Lari Hoppula

I had the same problem using `homebridge-http-temperature-humidity` package which README tells to install, but got if fixed by installing this repository's `homebridge-httptemperaturehumidity` package instead.

I would love to help but I just haven't got the time right now :(

I'm pretty sure that I won't have time to implement anything related to this project anymore. But if you or someone else has resources to implement this, I'll gladly review...

I haven't looked into this yet. I just glanced the code again for the first time in a while and I think you'd first need to get all the post...

Hi, thanks! Setting custom root path is currently not supported, but I've seen some forks that have implemented it, e.g. https://github.com/BentoBrowser/refire-forum/commit/04da6d1dbdfb2f31d58957befff22d5adeb0d6ba If you happen to implement it, I'll gladly accept...

I noticed that you can wrap `render` function with `useCallback` as a workaround to prevent infinite re-renders, e.g. ``` const pageNumbers = useCallback(({ pageNumber, totalPages }) => { return `${pageNumber}...

As a workaround, you can compile cjsx files by creating symbolic link from cjsx executable to e.g. ~/bin/coffee and setting ~/bin as "binDir" in CoffeeScript.sublime-settings. Also remember to set "envPATH"...

https://github.com/reactjs/sublime-react now has support for cjsx as well, you get snippets and cjsx syntax highlighting.

Haha, I've also used Redux without React, with Angular 1.x (😮), it was quite nice actually :) I've actually been thinking of separating the React parts for a while and...

Nice to hear that there's continued interest for refire usage with other frameworks as well. I actually extracted all React specific parts to a separate lib already some months ago...