Peter Bierma

Results 89 issues of Peter Bierma

### Improvement Description Styling right now consists of manually writing `style()` tags or loading CSS files. I think there could be a better way that this is done. I have...

improvement
complex
api
delayed

### Improvement Description A more rich, featured version of `view init` should be implemented. It should include (at least) the following: - Git repo initialization - Component setup (#12 and...

improvement
cli
delayed

### Feature description Running a custom build step defined by the user should be supported. This should be callable from the CLI, but also done automatically at runtime. This feature...

feature
advanced
api
cli

### Feature description [ReactPy](https://reactpy.dev/) is a library that is similar to the advanced components API (#12). For batteries-detachable, view.py should support it. ### Feature example API N/A; see their docs....

feature
api

### Improvement Description Static builds is undocumented as of #135. This is due to it having no good place in the documentation until #111 is finished. ### Improvement Request Example...

docs
improvement
delayed

### Improvement Description Much like #136, #138 leaves the feature undocumented. The `markdown` function isn't that useful yet, as to style it would require #12 or #111 for MkDocs. ###...

docs
improvement
delayed

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Path parameters segfault half the time when you try to stress...

hot
crash
complex
c api

### Feature description Automatic deployment setup via the `view deploy` command. Should support several different options, such as `nginx`, `systemd` (running on a Linux server), or Heroku. ### Feature example...

feature
cli

### Proposal: Jinja2 is quite popular when it comes to Python templating. It lets you integrate Python into your HTML with syntax that looks kind of like: ```html Hello, {{...

feature
complex
api
delayed