Leptos

Results 19 issues of Leptos

To appropriately implement "retina" images, the device screen scale is checked. #74 mentions `1084` being the first supported comic. If both these conditions are met, the string representing the URL...

Per `README`: > Follow the existing coding style There are many different styles throughout the headers, even ignoring vendor headers (e.g. `openssl`). I believe there should be a more unified,...

What does this implement/fix? Explain your changes. --------------------------------------------------- The contents of this PR adds a GitHub Action that create a blank file, imports a single header, and then tries to...

`LMResponseConsumePropertyList` converts the given response into a property list, just like the `ReceivedRelayedNotification` function implements. Additionally, this cleans up both the `data` and `request` (now `response` in this PR) being...

What does this implement/fix? Explain your changes. --------------------------------------------------- `actions/checkout` v2 uses node12 which has been deprecated on GitHub Actions. We can see this warning on any recent Action run on...

### What are the steps to reproduce this issue? Minimum project to reproduce: - `Makefile` ```make TARGET := iphone:clang:latest:14.0 THEOS_PACKAGE_SCHEME := rootless include $(THEOS)/makefiles/common.mk LIBRARY_NAME = TestIssue TestIssue_FILES = TestIssue.mm...

What does this implement/fix? Explain your changes. --------------------------------------------------- This PR aims to fix the problem that logos consumers need to have knowledge about the generator used in order to link...

What does this implement/fix? Explain your changes. --------------------------------------------------- Provide a Swift wrapper for libroot. Since libroot will be widely used and Swift is a popular language to use with theos,...

What does this implement/fix? Explain your changes. --------------------------------------------------- - On the base branch, theos always tries to link against `libroot`. `libroot` is only compiled for iOS, so this is an...

What does this implement/fix? Explain your changes. --------------------------------------------------- This reverts commit 556ca6f544bb3a5db195a4ce9c5a94446946a49b The changes made in the referenced commit do not seem to be compatible with { Xcode 11/ the...