Results 87 comments of Hecatron

Just stumbled across this I think there isn't a dark mode since bulma isn't a material based design so you can use whatever you want There's a bunch of themes...

In that case I'll stick to using subprocess for now. Should I leave this open as an enhancement request for an API? or do you want me to close this...

It would probably be easier to use PARTUUID instead since that way you wouldn't need an initrd to read the filesystem and it would use the partition id instead ```...

Just to add, one of the big reasons for Yarn 2's pnp system can also be disk space usage. I was using pnpm originally for some of my projects (which...

Just to add, what I'd recommend at some future point is the use of the dotnet cli tool that's part of .Net core. That's not to say you need to...

I think the main thing is to focus on getting it to work under one platform then worrying about other platforms afterwards. Without template functions / class's which is something...

I'm not working on Gtk or the GtkSharp code per say. Instead I'm working on the build scripts that surround GtkSharp to make it more portable / usable on .Net...

Thanks for adding QtQml support that's awesome

Some of the stuff within QT uses templates such as ``` display->findChild("bar"); display->findChildren(); ``` In order for that to work in C# you need to translate it across to generics...

Thanks for the info, I've now set it up to redirect CppSharp's Diagnostics across to LibLog / Serilog so now it picks up on the different levels of log message...