ConfusedVorlon
ConfusedVorlon
If I switch to the XCode beta, I see frequent warnings like this I'm not familiar enough with the logic to know whether you can just dispatch to main for...
I just ran the xcode migrations and tweaked the couple of remaining errors on build
I'm using byebug 4.05 (but get the same error with byebug5) with ruby 2.0.0p594 and sublime text 3 I have checked that my rails app runs correctly using the same...
I'm seeing a handful of crashes reported through crashlytics. I don't have a way to reproduce these directly, so this may not be very helpful. I do have a stack...
SPM errors out at the moment because there is not Package.swift for version 2.4.0 (I know I can use master or a specific commit to work around this - but...
move setup to shared method to support initWithFrame as well as initWithCoder
This adds a simple wrapper for SwiftUI users It's documented in the Readme - but essentially, it uses a standard fullscreenModal with a binding to an image or an array...
allows something like the following let info = MyCodableClass() let response = HTTPResponse(encodable:info) this will return a json body with the content type header set
Firstly - thanks for a gem of a gem :) I have `config.require_tenant = true` My test model has an active storage attachment: ``` class Test < ApplicationRecord acts_as_tenant :account...
the implication of the lambda example is that it defaults to returning true in the non-admin case. Currently, the code doesn't actually do that...