Spencer Phillip Young
Spencer Phillip Young
This should now be fixed in v1
v1 introduces better compatibility for freezing. There is also a fallback to string constants if templates aren't packaged for any reason.
Closing this as the project will have a completely new underlying mechanism in v1
clip_wait is now implemented and released in v1
A problem we ran into with deleting the latest tag in order to push again is that, if your production services pull from the `:latest` tag, you can get scaling...
Hmm. Yeah. The issue around the menu tray is a known issue. The AutoHotkey code [uses a `FileRead` operation](https://github.com/spyoungtech/ahk/blob/066f33bcb2afdc96c2a6eb40c335bdd8b525771e/ahk/templates/daemon.ahk#L2836) to receive commands from Python. Unfortunately, the implementation used in AutoHotkey...
Well. Maybe not out of my hands so much as it's been too tall of a hill to climb to fix the blocking aspect of reading commands. But that could...
Coming back around to this. One possible method to deal with this is to implement a communication method that is nonblocking on the AutoHotkey side. I had [experimented with named...
It would also be nice if interfaces/protocols could be runtime checkable. ```python @jsii.implements(aws_cdk.IAspect) class ConfigureConnections: def visit(self, node): # Raises error # only protocols decorated with `@runtime_checkable` can be used...
Using system colors, dark mode might look something like this:  (or colors might inverse)