Sid Garimella
Sid Garimella
Ah, alright, thanks for checking it out. Will see if I have any options with a electron-osx-sign script of some sort. Wasn't too sure what I was doing frankly but...
I needed to comment out the following lines in WebRtcSession.cs to get the example working: ``` Spitfire.OnDataChannelConnecting += Spitfire_OnDataChannelConnecting; Spitfire.OnDataChannelClosing += Spitfire_OnDataChannelClosing; Spitfire.OnDataMessage += Spitfire_OnDataMessage; Spitfire.OnDataBinaryMessage += Spitfire_OnDataBinaryMessage; ``` Also...
Will try and spin up a repo later. I'm currently trying to use Scalar in [Nextra's](https://nextra.site/) docs template, which would be one way to hit this error.
I get these logs telling me to "rename a directory" every time I boot up zed, might be related: ``` Language server error: tailwindcss-language-server failed to execute npm install subcommand:...
+1! I'd prefer something simple, just an `/undo` to restore any file changes and conversation history back to the last user instruction. And maybe a `/revert` to go back (restore...