Leptos

Results 33 comments of Leptos

#801 now creates this directory as needed. I'm merging this PR as well so that the directory is easy to access. Any number of schemes may exist, so I'm planning...

Adding the Discord thread mentioned in the PR for reference: https://discord.com/channels/811490080278839327/811494949849661490/1149833620819816559

I'm still not able to reproduce. Environment: ```txt $ make --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying...

I have reviewed theos' usage of `CCFLAGS` and I do not see any misusage: `CCFLAGS` is only applied to `c++` and `objective-c++` code. Without being able to reproduce and that...

Thanks @HearseDev. I was able to reproduce with the steps you provided. [HelloWorld.zip](https://github.com/theos/theos/files/12446873/HelloWorld.zip) This was the minimum project with which I was able to reproduce. Adding to help with future...

Thank you. This is the bug. Per `swiftc`: ``` -Xcc Pass to the C/C++/Objective-C compiler ```

Needs discussion on what the implications of updating the tbd version is. Which toolchain versions support tbd-v4?

Thanks Nightwind. Sounds good to me.

> does [selecting iOS] download SDKs too or are they included by default? the iOS SDK is included by default (tested on Xcode 15.0.1) > Are the SDKs even needed...

I agree. Do you have a suggestion on how the UI for this would be? In terms of technically: the secret and URL/QR code are accessible, and this should be...