0liver

Results 10 issues of 0liver

## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [x] Local deployment - Version: 4.13.5 - Formio.js version: 4.13.5 - Frontend...

bug

## Environment Please provide as many details as you can: - Hosting type - ❌ Form.io - ✔ Local deployment - Version: 4.14.1 - Formio.js version: 4.14.1 - Frontend framework:...

bug

## Environment Please provide as many details as you can: - Hosting type: none - ✓ Form.io - X Local deployment - Version: - Formio.js version: both 4.13.12 and 4.14.2...

bug

OSOE-84 Opened this PR to monitor the correctness of the task branch.

Merge Conflict

... after it is edited by pnpm. Add these lines to all _.gitattributes_ files in OSOCE and the template repository: ```gitattributes # Keep the LF in pnpm-lock.yaml files to prevent...

We minify our css files like this: ``` var path = "/Themes/One/Styles/one.css"; var name = "one"; @MvcHtmlString.Create(Bundle.Css().Add(path).Render(string.Format("~/bdls/{0}_#.css", name)) ``` Unfortunately, for some of our files we get the output ``...

We have several occurrences of the following pattern: ```c# Task[] tasks = CreateTasks(); await Task.WhenAll(tasks); foreach(var task in tasks) Console.WriteLine(task.Result); ``` The above code will generate an AsyncFixer02 warning for...

Follow-up to https://github.com/Lombiq/Helpful-Extensions/issues/104. See comments [here](https://github.com/Lombiq/Helpful-Extensions/pull/114#pullrequestreview-1305260226) and below. 1. Use [`DOMContentLoaded`](https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event) event instead of `load`. There's no third parameter there. 2. Remove the `setTimeout` indirection from the event handler. Simply...

### Environment - Git Extensions 6.0.2.18262 - Build f02a06bf5366bcee241c3273951de3a132020b48 - Git 2.52.0.windows.1 - Microsoft Windows NT 10.0.19045.0 - .NET 9.0.11 - DPI 96dpi (no scaling) ### Issue description ``` System.ArgumentException:...

:eyeglasses: status: needs review
area: wsl