Gavyn Riebau

Results 4 issues of Gavyn Riebau

## Description This property enables controlling to how many digits the value of a scale gets rounded to when the value changes. ## Usage This property can be used on...

This is a work in-progress implementation of a plugin system based off the wasmer runtime. What has been done so far: - [X] - Automatically loads and starts any '.wasm'...

S-needs-discussion

Fixes the issue described in #5424 The code has been changed so that for unix type platforms a call is made to `libc::setsid` using the unix specific CommandExt [pre_exec](https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.pre_exec). The...

C-bug
A-helix-term
S-waiting-on-review

When using a mix of the .NET `System.Configuration.ConfigurationManager` and `System.Configuration.Abstractions.ConfigurationManager` to retrieve and update appSettings, the returned results aren't consistent. **Here are the full steps to reproduce the problem:** Setup...