Jonas Everaert
Jonas Everaert
Hi. I stumbled across this library and it looks very promising. I added this to my application: ``` java public class App extends application { @Override public void onCreate() {...
**Describe the bug** When using `.onAppear` to set a `@State` variable, or when setting it in `init()`, the view gets redrawn repeatedly and the `Canvas` present in the view gets...
**Describe the bug** `Canvas` doesn't draw a `Path` when `Path.addRect` is called before adding it to the `GraphicsContext` using `GraphicsContext.fill`. (I have not tested this for other functions on `Rect`)...
I'm converting a Rust crate to Swift to test out the whole framework in an actual project. It seems like optional types with structs are not yet supported? So for...
Hi ## The issue I was having an issue with this crate which said `Unable to detect OpenSSL version`. After some debugging, I found that the problem was with the...
I have a problem where the elements of the grid are overlapping. My code is: ```swift var body: some View { ScrollView { VStack(alignment: .leading) { Group { Text("Letters en...
I am trying to open a WebSocket in JavaScriptKit. I have found a related issue on this, but the implementation did not work for me. I currently have `let socket...
Homebrew
I have added Homebrew support. ## Instructions for building: In /scripts/homebrew ```bash ./build_homebrew.sh ``` This script will build the app with cargo and copy it to `app/epick.app`. Afterwards, `epick.app` is...
added "if", "then", "else", "block", "loop", "end" and "mut" to the wat keyword highlights.
I added syntax highlighting for the [Crystal language](https://crystal-lang.org/). Note that some syntax highlighting is missing due to the [tree sitter](https://github.com/will/tree-sitter-crystal#status) not being complete yet.