Archonic
Archonic
I did freemium work on Payola, glad to it's already in PR here. @andrewculver any chance you can hit merge on this 😀?
I upgraded to pip 21 and it didn't make any difference. Removing the version requirement as @suhrmann mentioned worked for me. I'm also on Ubuntu 20. I'm not sure what...
On 1.5.2 I've got the following: ``` window.document.addEventListener('turbo:load', (_event) => { console.log("binding turbo:load to domcontentloaded") window.document.dispatchEvent(new Event("DOMContentLoaded", { bubbles: true, cancelable: true })); }); window.document.addEventListener('DOMContentLoaded', (event) => { console.log("domcontentloaded event");...
I've found that on both Buster and Bullseye, the audio output for 3.5mm jack and HDMI is reversed. If you select HDMI it will output 3.5mm and vice versa. I'm...
I've never had issues with this COPY line before but it's happening consistently when building with `load: true` in GH actions. ``` Dockerfile:6 -------------------- 4 | 5 | COPY --from=pandoc...
I haven't found a solution, no. The language of "skeleton tracking" in documentation is confusing because it seems to only be about hand tracking.
Much more important is just getting production online instructions. Will probably start with Heroku, then Hatchbox + DO before K8s (with Dokku)
The webpack compile command built into `rails server` doesn't do any file watching. Just need to reintroduce the webpack service in docker-compose.yml and it'll work again.
I'm also getting a segmentation fault. I'm not sure if it has to do with a python math library. ``` /usr/local/bundle/gems/pycall-1.0.0/lib/pycall/pyobject_wrapper.rb:43: [BUG] Segmentation fault at 0x0000000000000008 ruby 2.5.3p105 (2018-10-18 revision...
I'm not using hpricot but I can consistently reproduce the issue. I can make an example app to reproduce if it helps.