Ian Luca

Results 15 issues of Ian Luca

Hello, First of all, thanks for this very nice library! It would be amazing to also have support for the NextJS router. I know there is: https://github.com/danielr18/connected-next-router, but your library...

Users behind corporate firewall typically have custom certificates used by the company to decrypt HTTPS traffic. NodeJS will by default complain about those "self-signed" certificates and not perform the requests....

Example: ```js const myRef = useRef(null); useEffect(() => { myRef.current.requestFullscreen(); }, []); html``; ``` Current behaviour: > Uncaught TypeError: Cannot read property 'requestFullscreen' of undefined Expected behaviour: > Element enters...

https://user-images.githubusercontent.com/6526498/176625436-4b45ccd1-6a76-4efb-a1d7-00e30c344ade.mov We are willing to send a PR to fix this, as we are heavy users of this library at IMC. It's likely a bug with an older version of...

What I got so far: ```dockerfile RUN rm /etc/apt/sources.list.d/ondrej-php5-oldstable-precise.list \ && apt-get update \ && apt-get install -y make php5-dev \ && yes '' | pecl install -o -f redis...

- [ ] Plug-n-play `AppBar` `IconButton` action, like the `BackButton` ## Youtube-like: - [ ] Display recent searches when the input is empty. - [x] Display selectable suggestions, but let...

enhancement

When testing #18 I saw that only the `BackButton` and the `IconButton(icon: Icons.clear)` were changed with the `iconColor` option. The label of the `TextField` and the `MaterialResult`s should also be...

help wanted