Caylan

Results 17 issues of Caylan

Seeing these warnings. ``` InternalRegex.swift:93:37: warning: '+' is deprecated: Mixed-type addition is deprecated. Please use explicit type conversion. let start = Int(accOffset + regexMatches[j].rm_so) InternalRegex.swift:94:35: warning: '+' is deprecated: Mixed-type...

Some developers take issue with setting FilesOwner to a UIView subclass. Is there any way around this to make NibDesignable more palatable to purists?

I have a fairly complex view hierarchy in a UITableViewCell (among other things) that uses nested NibDesignables. On slower devices the load time is very noticeable. For example, with 2...

Useful for NibDesignable subclasses that rely on the frame/bounds of their subviews being accurate at runtime. For example, using: subview.layer.cornerRadius = subview.frame.size.height / 2.0. This doesn't work correctly without this...

Has there been any consideration to integrate with native system print dialogs for interactivity? Forgive the electron-centric musing: I’m researching different ways to print PDFs from Electron and there is...

Thank you for this amazing project. I'm successfully running JS Interpreter + Babel to create a very nice scripting environment for my Electron app's user-supplied JS. I have a very...

bug

### SerialPort Version Tested 10-12 ### Node Version Electron main ### Electron Version Tested 26-30 ### Platform Sonoma 14.14.1 - Darwin Kernel Version 23.4.0 macOS ### Architecture ARM ### Hardware...