Anthony King
Anthony King
This is useful in other situations, where you want to customise build flags (e.g. `-march=native`) without the overhead of spinning up an entry in the AUR. I'll be digging into...
We're happy to contribute the fix if this is something you're happy to accommodate. Are there any contributor guidelines we should be aware of?
This is still in our internal issue tracker, however during the porting, we implemented a small hack to patch the functionality. This is only tested with Flask/Werkzeug 1.x, so your...
If it's of use, we're using a different way to calculate this internally: ```tf # leave the regex open ended, Aurora, Oracle and SQLServer can all contain characters version_parts =...
We're getting the same issue with Django + gunicorn. Breadcrumbs work as expected when using the debug server. gunicorn config for testing: ```python import os # assumes gunicorn conf is...
I think there's a second issue here, in that the Runner isn't passing Step Outputs into the string formatter for the post-step. [Example](https://github.com/datapane/datapane/runs/7434551949?check_suite_focus=true): Restore-cache ``` ##[debug]Evaluating: format('cache-poetry-cache-v1-{0}-{1}-{2}', runner.os, steps.preinstall.outputs.python-version, inputs.poetry-version)...
agree with your points on this. I think it's probably best to wait until 3.8 for this library. In terms of creating a new plugin, it might be better to...
I'll have some time to look into this this week, and will drop a PR if I solve it.
> It's not tested on Windows – don't have a development machine with that OS/VM. Running tests in CI on Windows sounds like a great idea! @antdking is that something...
This is pretty cool. @fzaninotto I was thinking of migrating the project to use yarn workspaces + vite (esbuild + rollup), move away from tsup + lerna. This will give...