mambrose

Results 12 comments of mambrose

@cgutman Just dropping by to give my thumbs up to the `powera` branch as well. Works swimmingly! Arch 4.10.8-1 with Steam (native runtime).

I'm working on a PR for this. Mostly made this issue as a placeholder to inform others it's being worked on.

Do you have any examples of this not working on PHP8? I'm on 8.0.6 with no problems.

I had this same issue with [PayPal Payments](https://woocommerce.com/document/woocommerce-paypal-payments/) The issue stemmed from the fact that this plugin (cart-stock-reducer) uses the following to skip checks during checkout/payment steps: https://github.com/jamesgol/woocommerce-cart-stock-reducer/blob/c1a87b41e6ced080ce7fe0612e164841d061544f/includes/class-woocommerce-cart-stock-reducer.php#L1064 https://github.com/jamesgol/woocommerce-cart-stock-reducer/blob/c1a87b41e6ced080ce7fe0612e164841d061544f/includes/class-woocommerce-cart-stock-reducer.php#L1103 The...

https://github.com/schoolpost/BlueMagic32/blob/135b9533aecc392a06cbcd1e9829963770ef453c/README.md?plain=1#L153-L159 Reading through the dev docs here: https://documents.blackmagicdesign.com/DeveloperManuals/BlackmagicCameraControl.pdf I don't see anything about the HFR functionality (granted BMD hasn't updated that document in a while so it may exist but...

@SwooshMihu that's because of this line: ``` BMDConnection.clearPairing(); ``` Remove this line and reflash your device. This is only used when you want your stick to 'forget' your camera.

I've done some poking around without much luck. I noticed the hidden property you're talking about but it's really only ever used by the `aggregate()` method on the `CommandBase` class....

This is probably related to #38. The heatmap file missing only breaks the heatmap. The problem @ckmaresca and @teewhey mentioned about the page only loading once is the signature symptom...

I've developed some of my own work on this with changes to both Resque Board and php-resque-ex At this point all stdout is captured and stored to Mongo and is...

@Techbrunch Sorry, apparently I don't check my github notifications very often. I haven't touched this code in a long time but it still works well. Check out the following repos...