bowtie
bowtie copied to clipboard
:bowtie: Create a dashboard with python!
Main use case is to have links in divs so the links can be embedded in text. Using links like this will help with single page apps with multiple views.
By default there is 0 border around the edge of the screen. This is visually unattractive and there is no way to change it with the bowtie API. This is...
It's clunky having to set the size of each row and column individually. It would be easier to read and write to set them in one line. For example let's...
Use Case: 1. Allow deeplinking and sharing links. - [ ] for appropriate controllers, option to use query param - [ ] when loading page, if there are query params...
```python-traceback --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in () ----> 1 get_ipython().run_line_magic('bowtie', 'app') ~/miniconda/lib/python3.6/site-packages/IPython/core/interactiveshell.py in run_line_magic(self, magic_name, line, _stack_depth) 2093 kwargs['local_ns'] = sys._getframe(stack_depth).f_locals 2094 with self.builtin_trap: -> 2095 result...
not sure how easy this will be, but it will add assurance that refreshing hopefully works or at the very least doesn't break the app. ## Basic test structure: 1....
https://yarnpkg.com/lang/en/docs/yarn-lock/ will make for consistent js environment other than node and yarn of course. - [ ] release process to create yarn.lock from package.json - [ ] use yarn.lock instead...
# Reference https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html
Advantages: 1. Automatic python dependency management. 2. Consolidate requirements into one file. Disadvantages: 1. Learn a new tool, (leaving flit). https://github.com/sdispater/poetry
So I don't forget about it, should we switch to https://github.com/parcel-bundler/parcel. - [ ] What do we gain by switching? - [ ] Is this the community direction?