Stefan Fisk
Stefan Fisk
I'm trying to implement this for a client that needs it ASAP. Is this a reliable way of checking if an URL has a matching redirect? It's basically a copy...
So I just had an epiphany: **lcl.swift** ``` swift class lcl { private let _component: _lcl_enum_component_t; init(_ component: _lcl_enum_component_t) { _component = component } private func log(level: _lcl_enum_level_t, @autoclosure message:...
The c wrangling can probably be cleaned up, but my understanding of SwiftC interoperability is far from complete.
Aaaand I just realized it is missing file/line/function/etc... Will do another take tomorrow, and if it all feels good probably create a Pod.
Alright, I've got it working, but I am not sure how to package it as a pod. The issue is that the following code needs to be built with `_lcl_logger`...
I'm also seeing this, and can confirm that when I make the post type public the primary category controls start working.
It's not entirely easy to debug minified code, but I was able to find that something is going wrong in the function pasted below. Instead of toggling the correct category...
If you disable the custom transition the app is a bit less broken.
I also had to do some manual cleanup of trailing white space.
@Girgias I'm afraid that's more time than I have available to spend on this :( I totally understand if you don't want to merge this massive PR. You can just...