PathToLife

Results 6 issues of PathToLife

This really sucks.. I can't seem to run "yarn electron-builder" Is there a way to fallback if the github server goes kaput? Seems like this repo isn't online.. ### cannot...

![deprecated class](https://i.imgur.com/Nx2nCE0.png) I'm using magento 2.3 with php 7.2. > OLD extends \PHPUnit_Framework_TestCase > NEW extends \PHPUnit\Framework\TestCase > OLD getMock() > $this->_request = $this->getMockBuilder()->disableOriginalConstructor()->getMock();

Hi, I was wondering if we have a way to unset gtag once set? ``` ReactGA.gtag('set', 'user_properties', { app_uuid: userDetails.uuid, }); ``` Related https://github.com/PriceRunner/react-ga4/issues/18

https://github.com/Seikho/node-chess/blob/7bb87963e5334233451dc211c1fa39a0e93b6668/src/engine/instances/classic/rules.ts#L88 fix on my branch is: ```js boardState.moves.filter((move) => { if (move.isWhite === checkWhite) return false; return kingSquare && move.to.file === kingSquare.file && move.to.rank === kingSquare.rank; }); ```

Hi there, This is a friendly request to reopen issue #1003 build for Apple Silicon. Issue was closed pending release of QT 6.2 for LTS https://github.com/plexinc/plex-media-player/issues/1003#issuecomment-747026986 https://bugreports.qt.io/browse/QTBUG-85279 QT 6.2 Support...

See https://github.com/aholstenson/miio/issues/222 ==add Bedside Lamp support== miio/lib/models.js //in module.exports add one line 'yeelink.light.bslamp1': YeelightColor, ==fix color temperature setting== abstract-things/lights/color-temperature.js //line 54~55 -- if(! isDeepEqual(this[colorTemperatureRange], range)) { -- this[colorTemperatureRange] = range;...