Tyler Alves

Results 15 comments of Tyler Alves

#150 fixes the bug in `clearAll` by avoiding `WKHttpCookieStore::getAllCookies`

FWIW, I made a patch for our local copy. Seems like this repo isn't actively maintained.

Same as https://github.com/ruby-grape/grape/issues/1885

@zalmoxisus Would it be acceptable to implement the suggested solution behind a feature flag, or even a `circularCheckDepth` prop to specify how many levels it will check for circular references?...

@zalmoxisus I pr'ed a WIP for an alternate solution: https://github.com/zalmoxisus/remotedev-inspector-monitor/pull/6 This tracks visited nodes in order to determine whether a circular reference exists. It still needs some polish but has...

I would like to research and implement this if no one is actively working on it. @steren Let me know if you are already on it. Cheers!

Moving forward on this with SCE and SDG&E. PG&E throws a wrench in the integration for us because they require mutual TLS, so I'm delaying on that for now. Read...

The PG&E SDK still goes through the Green Button system. However, they don't fit the standard mold for North integrations: TLDR; PG&E requires mutual TLS for all data requests, which...

You can definitely use `React.ComponentType` in flow 0.86.0, but I'm not sure if other types used in the new libdef are compatible. I'll give it a try and see if...

I'm in the same boat here. I am managing a few massive forms, and all other inputs update the parent state in much the same way that @andosteinmetz has described:...