Danny Franklin

Results 18 comments of Danny Franklin

Also curious if this will interrupt or change things with this project.

Would this make more sense on json_serializable as this is probably most used with json serialization/deserialization?

Thinking about this more, maybe the question doesnt make any sense. I just need to do a switch statement which will identify the correct type and then I handle them...

For anyone following along the way I am access it now is: ```typescript // Error because we didn't verify it was the right $case myObj.oneOfField.myCaseString.whateverField; // Not an error since...

@flovouin Have you found a good work around here? I am finding this happens to my cloud functions (all have min instances > 1) and it is within business critical...

For me when this happens it is on a function that usually takes

Hi all, just wanted to ping here again. This is completely breaking my cloud functions until I redeploy them. Today I am going to attempt to detect the problem, then...

@asthamohta My situation is slightly different here. My cloud function is running on cloud functions v2 which I think is basically just a long running server. (Its possible it doesnt...

@asthamohta I looked into turning on cpu allocation always allocated but unfortunately it looks like that is difficult to do in cloud functions right now. Are the settings above good...

@SupposedlySam I updated this flag to be false and it seems to have worked (after a few more tweaks) https://github.com/dart-lang/build/blob/3620bd127b74c305a53989595175b6e6f83ea9e0/build_web_compilers/lib/src/dart2js_bootstrap.dart#L54