Brandon Orther

Results 24 comments of Brandon Orther

We're currently doing a lot of refactoring/cleanup to be more inline with ARc to solve the majority of our pain points we've encountered... The current active site being www.soworganic.com (only...

@diegohaz do you have any opinion on libs or file/folder organization for i18n in ARc project? One of the project in my company that we use ARc architecture needs localization...

Thank you for taking the time to craft this thoughtful thorough response! It gives me a more perspective and will definitely help me make a decision. Thank you!

I'm running into the same issue. Here is the full output of the `a11y` job: ```shell #!/bin/bash -eo pipefail node ./.circleci/proof-a11y.js % Total % Received % Xferd Average Speed Time...

I have a NUC11PAHi7 and that was fixed in 8.2.1 release for me. I still haven't gotten Xen-ng installed because another issue related to the video drivers. I believe Intel...

There’s a new [NUC Test 2 ISO](https://users.ntplx.net/~andrew/xcp/) that works on my NUC 11 w/ i915. You can find out more about it on this [XCP-NG community forum thread](https://xcp-ng.org/forum/topic/5596/intel-nuc10-nuc11-woes-nuc8-is-alright/68?_=1650889534131&lang=en-US)

I can confirm @vicsanca report that the black screen when relinquish VGA. One thing of note is that the 8.2.1 release did render the GRUB install menu on my Intel...

I've read that the Intel Iris Xe Graphics require kernel version 5.4 or higher and I am seeing that reported for my specific device an 11th Gen Intel NUC i7...

There’s a new [NUC Test 2 ISO](https://users.ntplx.net/~andrew/xcp/) that works on my NUC 11 w/ i915. You can find out more about it on this [XCP-NG community forum thread](https://xcp-ng.org/forum/topic/5596/intel-nuc10-nuc11-woes-nuc8-is-alright/68?_=1650889534131&lang=en-US)

**Why a shim is needed for Electron:** Electron provides built-in modules for developing native desktop applications and those modules are accessed by requiring the `electron` module like so: ``` js...