Jens Maier
Jens Maier
At this time, the `FileSystem` adapter explicitly ignores symbolic links when walking the source files: https://github.com/SAP/ui5-fs/blob/f6803f512d47a6f305a0b0669f3c942350f40f2d/lib/adapters/FileSystem.js#L46 Is there a reason for this behaviour? My build pipeline involves custom tooling built...
I've run into a slight problem with Ember data. My use case: * For business reasons, my backend needs to talk XML. Luckily, I get to define the XML response...
**Windows version (build number):** Windows 10 21H2 (19044.1766) **Linux distribution:** Ubuntu 20.04 **Kernel version:** 5.10.102.1-microsoft-standard-WSL2 **Genie version:** genie 2.4 **Describe the bug** Genie 2.4 by default installs `/usr/lib/binfmt.d/WSLInterop.conf`. This file...
Ref: - bd029063 Added (2/2) of binfmt fix per https://github.com/arkane-systems/genie/issues/142. - #142, regarding problems with WSL interop and `/proc/sys/fs/binfmt_misc` inside the bottle. I understand that genie is not designed to...
Consider this snippet based on `broccoli-test-helper`: ```js let tree = new babel("src", { unknownOption: true }) let output = createBuilder(tree) try { await output.build() } finally { await output.dispose() }...
Please maintain a set of older versions of genie in this repository, rather than only including the latest and greatest version. This change would be helpful, because - for example:...
In ItemRack version 3.77 (latest as of reporting this issue), when an equipment slot is empty but enabled to indicate this slot should be unequipped, ItemRack starts adding tooltips to...
Summary: ```javascript import Tinycolor from 'npm:tinycolor2'; let invalidColor = new Tinycolor(''); let clonedColor = invalidColor.clone(); let shouldBeTrue = invalidColor.isValid() === clonedColor.isValid(); // however: shouldBeTrue === false! ``` When an invalid...