Vincent Agnano
Vincent Agnano
[This doc](http://pytest-flask.readthedocs.io/en/latest/features.html#client-application-test-client) expresses that we can access `session` without any extra context manager. However the following code does not return any session key (session is empty): ```python from flask import...
Some functionalities need to extend Lego. However writing these functionalities to the core will enlarge the size and might not interest all users. One of the extension would be to...
Lego supports passing strings, arrays, objects… to children. They should be passed as attributes as so: ``` this.init() { this.state = { user: {fistname: "John", lastname: "Doe"} } } ```...
Test SSR
[Sounds like](https://dev.to/steveblue/server-side-rendering-web-components-320g) webcomponents could be rendered on the server side. Even ShadowDom. This may be worth a try!
The way Lego is used now may be confusing. The module way is not obvious while it should be the way to go. goal: ```html hey ${state.name} export default {...
[Tauri](https://tauri.studio/en/docs/about/intro) is a robust alternative to Electron. Lego may be very adapted as Tauri is also make to run fast. A testing and demo could be great to have!
https://github.com/vaadin/router is a router considering webcomponents. How does it behave with Lego?
In React one can do `` to pass all parent attributes to the child. How to do this with Lego?
**Describe the bug** Starting a brand new project from Docker Compose with latest version raises the error in tititle **To Reproduce** Steps to reproduce the behavior: 1. Run the instruction...
Seems like there's no more activity here. Shouldn't this be removed from npm and deprecated from here?