Adam Wulf
                                            Adam Wulf
                                        
                                    any movement on this? I have the same issue as https://github.com/stephencelis/SQLite.swift/issues/225#issuecomment-241376027 and would like to provide specific column names to aggregate columns
Just pushed up a commit to fix the linting error
I could make them one request if you like, i wasn't sure if both would be accepted
You're completely right - I had messed up the PR and included commits in both. i've closed out the other PR, as this one has everything I've done. Thanks!
I'm sending query results to a `process(results)` sort of function that expects to have rows with column names A, B, C, etc. In some cases, i can `SELECT A, B,...
ah interesting. i'm using it to define a view and i alias to an existing column name, and then use that column object to fetch, so something like: ``` let...
I think it'd need a fair bit of work to port to Mac use. The biggest change would be moving all `UIBezierPath` to `NSBezierPath`, ideally something like: ``` #if TARGET_OS_IPHONE...
One potential 'fix' would be to render the updated content in a second web view, and then swap the web views out after the render is complete. this would prevent...
Unfortunately there's some problems with paths that have very close derivatives. these two circles meet at almost tange points, and i suspect that's some of the issue. does it return...
I have a PR for catalyst support. The image extensions aren't available, so you'll need to make those yourself, but all the enums and symbols are available: https://github.com/Nirma/SFSymbol/pull/26