Fu

Results 7 issues of Fu

``` class MyView(web.View): async def get(self): return await get_resp(self.request) async def post(self): return await post_resp(self.request) app.router.add_route('*', '/path/to', MyView) ```

enhancement

tab.yml config is awesome,but can tab.yml config the init commands of each tab: for example: ``` repo: proj doc: "my project" tabs: - tab: run dir: src/ doc: "runs the...

enhancement

``` :NeoTreeShow symbols :NeoTreeShow calls ```

enhancement

- multipart/form - x-www-form-urlencoded - plain/text - transfer file - websocket

there is a react aframe example, but there is not a vue3 aframe example

### Description `integer` type's constructor name is `int`, `string` type's constructor name is `str`. ### Use Case if integer and string type constructor name is same as type name, It...

feature request
scripting