jonschz
jonschz
I have managed to get the code working with quite general `TikZ` paths, including those present in `tikz-cd`. The code is now public at https://github.com/jonschz/tikz-nfold. Any testing would be appreciated,...
Thank you for the kind words! > submitting this directly to PGF instead of a separate package would have its pros and cons. Given that they still have not responded...
You could try to change the length of the command line output, see https://stackoverflow.com/q/1289680. This won't fix the issue for good, but it can decrease the odds and fix one...
Thank you for the response! One further question: Does it make sense to implement this feature in the `legacy` branch, or would it be better to wait until there is...
I am struggling with two issues right now, which may come down to my lack of experience with developing Thunderbird addons. * How do you execute code from the `.jsm`...
Thank you for your input! > You can use ChromeUtils.import() to import a jsm file. While that did not work in `options.js`, I eventually figured out that you can add...
Thank you for the response. The opinion of the members on https://github.com/jellyfin/jellyfin/pull/9043 was different (unless I misunderstood them), what would be your suggestion on how to proceed? On a related...
As the discussion seems stale, I would like to kindly inquire whether there will be a continuation / resolution at some point? If that seems unlikely, is there a chance...
That is a good point. I would be happy to re-publish my code under MIT, and presumably @qwerty12 as well, but the problem is that the plugin template is GPL...
I quickly put together a file based on your test you provided [here](https://github.com/enthought/comtypes/issues/353#issuecomment-1380539500): https://github.com/jonschz/comtypes/blob/967b397981a0a0fc71bfc45430ca7e73c8b05de4/comtypes/test/test_portabledevice.py#L116-L121 Here I use the workaround described above: https://github.com/jonschz/comtypes/blob/967b397981a0a0fc71bfc45430ca7e73c8b05de4/comtypes/test/test_portabledevice.py#L122-L127 As before, a portable device must be connected...