Philippe Sabourin

Results 30 comments of Philippe Sabourin

+1 For cocoapods support.

Using the command line tools, I had to remove the Info.plist from the RobotKitUI.bundle in order to be able to use xcodebuild -exportArchive to create an IPA. Not sure if...

This was reported here: https://github.com/orbotix/Sphero-iOS-SDK/issues/50

Not sure if this the right place to comment about the 10.6 parameter changes, but we've downgraded to 10.5 to avoid all the errors for now until this is figured...

I'm getting a lot of errors of this type: `src/components/teams/CreateTeams.tsx(233,30): error TS2339: Property 'background' does not exist on type '{ theme: Theme; }'.` `background` in this case is part of...

Here's one of the smaller examples I could find: ``` const useStyles = createUseStyles({ pre: { fontFamily: '"Roboto", "Helvetica", "Arial", "sans-serif"', whiteSpace: "pre-wrap", margin: 0, color: ({color}) => color ?...

Yes that fixes it but like I said, this was one simple example of many places where this errors out. I'm not sure I want to specify every single classname...

It appears they use JSS: https://github.com/mui-org/material-ui/blob/next/packages/material-ui-styles/package.json#L57 I just tested it on another project I have that uses Material UI and it doesn't seem to autocomplete the class names, though it...

@MarkLyck we're able to wait on a specific environment by doing this: ``` steps: - name: Wait for Vercel preview deployment to be ready uses: patrickedqvist/[email protected] id: waitForVercelPreviewDeployment with: token:...

@filipkowal Just confirming that what @hjoelh posted is correct. That part of the comment from Vercel is what we used to filter the Github action by environment.