mluisser
mluisser
@hexdream 's solution worked for me. However, the script exits after opening chrome with ERROR Missing authcode.
I'm just noticing that the same call is also present in other examples: - `examples/beanie/app/app.py` - `examples/beanie-oauth/app/app.py` - `examples/sqlalchemy/app/app.py`
> What's the status of this? Moved it forward to master. Works for me.
Should be possible. However command line arguments would be an issue. What has precedence? Needs a bit of thought I guess.
Might be interesting to use this project here which provides tailwind from a binary without dependency on npm: https://github.com/timonweb/pytailwindcss
Alright - solved this for me along the lines of the jekyll discussion linked above. I added a custom filter like this: ``` ruby module Jekyll module TagFilters def count_by_item(input)...