krzysztofpniak

Results 6 issues of krzysztofpniak

### Issue type **Bug Report:** ### Prerequisites - **Can you reproduce the issue?:** yes - **Did you search the repository issues?:** yes - **Did you check the forums?:** yes -...

bug

it redirects urls like: `http://localhost:8000/abc/def/index.html` to `http://localhost:8000/abc/def` if `index.html` contains links like `File` browser resolves that links like: `http://localhost:8000/abc/file.html` instead of `http://localhost:8000/abc/def/file.html` **actual behaviour:** redirects `http://localhost:8000/abc/def/index.html` to `http://localhost:8000/abc/def` **expected behaviour:**...

It seems that it take some small amout of time for props to propagate. I think they should be available from the beginning. Compare this two blocks of code. Search...

What about scenario with the refresh button on the page that enables user to grab fresh data without clicking around navigation. I have small idea how this can be achived....

Are there any plans of introducing State and Reader ADTs? I can help with sanctuary compatible versions.

Do you have any hints How can I integrate with @react-three/xr ? I would like to use it as it works by default with additional support of VR, when when...