hi2gage
hi2gage
I ended up changing the layout hierarchical layout to false. This allowed me to move around the boxes. ``` layout: { improvedLayout: true, hierarchical: { enabled: false, levelSeparation: 250, },...
> In this case, there were some helpful ways for me. > > https://gitlab.com/cznic/sqlite > > * this is the port of sqlite without using cgo. > > https://github.com/go-testfixtures/testfixtures >...
### Based on our conversation in the weekly meeting: I asked: **Is there a use case for placeholders that would make "reusable placeholders" unhelpful or problematic?** **What is the root...
Hey @BrentMifsud can you share how to reproduce this? could you provide a repo with a `Package.swift` or `.xcodeproj` that I could look at?
The provided project does not include the dependencies that you are using. But I was able to reproduce by directly depending on the SwiftLint repository which is not recommended See...
Hey @ibrahimcetin, I saw your post in Discord and wanted to take a look! I also left some comments up on the draft PR. Note: I'm not one of the...
Interesting. Yeah I kind of assumed that Xcode was crating some sort of magic sandboxing. Is there a way we could "bundle" all of the dependencies into a single package...
or we rewrite libfido2 in swift along with all of it's dependencies 😜
> `libcrypto` and `libcbor` are both dynamic library dependencies of `libfido2`. [libcrypto](https://docs.openssl.org/3.0/man7/crypto/) is part of OpenSSL, and [libcbor](https://github.com/PJK/libcbor) is an open source library for parsing CBOR. `libfido2` [uses them at...