DaOfficialWizard
DaOfficialWizard
Xterm now broken again, new Xterm API does not have `.on` method.
any head-way on this?
Hey! Thanks for responding so quickly. I will test this and get back to you :)
It seems to be working, but now _all_ of my projects fail to create tools: ```bash CreateTool ⚙️ Function Output Error: Request timed out. ``` Then it continues to try...
I have tested, the same issue still persists - however it is happening less often. I can now create tools again - as long as I keep the scope barebones...
How is this going? Would love to see a Rust SDK for server-side ;)
so, this is an easy fix You can either fix this yourself - or use this [pull request](https://github.com/ChrisTitusTech/powershell-profile/pull/17) Download the scrpt, or copy the contents into a `.ps1` file onto...
@ChrisTitusTech the `-ne "True"` is not required at all and breaks on most peoples setups (_including mine_) So, instead you should remove those args and then do a boolean negation...
I second this - i would love to have SVG support. Right now images look pixalated when resized to fit the veiwport.
> Yes, i am aware of the ImGui method - i was using `ImGui::Image(m_Image->GetDescriptorSet(), { (float)m_Image->GetWidth(), (float)m_Image->GetHeight() });` to display the image as well as the simple: `ImGui::Image(m_Image->GetDescriptorSet(), { (float)64,...