Rick van Hattem
Rick van Hattem
It would be great if there would be tags above the table to easily select all codes related to hours/days/etc.
Very nice workflow :) Perhaps one nice addition would be to add support for wrapper scripts like tmx (here's my version: https://github.com/WoLpH/dotfiles/blob/master/bin/tmx) which automatically launches a new tmux session and...
Generally not that problematic ofcourse, but because there are `._.....html` files in the package my `compile_templates` function (which compiles all `.html` files to `.pyc` files) breaks completely.
First of all, this project is awesome! I don't understand why it doesn't have more traction. It's certainly more convenient than https://github.com/niwinz/django-jinja Anyhow, for more Django tag compatibility it would...
I've made a basic definition which should do the trick :) ```typescript // vue-typeahead-bootstrap.d.ts declare module 'vue-typeahead-bootstrap' { import {Component} from 'vue'; interface Props { append?: string; autoClose?: boolean; backgroundVariant?:...
Most of the features in this library don't need the `numpy` library and it's an awefully heavy dependency to install on a lighter system. I absolutely love numpy but it's...