HorridModz
HorridModz
> Hotreload is hard. We have so many interdependencies of the current plugin system. I could share some resource if anyone would like to tackle the potential of reloadable plugins....
> Basically the current method I know about hot reloading plugin requires flow to cleanup all references to the plugin assembly. However that seems very hard when I tried it...
By the way, I've been trying to make my silly post-build script work for my FlowLauncher, which is tough because it runs as admin. I ended up with this, which...
> Maybe when you test plugin you don't have to run flow as admin. I am not sure when would you need to though. Yes, but unfortunately my plugin needs...
> What about run visual studio as admin? Doesn't carry over to build commands. Of course, it's pretty easy to just make *powershell scripts* for pre and post build and...
@taooceros Would you like me to close the issue or keep it open? Or maybe assign a label. This is obviously just a pipe dream, so it might be better...
> You can have a look to the [test file](https://github.com/keleshev/schema/blob/master/test_schema.py?rgh-link-date=2024-08-26T08%3A00%3A48Z) for examples. > > Do you have an example of "weird" code or schemas that you are not happy with...
> ok, I now have the same issue. No solution yet but as a dirty workaround you can replace > > ```python > Use(str.lower) > ``` > > with >...
@mutricyl By the way, not to criticize, but I noticed your markdown code snippet looks like this (copy and pasted from your comment): ````md > ```python > print("Hello World!") >...
> I would like to make some keys Optional based on the value of another key. For example: > > ``` > some_things: > access: true > option1: "option" >...