Loïs Di Qual

Results 28 comments of Loïs Di Qual

@Handlake I see that you create a PR and then closed it. Is this issue fixed? Would you like to submit your code again and describe your changes in more...

This issue has been inactive for a while so I'm gonna go ahead and consider it fixed. Please let us know if you want to reopen it.

There hasn't been much activity on this issue for a while so I'm gonna go ahead and consider it fixed. Please let us know it you'd like to reopen it.

@shmuelk @ianpartridge It seems that you guys have been maintaining an IBM fork of SwiftyJSON. Would you mind elaborating on the context of the fork and whether it would be...

@ianpartridge Interesting. Any other changes that would be worth merging in the main repo? Also, are the changes production-ready or is it just an internal fork that respond to specific...

Here's another (ugly) workaround: ```typescript const client = new ApolloClient({ cache: new InMemoryCache({ addTypename: false }), link: new MockLink(mocks, false), }) Object.defineProperty(React, Symbol.for('__APOLLO_CONTEXT__'), { value: React.createContext({ client, }), enumerable: false,...

@gearoidoceallaigh Thanks for opening an issue! At the moment there is no way to do this. My thinking when using [ColorSet](https://github.com/TakeScoop/SwiftyButton/blob/master/SwiftyButton/PressableButton.swift#L28-L36) was that the button + shadow colors should only...

We should at least document this weird behavior: you can't use colors with alpha for `PressableButton`.

Oh good point, we haven't implemented image inset changes in the pressed state. Will tackle soon.