Mike Morris

Results 214 comments of Mike Morris

I was able to get through most of the exercises with enough attention to detail, but one specific issue I noticed was in the final exercise to test the async...

> A fourth option might be to use a privileged docker container for this. I understand why this won't run natively on macOS due to the dependency on `losetup`, but...

Welp, think I figured this out. When using the Docker build, it appears the local directory is not linked into the Docker container (which is probably fine/expected), but this means...

When you rename a repo, GitHub will automatically create redirects from the old name - it would be nice for this plugin to be compatible with the new Packer init...

I'd be :+1: on an implementation using tags, as it keeps versions a bit more visible than stashing old packages on S3. Whichever way we implement this though, it would...

In https://github.com/mapbox/mapbox-gl-native/issues/2346#issuecomment-141191520 I found that requiring multiple mason packages that fall back to a build can end up setting an incorrect `MASON_BUILD_PATH`.

For the proposed switch to `HTTPRoute`, it was discussed in last community meeting how the owner of a service should be configuring an `HTTPRoute` to allow incoming connections - we...

If SMI were to consider adopting the `HTTPRoute` CRs from the Gateway API Spec (as originally mentioned in https://github.com/servicemeshinterface/smi-spec/issues/66#issuecomment-533432455 and discussed again today during the SMI community meeting), the planned...

@kristfal It would, but an automatic download of a dependency ([instructions](https://github.com/nitaliano/react-native-mapbox-gl/blob/master/ios/install.md#add-native-mapbox-sdk-framework) don't currently mention where `node_modules/@mapbox/react-native-mapbox-gl/ios/Mapbox.framework` comes from) feels at odds with the intent of a manual installation process (where...

> I propose we keep this PR open and wait for 7.0.0 and Nick’s feedback till we make a call. 👍 My inspiration for this approach was the following React...