Xuan Nguyen
Xuan Nguyen
My 6-year-old son is currently learning both typing and Python using Thonny. Since his typing speed is still developing, managing closing brackets and quotes can be quite frustrating and distracting...
[demo-spring-mock-oauth2.zip](https://github.com/navikt/mock-oauth2-server/files/12607170/demo-spring-mock-oauth2.zip) ``` demo> java --version openjdk 17.0.2 2022-01-18 LTS OpenJDK Runtime Environment Corretto-17.0.2.8.1 (build 17.0.2+8-LTS) OpenJDK 64-Bit Server VM Corretto-17.0.2.8.1 (build 17.0.2+8-LTS, mixed mode, sharing) demo> mvn --version Apache Maven...
@ybelMekk can you reproduce the error from the sample code?
@ybelMekk it seems https://github.com/square/okhttp/tree/master/mockwebserver-junit5 is relevant?
@ybelMekk junit5 is supported since mockwebserver 5 (currently alpha) See https://github.com/square/okhttp/issues/7987#issuecomment-1688344433 What do you think about the plan for mock-oauth2-server to catch up with mockwebserver 5?
> Im not sure you can fix this at your end. I tried to remove junit 4 and old mockwebserver, then follow https://github.com/square/okhttp/issues/7987#issuecomment-1688344433 but it doesn't work. Cannot bypass if...
> with gemini I get proper behaviour. Interesting, I have problem with Gemini Flash 2.5.
> What provider and model are you using here? Gemini Flash 2.5, Perplexity Sonar > If you call other agent tools like web-browsing or web-scraping, do you still get the...
Overwrite Location.stripTrailingSlash has side effect when matching route 😢. For example, `path: 'a/b/c'` matches `/#/a/b/c/`. But overwrite Location.stripTrailingSlash will result in an unmatched route. Waiting for official solution from angular...
@steveruizok > would you expect the whole saved file to be uploaded at once, or specific pages from the saved file? I expect to export all pages by default, but...