Lucas Johnston Kurilov

Results 23 comments of Lucas Johnston Kurilov

@AmySteam Thank you! I do indeed – though given 116 isn't stable yet we've moved away from sidePanel until it's stable and the API is widely available

To be super clear this means the current `calcom` build is effectively broken for new set-ups, as you can't login as an admin without configuring 2FA. Feels like there should...

As a short-term fix, I'd propose changing the `CALENDSO_ENCRYPTION_KEY` generation instructions from: ``` openssl rand -base64 32 ``` to ``` python -c "import random; import string; print(''.join(random.choices(string.ascii_letters + string.digits, k=32)))"...

Conscious it's been a year, is there any update on this @nikhilty / @agrinman?

You're right to point out that macOS already supports TouchID with `sudo`, but to do so requires a system config change (editing your `/etc/pam.d/sudo` file). ~~This means that you will...

From the readme: > "If you don't have a Mac with a biometric sensor, sudo-touchid will fail" If you're overriding your system's sudo, then you will not be able to...

Hey @kidylee, I've created a new fork of this repo which fixes this issue 🙂 Just pushed to homebrew so you can install – feel free to take a look!...

Hey @brandonryan, I've created a new fork of this repo which _should_ have fixed this issue 🙂 Just pushed to homebrew so you can install – feel free to take...

I have specifically found the planning agent has repeatedly started to change code by itself, this just happened again: This has coincided with a massive regression of Plan Mode's functionality...

Hi @MarkEdmondson1234 – I understand the difference between sessions and events, but you _can_ still create segments at the session-level in the GA4 UI. I understand filtering can be done...