Winston Du

Results 12 issues of Winston Du

## Checklist - [x] All tests are passed. - [x] Added tests (N/A) - [x] Documented the code using [Xcode markup](https://developer.apple.com/library/mac/documentation/Xcode/Reference/xcode_markup_formatting_ref). - [x] Searched existing pull requests for ensure not...

CSS has the ability to allow proportional margin and padding: https://webplatform.github.io/docs/guides/the_css_layout_model/#Proportional-margins-and-padding-in-the-W3C-box-model I was wondering if it is possible to implement a similar concept with edges. For example, if I wanted...

Wanted to ask if other folks playing around with this repo have created alternative `rnndata.c` files. The current example model absolutely does not handle sharp taps in the background (e.g....

I'm looking at the generator stencil for fonts, and I noticed that to get a `FontDescriptor.Font` object, the constructor is still a failable constructor. I recognize that generally, one should...

type: question

Currently, with `UIView.animate`, it is possible to do an animation through a constraint toggle. For example, if we have an object `rect`, and we have two layout constraints on its...

Hey @arturdev This seems like an amazing library. However, one useful paradigm we use (with RxRealm) is the ability to observe changes on an object in the realm db and...

## Bug report As we understand it, the `RequestChainNetworkTransport` is fundamentally incapable of processing a `GraphQLSubscription` operation. Yet [this line](https://github.com/apollographql/apollo-ios/blob/f333326fb686b3908934c410b9468c894876d8ef/Sources/Apollo/ApolloClient.swift#L151) does not check if the underlying transport is subscription-capable. Shouldn't...

apollo-websockets
networking-stack

https://github.com/citation-style-language/styles/blob/31187daa2c010df338c2bf9b7b30070c91b7af95/chicago-fullnote-bibliography.csl#L567 This is incorrect. I am trying to cite a bill, and it's prefacing with "Public Law No." every time. The correct behavior should begin with the legislative body field,...

style-improvement
help wanted

## New Issue Checklist - [x] I updated my Mockingbird framework and CLI to the latest version - [x] I searched for [existing GitHub issues](https://github.com/birdrides/mockingbird/issues) ## Description Protocols with overloaded...

generator bug
reproducible

If anyone has problems building on XCode 14.3 with Cocoapods 1.12.1, note that this is because this gem overrides `readlink`, which is used for a cleaner symlink unroll. Use my...