Gijsbert ter Horst

Results 114 comments of Gijsbert ter Horst

Sometimes running `dotnet clean` (which doesn't clean everything) helps me resolve this error when it occurs.

I'd like to see this too, I was surprised that angular does not offer this functionality, since it is one of the basic functionalities of switch statements in most languages....

Would it be sufficient to replace: ```typescript _matchCase(value: any): boolean { const matched = value == this._ngSwitch; ``` with: ```typescript _matchCase(value: any): boolean { const matched = value == this._ngSwitch...

I've got the same issue. There isn't any documentation on how to achieve this. What's worse, I read the source code, and it turns out that the HTTP transport doesn't...

Even if this isn't immediately merged. Maybe it would be nice to early return some no-op actions? I had to hunt down a bug today in an iOS app where...

Please have a look at #866 which apparently doesn't get tagged here automatically, as it's a discussion rather than an issue. My point there being: > [this] is intended as...

> @FatCodeMonkey does it work if you add android:requestLegacyExternalStorage="true" to your manifest? > After you update your app to target Android 11, the system ignores the requestLegacyExternalStorage flag. [[source](https://developer.android.com/about/versions/11/privacy/storage)] So...

> And here is the code > > ``` > > ``` How do you get that to work? If I do that I get: ``` warning XA4211: AndroidManifest.xml //uses-sdk/@android:targetSdkVersion...

> > > And here is the code > > > ``` > > > > > > ``` > > > > > > How do you get that...

> I just ignored the XA4211 warning. It worked. I took photos successfully on Android 13, both with the real device and the emulator. I tried, but the message is...