Michael Longo

Results 14 comments of Michael Longo

I confirm the issue. ConEmu build: 220418 x64 OS version: Windows 10 x64 Used shell version: wsl bash (5.0.3) Fresh ConEmu install, with factory settings ``` root@fixie:/mnt/c/Users/Tiller# ssh [email protected] [email protected]'s...

I must say that I only thought about the server's side context, and not about the server then playing the role of a client. If I'm not mistaken (and I...

Spoiler: we ended up not using borrow to monitor lag

> #330 Not the same issue, why referencing it here?

> In this branch there is also a list of add-opens parameters (readme) so you can run it with jdk 17 @RuedigerMoeller is there?

@borgmanJeremy I think printing a generic cursor is good enough. It'd be great to have a toggle switch in the overlay to enable/disable it (my opinion at least)

Just to explain a little bit more what was the problem: If you upload a 1200x1200 picture, it is resized to 400x400 then the user can crop a specific part...

Hi, I've had the same issue today after installing Passwords on my 29.0.5 instance. However, I did figure out the issue : my cron was setup in my www-data's crontab...

Note: It seems possible to do something like: ```java @Mapper class CarMapper { Car toEntity(CarDto dto, @MappingTarget CarBuilder existingCar); default Car toEntity(CarDto dto, CarBuilder existingCar) { return toEntity(dto, existingCar.toBuilder()); }...