Alex

Results 12 comments of Alex

I ran into this issue on Laravel 5 as well, a temporary fix is to create a Service Provider like this https://gist.github.com/alexking/79655a8be2ae6360dc20 in `app/Providers`, and reference that in `config/app.php` (`App\Providers\ConversionServiceProvider`)....

Most of the API links in README.md are broken now, the style changed from ``` Broken (what README.md uses): http://dev.apollodata.com/core/apollo-client-api.html#ApolloClient.watchQuery Redirects To (the also broken): https://www.apollographql.com/docs/react/reference/index.html#ApolloClient.watchQuery Correct URL: https://www.apollographql.com/docs/react/api/apollo-client.html#ApolloClient.watchQuery ```...

Also note that setting ACLs isn't supported by the new [Bucket Only Policy](https://cloud.google.com/storage/docs/bucket-policy-only), and causes an error when trying to upload, which makes the driver incompatible with buckets using it.

Make sure you're using the latest version - running `npm install @bam.tech/react-native-make@^3.0.3 --save-dev` fixed it for me.

This doesn't solve the general problem with not being able to use directories, but for `gcloud` users - keep in mind that for some applications (such as [google-artifactregistry-auth](https://www.npmjs.com/package/google-artifactregistry-auth)) you only...

Can confirm this issue appears to happen on Ubuntu 16.04 as well.

Thanks! This also fixes the issue on blender 4.1 (just to make it more searchable)

Also experiencing this problem - feels like it should be prioritized as it makes long text input unusable (unless you can turn off scrolling). Related: https://github.com/facebook/react-native/issues/16826

It seems like clicking on the Helium window (in opaque mode) appears to focus the app, but doesn't actually because the menubar remains on whatever app you were using. To...

So I've been trying to look into how the default target is set (I'm trying to get the core library building – #4). It seems like the default `--target` comes...