Nicolas

Results 29 issues of Nicolas

I suggest adding an example how to use it in UIKit - I did it like this: In the main class I initialize aptabase and it just works: ```swift override...

To lint the code correctly I added some lints and fixed them

As already mentioned in #18 Here is an approach by using the build.rs to download new icons - I don't know if it is that good because it might fail...

It would be useful for new users to see the example commands in the README fixes #21

This PR updates web-sys & wasm to the newest version. (this was already part of the POC #4954 ) * Closes * Closes * [x] I have followed the instructions...

As mentioned in the last update https://github.com/emilk/egui/pull/4411 it's ok to be 2 versions behind and I think this would be useful. To make this work I also updated the wasm...

I think it would be useful to have an additional point in the PR template which is required to check as this additionally ensures that the script has been run...

As mentioned in #4950 I added `max_decimals_opt` to the Slider * Closes * [x] I have followed the instructions in the PR template * [x] I ran the script in...

Before making this PR, I did take notice of a similar PR, https://github.com/emilk/egui/pull/4833, but as it appears to be abandoned, I decided to make this PR. **Missing** One of the...

I added a pull request template and a script to check as it is also done in egui. This should make it easier for other users to contribute and help...