Results 23 issues of hillin

Reference: http://jcgt.org/published/0002/02/01/paper.pdf

enhancement

Implementation reference: https://github.com/colour-science/colour/blob/3bebd7e903cbcbee959f56786c020335a1b06cf7/colour/volume/spectrum.py#L227

enhancement

E.g. ```c# public static class LChuvColorExtensions { public static void Deconstruct(this LChuvColor lChuv, out double l, out double c, out double h) { l = lChuv.L; c = lChuv.C; h...

enhancement

In the finalizer of `DisposableCallback`, an exception will be thrown if the object was not disposed: https://github.com/mrpmorris/Fluxor/blob/09ff8ac96ec524a071a7128b71d0e78e734b5762/Source/Lib/Fluxor/DisposableCallback.cs#L70-L79 While this do help exposing bugs, it also come with a great price:...

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

info-needed

Json: ```json { CSSColor: "#FFFFFF" } ``` Rust: ```rust #[derive(Deserialize)] #[serde(rename_all = "PascalCase")] struct Data { // css_color: String, // does not work, expects field "CssColor" in json c_s_s_color: String,...

Per https://github.com/ng-bootstrap/ng-bootstrap/issues/3884 : The current behavior of the `activeIds` property already mismatches with the documentation: - setting this property will change the collapse state of panels - expanding/collapsing a panel...

**Describe the bug** Calling `TFGraph.Import` within a `TFGraph.WithDevice` scope does not set device for the nodes in the imported graph. **To Reproduce** ``` var path = GetGraphPath(); // the path...

ACE is a great code editor, but in some scenarios it's not desirable to integrate it in the project: - it's webpack unfriendly - https://github.com/ajaxorg/ace/issues/4073 - https://github.com/ajaxorg/ace/issues/4782 - it requires...

enhancement

Is there a way to have cascading BindingContext? Say we have two components: ```c# class ParentComponent: MvvmComponentBase { ChildComponent Child; } class ChildComponent: MvvmComponentBase { } class ParentViewModel: ViewModelBase {...

type: feature