Diamond
Diamond
I think this PR conflicts with #2. If we pass around C pointers (as Go pointers), then we cannot attach finalizers on them.
Am I guessing this correctly that, in this solution, the Go object pointer would be globally stored until a destroy signal is sent over, which will then pop the object...
I definitely have to fix this eventually. I don't use Docker at all, so it's not something that I have to fix for myself, so it's easy for me to...
This is pretty tough. You'll need to use `gdb` to figure out what that instance is and potentially what the handler is. It might be buggy signal destruction code caused...
> Can you list some examples that use the `discordmd` package in the `README.md` file. I can, but that's probably not a very high priority of mine right now. I'll...
As a side note, I had to make this adjustment to get `chromedriver` working with the program: ```diff diff --git a/measurements/rtings/rtings_crawler.py b/measurements/rtings/rtings_crawler.py index fc2b20663d..631ab9f3eb 100644 --- a/measurements/rtings/rtings_crawler.py +++ b/measurements/rtings/rtings_crawler.py @@...
Also as a side note: a `shell.nix` file for future use: ```nix { pkgs ? import {} }: let deps = (with pkgs; [ python3 ghostscript chromedriver chromium cairo libsndfile...
Moved to v4.
> I've considered supporting both a nix-shell and doing a global installation when making this package. For me, the global installation was more convenient because otherwise you need to specify...
> Can you please elaborate how I can supply packages to install for this action from `shell.nix` file? You can't. This issue is discussing how this should be implemented. There's...