Pierre-Alexandre

Results 7 comments of Pierre-Alexandre

Gantt chart for GitLab issues is now a reality: https://gitlab.com/clorichel/ganttlab For the record, after trying with a fork of this repository, with a fork of https://github.com/mozilla/mozilla-advocacy-gantt, I decided it would...

Same, annoying & time consuming issue here 😞 Issuing `CTRL+C` won't stop that loop πŸ™ƒ so we keep on firing `killall node` as a workaround. ⚠️ Ignoring `node_modules` might not...

Reading https://twitter.com/coqui_ai/status/1495830121466327043 I was super excited πŸ€— but I did NOT manage to get 🐸STT running _directly_ on my M1 Mac. Node.js user here, using the [`web_microphone_websocket` example](https://github.com/coqui-ai/STT-examples/tree/r1.0/web_microphone_websocket) running `node...

@bartmentech I'd definitely upvote and help a PR πŸ€—

Here's how to get around it. Assuming you have a `stack.yaml` that you deploy with a CI tool, say through bash: ```bash THE_STACK_NAME="my-cognito-stack" THE_DOMAIN_NAME="auth.yourveryowndomain.org" # get the alias target #...

Exact same scenario here: can't get any `.vue` file to be parsed if this file's template contains a `class`. An `App.vue` that is parsed without a problem: ``` import {...

Had a similar issue while changing a machine hostname after microk8s installation. Issuing `sudo microk8s reset` did NOT help, because it said a multi-node cluster cannot be reset πŸ™ƒ What...