Ben Webber
Ben Webber
Thanks for the report. We shouldn't expect a response from Tunnelblick here because we use Finder to open the default application for the configuration. Despite the error message, Tunnelblick did...
> We have also talked about ensuring XeLaTeX and LuaTeX compatibility through CircleCI That's already set up 😄 CircleCI apparently doesn't build PRs from forks automatically. That is probably why...
> However, since Overleaf is on 2017, that may mitigate the issue somewhat. Can you tell if the modules available on Overleaf are up to date (for 2017) or part...
> As for adding it the target label, is there not an easy way to convert the provided spell name to convert to lowercase and change all other punctuation to...
It's also easy to write a "slugify" function in Lua and use LuaTeX (I've done this locally). I've also used Lua to replace the dice calculations (it's faster than `fp`...
We're using a [`connection_created`](https://docs.djangoproject.com/en/dev/ref/signals/#connection-created) signal receiver to work around this issue without downgrading or patching mysqlclient. This executes *after* the problem `SET NAMES` statement mentioned in @vsalvino's PR. ```python @receiver(connection_created)...
In order to measure integration test coverage, it may be necessary to run Jest *inside* TiddlyWiki instead, similar to how the upstream test harness runs Jasmine. That way Jest can...
We are experiencing the same issue. I wonder if it's because we have an older Gemfury account. This option is enabled under our organization settings: ![Screen Shot 2024-04-04 at 14...