You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to create a cache of code tags to make the build process of the afc's faster.
We could call pygments directly from tubaina (and drop minted) , or create a wrapper of pygments which would be called by minted.
This cache could be placed at ~/.tubaina/codecache/ and each time you need that code you should check a hash from that code and verify if there is already a file for that at the cache dir.
The text was updated successfully, but these errors were encountered:
It would be nice to create a cache of code tags to make the build process of the afc's faster.
We could call pygments directly from tubaina (and drop minted) , or create a wrapper of pygments which would be called by minted.
This cache could be placed at ~/.tubaina/codecache/ and each time you need that code you should check a hash from that code and verify if there is already a file for that at the cache dir.
The text was updated successfully, but these errors were encountered: