Ben Hutchison
Ben Hutchison
I think I'm seeing related behavior. #### Environment - Windows 8.1 - Desktop computer, not Surface Pro - Samsung U28D590 4K monitor (3840 x 2160) - Default settings for font...
#### Workaround 1. Right-click on AltDrag.exe > Properties > Compatibility tab 2. Check the box for "Disable display scaling on high DPI displays" 3. Restart Alt-Drag Now Alt-Drag behaves correctly...
I would characterize Windows 8.1's support for multiple displays with different pixel densities as "infuriating."
Here are the relevant portions of my `pom.xml`: ``` xml ${project.build.directory}/${project.build.finalName}/styles org.lesscss lesscss-maven-plugin 1.3.3 ${project.basedir}/src/main/webapp/styles ${lesscss.outputDirectory} true all.less compile process-sources m2e m2e.version ${project.build.directory}/m2e-wtp/web-resources/styles ```
Maybe changing the plugin execution phase from `process-sources` to a [different phase](https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html#Lifecycle_Reference) would help?
You could try calling [`await fs.FlushAsync()`](https://learn.microsoft.com/en-us/dotnet/api/system.io.filestream.flushasync) after you await your call to `CopyToAsync`. I have seen that fix this 0-byte file problem before.
Very helpful, thanks @niallo.
I got tired of waiting, so I made my own public APT package repository of armhf and arm64 .NET DEB packages for Raspberry Pi OS. These packages use the official...
@RubenAmaroPT You can go to `/admin/` in a web browser, which will show a form where you can type an employee's name, title, and other information, then click Save.
Ah ok. You should be able to click Add and several form fields appear on the right side of the screen, along with a Save button. Are you seeing an...