Paul Lunt

Results 11 comments of Paul Lunt

My endpoint was a POST with boolean query params and a JSON body. Called from a console app using DaprClient - not curl. All using .net 6. I'll add an...

I can see the following class: https://github.com/microsoft/clarity/blob/master/packages/clarity-js/src/data/custom.ts Is this what I need? If so, how do I use it? Thanks

> @maxokorokov to support ng14 with bootstrap v4 (ng-bootstrap@11) you only have to change the supported peerDeps of the package. > > ```json > "peerDependencies": { > "@angular/common": "^13.0.0 ||...

Also how the problem in WebView on Android 10, which also seems to block 3rd party cookies.

Any progress? I have .net core 3 web app which has all of its libraries in .net standard 2.1. I really need to be able to test at .net standard...

We see a similar-looking issue in Windows where localhost resolves to IPv6 loopback.

I've made a change in my local copy of the code at: KnockoutExpressionConverter.VisitMemberAccess(...) and changed: string suffix = member == "length" ? "" : "()"; to string suffix = "";...

Using (scroll) but it should be passive. Seeing issues in Lighthouse reports. Is there any visibility of the priority of issues in Opertion Byelog? Thanks

Is this PR going to make it to the initial v18 release? Really looking forward to the new events behaviour for abstract controls. This is going to make custom controls...

Here is my quick effort at adding the scroll behaviour. Add `libTypeaheadScrollToActiveItem` as an attribute to the input with ngbTypeahead. ``` @Directive({ selector: '[libTypeaheadScrollToActiveItem]', standalone: true, }) export class TypeaheadScrollToActiveItemDirective...