Tony Xiao
Tony Xiao
Tried to fix it myself by building desktop viewer from source, but that didn't work either. (I don't have an active mac developer certificate right now for signing, which probably...
When using CocoaLumberjack (or other logging frameworks) on top of NSLogger (see https://github.com/0xced/XCDLumberjackNSLogger/blob/develop/XCDLumberjackNSLogger.m), the threading information is no longer correct. If we allow threading information to be passed in (`DDLogMessage`...
The inline embed is super nice, but by default it always creates a new line before / after the embed. Is it possible to make it truly inline, Roam style?
https://flowtype.org/docs/advanced-configuration.html#options It's possible to turn flowtype on for all files by default in a repo. However linter-flow does not seem to understand that and therefore does not highlight issues in...
Installed `UI7Kit` and thus `FoundationExtension` earlier but got a weird hard-to-debug crash. Took a while to figure out but finally tracked down the culprit to ``` @implementation NSMutableArray (Functional) -...
I'm trying to contribute a ODM (Object Document Mapper) patch, however I noticed that as it stands, the current master fails `nosetests` with 5 errors and 1 failure. Is this...
Logdown doesn't seem to work in react native by default. This is my workaround ``` import 'localstorage-polyfill' import { defaults } from 'lodash' // https://github.com/caiogondim/logdown.js localStorage.debug = __DEV__ ? '*'...
I'd like to be mentioned on both on failures and on cancellations. Is that possible via slatify?
It's really useful especially when working with list items to get a quick count of the number of items by selecting them.
https://github.com/graphcool/graphql-config eslint-plugin-graphql supports it. It'd be amazing to have parity.