frederik-uni
frederik-uni
clicking on the checkbox works, but as it is clicked it starts loading, after a while it returns to unchecked. it seems to be the same issue as this: https://github.com/FlareSolverr/FlareSolverr/pull/1163...
I disabled some code that changes the viewport of iOS devices. * [X] I have followed the instructions in the PR template
Phones do not allow you to resize your app or open it in anything other than full screen, so the option full screen should be enabled by default and the...
* Closes #151 simple wrapper around, building the project with cargo-bundle & running it with xcrun commands. the toolchains are set by default to aarch64 & can be modified with...
Add font
make it easier to add fonts. For example if I want to add a custom FontFamily or if the user wants to add a Chinese fallback * [x] I have...
winit::Window::inner_size returns size of safe area on iOS. use winit::Window::outer_size on iOS The dimensions of outer_size include the title bar and borders, but as far as I know there is...
fixes surrealdb/surrealdb#4844 and probably dtolnay/serde-yaml#344
### Is your feature request related to a problem? RecordId can't be used within a hashset ### Describe the solution ``` #[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Serialize, Deserialize, Hash)...
Is there any notable performance loss/increase/more rerenders or anything like that when using this instead of rewriting the component. How will this effect the final size of the generated files?