Diogo Oliveira de Melo

Results 11 comments of Diogo Oliveira de Melo

Hi. I had a similar issue. So I wrapped strapdown.js into a function that I can call when it is convenient. Here is my fork https://github.com/dmelo/strapdown/tree/dmelo . Now, you have...

I also tried on Ubuntu 14.04.2 . Same result. On the pull request I explain what I think is happening.

Any update about this issue? Its happening with me as well. Update: In my case, the server was configured to turn off screen after 5 mins of inactivity. I have...

Similar problem here. I'm using gnome-terminal, with zsh. When I press arrow up/down on an interactive command (`pulumi up` in my case), atuin intercepts and breaks the execution. ![2023-05-03_18-05](https://user-images.githubusercontent.com/89710/236049997-530ae8e0-cfaa-4d56-b425-98ac838f3141.png)

I was able to get sonoma, after upgrading from Big Sur. But I'm having the same problem as @Lorena301 . The interface is not responding to mouse and keyboard. Any...

Does it works? Because I have the option to update on Ventura. It downloads the updates, but breaks at some point.

Sonoma is now supported :partying_face:

I see here that the simulator works fine. If I try and use Chrome it also works. But I have that problem you described with Safari and Flipper. It would...

@micartey , if you don't have `/dev/kvm` its likely that you still need to enable virtualization on you bios. Besides that, I followed this guide and it worked for me...

Is it a folder? Its suppose to be a device: ``` ❯ ls -lhat /dev/kvm crw-rw-rw- 1 root kvm 10, 232 Jul 4 09:21 /dev/kvm ``` See the char "c"...