fr-an-k
fr-an-k
**Describe the bug** I'm using credentials with MFA, updated with a token through a script (aws-mfa). Once expired, the only way to reload it is to click to edit the...
**Describe the bug** The "filter streams by prefix" consistently stops working after using it once (or maybe a few more). It's also highly inadequate. **To reproduce** Search some things, soon...
Can React 18 concurrency features be added to Fre? Or realized in a different way? In other words, 1) does Fre support expensive state computation while remaining snappy? 2) Is...
# Bug Report ## Prerequisites - [x] Can you reproduce the problem? - [x] Are you running the latest version? - [x] Are you reporting to the correct repository? -...
In "use_binary_response", the header 'Content-Type' is read; however, HTTP headers are case insensitive (it fails in my case). Can be fixed with something like this: ``` content_type = None for...
glutin 0.28 API got scrapped due to Android issues. It would be nice if the example gets a bump to the new glutin 0.30 api. At least it was confusing...
It would be nice if a more realistic example is added, like a simple game, to get up to speed with the necessary rust lifetime concoctions. The rust manuals and...
**Bug description:** I get a "requiring unknown module undefined" error when I add react-native-webview to the current react-native init setup, crashing the app ``` Error: Requiring unknown module "undefined"., js...
**Describe the bug** When I open the egui demo website (egui.rs) in Chrome Android (5.1), the previously typed text is copied wherever I type in the markdown editor (after typing...
http://regl.party/examples does not work due to modern security policies; it should be HTTPS and have CORS configured.