Linus
Linus
**Bug description** The performance in Safari is terrible. It works really smoothly in Chrome, but in Safari, the whole page becomes unresponsive and takes seconds to load. When using a...
Is it possible to add support for Swift Package Manager (SPM)? I'd like to move from Carthage to SPM...
Is it currently possible to define global styles for all text fields? To be specific, I want to set the `titleFont` for all the text fields that I already have...
I added react-lazyload _(I'm impressed by the ease of use!)_ and have tried it out on my site. Since I'm client-rendering, I use react-snapshot to generate html-only versions of my...
I'd love to be able to update the `collectionView`'s data on the go. I found this code does the job: let range = Range(uncheckedBounds: (0, collectionView.numberOfSections)) let indexSet = IndexSet(integersIn:...
First off, thanks for this awesome search library! I love it! ❤️ Say, I have an array of strings: var array: [String] = ["Hello World", "Testing", "123 Hi"] If I...
This is a great library; it's pretty smooth. Thanks for making & sharing this 🙏 --- I'd like to change a few things about the default drawer: 1. corner radius...
I'd like to do Safari –> Chrome. Would that be possible too?
I've added Drawer via SPM in Xcode 13 beta. I can't import the library:  From the syntax highlighting it seems that Xcode does import the library anyway, because it's...
A selection brush (that already exists but doesn't work yet) would be nice to have. You would draw a circle around a few lines, the selection would make a copy...