nibe

Results 10 issues of nibe

In the demo "Animate out" immediately hides the window without any animation. "Animate Frame" increases the window size immediately. The other examples seem to be working fine and the layer...

## Expected Behavior This should print `true`: ```swift Amplitude.instance().optOut = true print(Amplitude.instance().optOut) ``` ## Current Behavior It prints `false` (if `optOut` was `false` before). This can easily lead to buggy...

bug

Here's a rare crash: ``` Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc...

I suggest to add a new autoHeadingIDType (e.g. `hugo`) that handles non-breaking spaces better than the current default `github`. `github` turns "ACME MyPhone SE" with non-breaking spaces into `#acmemyphonese`. I...

Proposal

`$image.Fill` with the default smart cropping unnecessarily crops images. Example: ```html {{ with .Resources.GetMatch "example.jpg" }} {{ $smart := .Fill "150x100" }} {{ $expected := .Fill "150x100 Center" }} {{...

Enhancement

Before: ``` (loom.graph/graph {}) Execution error (NullPointerException) at loom.graph/build-graph$build (graph.cljc:499). null ``` After: ``` (loom.graph/graph {}) => #loom.graph.BasicEditableGraph{:nodeset #{}, :adj {}} ``` Of course you could call `(loom.graph/graph)` instead but...

Hi, thanks for the highlighting solution: ```Swift let delayTime = DispatchTime.now() + Double(0) / Double(NSEC_PER_SEC) DispatchQueue.main.asyncAfter(deadline: delayTime) { [weak self] in self?.statusItem.button?.isHighlighted = true } ``` But isn't `Double(0) /...

**Is your feature request related to a problem? Please describe.** With strict concurrency checking enabled, I get several warnings both inside this library and in my code when using it....

There seems to be a caching issue resulting in a wrong filename extension. ```html {{ $original := .Resources.Get "test.jpg" }} {{- $png := $original.Resize "400x png" }} {{- $jpg :=...

Bug

The official APCA Contrast Calculator at https://apcacontrast.com shows 2 different contrast values for the same hex color when using the transparency slider. **To Reproduce** 1. Enter text color #ffffff and...

bug