Kino Roy

Results 12 comments of Kino Roy

~~Closing since fixed by #1~~ Made a mistake, the PR is still living on a fork.

@whoyawn I've pretty much done the same thing creating a custom data source using RxSwift and RxDataSources: created a new data source object, copy and paste the contents of `cellForItemAt`...

A trick you can use it to keep an extra instance of your custom cell type around that is stored in the size calculator class, and is used to determine...

> Hi thanks for your reply! I tried, but somehow it returns height=0. Can you maybe show me how you set your constraints? For example, whether you constraint to the...

Yeah at the moment, devices without a FIDO2 PIN set aren't supported, sorry about that. However, it seems I incorrectly assumed a PIN was required by Apple as the Relying...

@travischapman This should be fixed in [v2.4.2](https://github.com/XcodesOrg/XcodesApp/releases/tag/v2.4.2b31) :)

I was able to reproduce this, but it doesn't seem to be caused by whether or not there is additional text within the message in addition to the URL. I...

Hm, I guess the problem is that LibFido2Swift relies on dynamic/shared libraries. Shared libraries aren't merged into the executable. If you have an app bundle, they're embedded in the bundle...

Also I believe that it works when running from within Xcode because Xcode does some magic by setting `DYLD_LIBRARY_PATH` environment variable to be the DerivedData folder when running the executable,...

> Is there a way we could "bundle" all of the dependencies into a single package that includes the static dependencies? I'm not sure if this is possible with SPM....