Neal Soni
Neal Soni
> @Nealsoni00 do those notifications only exist in the Electron app? I believe what they're doing is creating a transparent window to emulate a notification window - so the actual...
Apologies, meant to say that the slack icon does not appear on the Windows 10 *taskbar* — a transparent browser window would appear on the taskbar. That animation makes sense...
After debugging more, I have found a single small change that results in the same issue I described above: Watching this returns the cache data successfully: ```gql query FetchCurrentEntity {...
This seems to be the issue -- on cache normalization (merging) the mutation returns the same event object: This mutation calls the query watcher with null data ```gql mutation EventReport($alertTypeId:...
Example logging of the recursive merging missing a property from the inner object with the same ID. ```sh flutter: Merged Data: {__typename: Event, id: af054dd4-2e11-4463-878d-276d7af2e4ac, **active: true**} # Note the...
Note -- this problem does not exist on any of the Apollo clients we used prior to migrating to flutter -- `apollo-ios`, `apollo-android`, and `apollo-js`. `graphql_ferry` has a very similar...
This is still a problem -- I moved to Ferry instead of using this library
yea completely understand. Note, a similar issue occurs on ferry -- when a query has nested data that is slightly circular query structure. This is the issue I wrote up...
Definitely understand — FYI, the apollo (ios/android/js) libraries do not have this specific caching issue
Using electron-builder on windows as well and it doesn't work on windows for me (It works on macOS): ``` "electron": "^9.0.0", "vue-cli-plugin-electron-builder": "~2.0.0-rc.4", "loudness": "^0.4.1", ```