rwb196884

Results 23 issues of rwb196884

**We can only help you if you are on the latest version.** Using NuGet package version 4.1.2. ### Issue / Steps to reproduce the problem ``` INSERT INTO UserClaims (UserId,...

bug report

I have `Customer` and `ImageData` entities and a link table `CustomerImage` that models a many-to-may relationship. Therefore I can use an `$expand` inside an `$expand` to get the images for...

Great plugin, but having to manually select projects every time you want to switch is really tedious. All I need is a 'simple mode' that: * for every project `p`...

### What happened? When you load the map screen the device icons move about. You have to click on each of them (which is difficult becuase they're moving) to make...

bug

![image](https://github.com/jaredpalmer/formik/assets/12090617/f2437afb-6b66-4238-bff8-94582fa27d50)

Type: Bug

The x-axis always ends at the time of the most recent data point in the bucket rather than in the result of the query. ![image](https://user-images.githubusercontent.com/12090617/227716782-8b052185-0872-496f-84d0-99270de5cc10.png)

area/ui

After logging out `oidc-client-ts` thinks it's still logged in. I suspect that it is hiding data somewhere. The problem continues if I clear all site data (Firefox) but not in...

question

I'm seeing lots of errors in IdentityServer for token issued failure when this library is trying to re-use refresh tokens. ![image](https://github.com/quarkusio/quarkus/assets/12090617/435c791b-e8f2-4799-bc83-7cd88a804a7d)

help wanted

A request with ``` X-Forwarded-For : '{${print(9347655345-4954366)}}' ``` caused ``` An invalid IP address was specified. at System.Net.IPAddressParser.Parse(ReadOnlySpan`1 ipSpan, Boolean tryParse) at System.Net.IPAddress.Parse(String ipString) at AspNetCoreRateLimit.IpAddressUtil.ParseIp(String ipAddress) in C:\Users\User\Documents\Github\AspNetCoreRateLimit\src\AspNetCoreRateLimit\Net\IpAddressUtil.cs:line 83...

I hoped that this sort of thing might be possible ``` .signinRedirect({ extraQueryParams: { Foo: 'Bar' } }) ``` But TypeScript says no. > `Error TS2345 (TS) Argument of type...

question