#rust
Read more stories on Hashnode
Articles with this tag
Hello, I wanted to make a quick blog post regarding my decision to archive the MyStudio IDE project. This project has been a huge learning opportunity...
Hello It's been a while since I've blogged about the IDE. A lot of exciting changes have been introduced to the codebase since my last post in...
Hello, In a previous post, I mentioned using a workaround when dealing with non UTF-8 files. It's about time this was fixed. Let's talk about about...
Hello, This post is about an interesting bug I found in MyStudio IDE which I felt needed to be shared here. Background I was using quick-bt as the...
Hello In this post, I'll show you how I compiled MyStudio IDE project (Rust + GTK) for Windows using GitHub Actions and Docker. Tools Used GitHub...
Hello, I'd recently implemented "Goto Line" feature on my side project, MyStudio IDE and here's how I did it. Background: As a part of building...