Andrew McCloud

Results 17 comments of Andrew McCloud

@max this looks really good! - Inside of the new readme section can you add example markdown for the button? - Should the main deploy button match the aesthetics of...

Not currently but it should be simple to do: https://github.com/zpnk/stage-ci/blob/master/src/core.js#L71 The hardest part is deciding how to expose that functionality.

@jimthedev help would be much appreciated 🎉 @zpnk I'm down to move this to an org if it means it's easier to invite outside contributors.

@dweremeichik @emorikawa @GM-Polyakov @jackiehluo @jstejada @khamidou @necrobuffalo @pfista @spang I've been trying to contact Nylas for a week now. As an early adopter and a paying customer, I'm very upset...

I was able to work around this issue by upgrading `inject-loader` to @seanparmelee's babel 7 fork https://github.com/seanparmelee/inject-loader/commit/fcd20ba515118d528296053b772b78802fe41496 at and then setting babel-preset-env's `modules` to `commonjs` for my test env ```js...

This is my only pain point wit nexus. For now, we've gone with deprecating the private field: ```ts t.string("user_id", { deprecation: `Use "user" instead` }); t.string("user", { resolve(root) { return...

@jedwards1211 with [email protected] flow cannot infer as you mentioned and requires the new explicit syntax `createSelector` for any selector that is exported (which also fails when you have more than...

@philholden you can create your own implementation of `StyleSheet` that does not append a hash. ``` js import {StyleSheet as BaseStyleSheet} from 'aphrodite'; import {mapObj} from 'aphrodite/lib/util'; export {css} from...

@kentcdodds can you elaborate why?

@threepointone I'd like to tackle iframe support. What are your thoughts on API? From what I can tell, `document`, inside of sheet.js, needs to be injected.