Vojtech Rinik
Vojtech Rinik
**Describe the bug** Using `onViewableItemsChanged` shows 12-13 items while you're at the top of the list. As soon as you scroll down a bit, it shows 1-2 visible items, which...
Things you should know: 1. I'm not using your subclasses of NSTextView/NSLayoutManager/etc. Felt like whatever it did wasn't too important. Sorry, didn't want to spend too much time integrating. 2....
### Operating System iOS 17.4 ### Browser Version Safari 604.1 ### Firebase SDK Version 10.9.0, 10.8.1 ### Firebase SDK Product: Firestore ### Describe your project's tooling React, Next.js, Capacitor ###...
http://github.com/Stiivi/datacamp/blob/master/lib/csv_importer.rb - Let's not create ActiveRecord instance for each imported line, it will take lots of resources when importing huge file. - Optimize reading map (transform into array once, don't...
Sorting is very slow, because it doesn't use index. Normally, we could do just something like this: ORDER BY column ASC But we want to put NULLs at the end...
This is making browsing through records really slow. Although, pagination needs to be changed, record count should be cached somewhere.
In 99% cases you want to save unretined files to the same directory. Asking for directory each time is very annoying. Here's my fix if anybody would find this useful:...
Hi, so from the source code it looks like you're getting object using this code before every message is sent: ```swift let downloader = self.imageDownloadConnection.remoteObject as ImageDownloaderProtocol downloader.downloadImageAtURL(url) { (data)...
## Feature Request ### Plugin keyboard ### Description Before the keyboard plugin is added, Capacitor uses system scrolling that looks like this. After the plugin is added, it's not possible...
### Capacitor Version ``` 💊 Capacitor Doctor 💊 Latest Dependencies: @capacitor/cli: 7.0.1 @capacitor/core: 7.0.1 @capacitor/android: 7.0.1 @capacitor/ios: 7.0.1 Installed Dependencies: @capacitor/android: not installed @capacitor/cli: 7.0.1 @capacitor/core: 7.0.1 @capacitor/ios: 7.0.1 [success]...