Francis Chong
Francis Chong
When there were non alphanumeric characters in css classes, `cssSelector()` will failed with error like **"Could not parse query div.Fz(xs).Fw(b): unexpected token at (xs).Fw(b)"** Sample: ```swift let html: String =...
It would be handy if I can write my own Evaluator subclass to perform custom matches. Currently method like `Element.iS(_ evaluator: Evaluator)` can be used on many evaluators but it'd...
Tried to clone the `master` and `docker-compose pull`, and get this error.
Apple announced CloudKit sharing in WWDC 2016, allow us share data with any user privately. I just wonder can we use this feature in YapDatabase without modifying CloudKit extension?
In my grammar, I try to add support of whitespace ... ``` combinator = '>' | '~' | plus | S; ``` The grammar generate a parser, but the generated...
- If enter is tapped, it should toggle the highlighted token, and ready the field for user input - If backspace is tapped, it should clear the current token -...
It'd be helpful to add function to copy files to and from app Documents/Cache folder. This would help to automate process of copy logs/databases to/from devices.
The observe interface takes a Int id: ``` swift public func observe(change: Sqlable.SqliteDatabase.Change? = default, on: T.Type, id: Int? = default, doThis: (id: Int) throws -> Void) -> String ```...
I tried to add multiple orientation support to my app using SimpleView. Changes similar to following: https://github.com/siuying/CurrencyApp-RubyMotion/compare/rotation However, the views do not rotate as what I would expected. Is this...
On RubyMotion 1.30, i failed to run projects included SimpleView. ``` Hydrogen:SimpleView(dependency|98d) $ rake Build ./build/iPhoneSimulator-4.3-Development Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_color.rb Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/string.rb /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/string.rb:23: warning: string literal in condition Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_image.rb Compile /Users/siuying/Documents/workspace/motion/SimpleView/lib/simple_view/extensions/ui_font.rb...