alinradut
alinradut
Rendering an area of a scrollview on a DPI different than the default leads to unpredictable results
Steps to reproduce: Modify the generate() call in SampleTableViewController.swift:generatePDF() to `try PDFGenerator.generate(PDFPage.viewArea(tableView, area: tableView.rect(forSection: 0)), to: dst, dpi: .dpi_300)` Instead of just the first section area the entire scroll view...
Hello! Would it be possible to add support for hex RGBA #RRGGBBAA along with the current #RRGGBB A%? The reason I am asking is because Figma gives out the color...
### How frequently does the bug occur? Always ### Description I have a user who sporadically reports crashes when trying to share items using the sharing extension. The strange thing...
sqlfs_set_cipher_compatibility() doesn't exist in the latest libsqlfs (1.3.2) so trying to build IOCipher leads to the following error: ``` Implicit declaration of function 'sqlfs_set_cipher_compatibility' is invalid in C99 ``` I...
The library does not appear to be published to Cocoapods any more: ``` $ pod install /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/universal-darwin18/rbconfig.rb:215: warning: Insecure world writable dir /usr/local in PATH, mode 040777 Analyzing dependencies [!]...
Crash when Realm is querying objects in a process while another process is committing transactions
#### SDK and version SDK : RealmSwift Version: 10.44.0 #### Observations * How frequent do the crash occur? Reproducible almost always. * Does it happen in production or during dev/test?...
The current code only works correctly under Python 2. Apparently in Python 3 it's not possible to use `data[1]` to access a byte, instead we have to use `data[1:2]`. This...
### CLI Version 2.58.0 ### Operating System and Architecture - [x] macOS (arm64) - [ ] macOS (x86_64) - [ ] Linux (i686) - [ ] Linux (x86_64) - [...