Meikel
Meikel
Edge  Firefox  There is some weird offset added to the bottom of the page. I set everthing (html + body) to be 100vh but somewhere it gets an...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package GitVersion.MsBuild ###...
According to the [lua specs](https://www.lua.org/pil/5.2.html) it should be possible to extract dynamic arguments from a special variable called `arg`. The following code is not working: ```cs public class ObjWrapper {...
The following query ```cs [StronglyTypedId(Template.Guid)] public readonly partial struct ShopId; var shopId = new ShopId(Guid.Parse("00000005-0000-0000-0000-000000000000")); await _session.Query().Where(x => x.Shops.Any(s => s.ShopId== shopId)).ToPagedListAsync(pageNumber, pageSize, token); // using strongly typed ID value...
### Description I'm using nerdctl on my new VM and wanted to try setting up the node_exporter from my previous VM, which was done before by using Docker. However the...
**Describe the bug** The dashboard loads but after some time it turns blank. **Expected behavior** Dashboard keeps working **Additional context** The frontend (browser console) has the following issue: ``` Uncaught...