Russell Briggs

Results 19 comments of Russell Briggs

> I have the same issue when try to setup Magento 2.4.3-p3 with manual instructions during `bin/setup` command: > > ``` > chmod: cannot access 'bin/magento': No such file or...

Possible way to implement: Looking at the usage of `@client` from https://github.com/apollographql/apollo-link-state How about something like this: ```ts const query = { mutation: { updateNetworkStatus: { __args: { isConnected: true...

Nice Joe Yep your example above using `__directives` is exactly what I was thinking. I don't think we'll need the `WithDirectives` thing so please disregard that! :) I now also...

Merged and released Joe's PR, but there are still a few open items: * We need to add support for multiple directives on one node * There are a few...

See README. This library is not compatible with react 16.4, it is only compatible with react 16.3 and below

@tezml most browsers have now fixed the issue this library was designed to solve, so it is not needed any more and has been deprecated.

Recent versions of safari don't have this issue AFAIK. Unfortunately I don't know what version of safari they fixed it in. I had the problem with a Cordova app, but...

I see the "unworkable" text thats been added to the readme. Are there some fundamental issues that are preventing Aeroo from working with v12? or is it just a case...

Just to update for others that find this ticket. There is a fork of Aeroo that seems to work on Odoo 12 already: https://github.com/ingadhoc/aeroo_reports But it appears that many folks...