Wez Furlong
Wez Furlong
The rule hash is present so that the code that synchronizes the state from TSA can avoid making a duplicate entry. It is a hash, which means that it is...
That example is a somewhat contrived single-use example for `whoami`. A real program will probably keep the slave side around for longer, and manage the lifetime of the various parts...
I'm also seeing this, here are the errors from docker: ``` @calcom/web:start: RangeError: Invalid key length @calcom/web:start: at Cipheriv.createCipherBase (node:internal/crypto/cipher:122:19) @calcom/web:start: at Cipheriv.createCipherWithIV (node:internal/crypto/cipher:141:3) @calcom/web:start: at new Cipheriv (node:internal/crypto/cipher:249:3) @calcom/web:start:...
traced it via https://github.com/calcom/docker/issues/183 to not setting the encryption key correctly in the .env file
This should be resolved now in `main`. It typically takes about an hour before commits are available as nightly builds for all platforms. Linux builds are the fastest to build...
On macOS, the system won't let you open a window larger than the screen will allow and will resize it smaller, so my initial suspicion is something like that, depending...
Can you talk me through what is happening in the log? It looks like the window is opened at 160x32 on the retina display then is resized after being created...
Thanks; I think the issue lies within this code: https://github.com/wez/wezterm/blob/730c41b7e371947c0a8d883534fff7d71b3e8a9f/window/src/os/macos/window.rs#L490-L509 I think it probably needs a little bit of smarts to avoid assuming `0,0` as the coordinates to use for...
I made a change that may help with this. It should be available in the next nightly build in about an hour from the time this comment is posted. Please...
Can you try a recent nightly build? I think this has been resolved as part of: * https://github.com/wez/wezterm/issues/3503