bowtie icon indicating copy to clipboard operation
bowtie copied to clipboard

:bowtie: Create a dashboard with python!

Results 50 bowtie issues
Sort by recently updated
recently updated
newest added

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.

enhancement
user experience

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...

enhancement
user experience

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...

user experience

Use Case: 1. Allow deeplinking and sharing links. - [ ] for appropriate controllers, option to use query param - [ ] when loading page, if there are query params...

enhancement

```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...

bug

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....

reliability

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...

reliability

# Reference https://reactjs.org/blog/2017/07/26/error-handling-in-react-16.html

enhancement

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

low-priority

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?

low-priority