chutuananh2k

Results 8 issues of chutuananh2k

Xenforo vhost support Source: https://www.nginx.com/resources/wiki/start/topics/recipes/xenforo/ Example: `server { server_name localhost; root html/xenforo; index index.php index.html; location / { try_files $uri $uri/ /index.php?$uri&$args; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_param...

I want to implement the "saved search" feature where use can save their search filter and use it later. I search the docs but didn't found any way to save...

The generated file generate `InvalidType` for `TextDirection` which is an enum. ``` @CopyWith() class AppThemeData { // ... final TextDirection? textDirection; const AppThemeData({ this.textDirection }); AppThemeData.Default() : textDirection = TextDirection.ltr;...

- Tome should define return type as well. - Params/return metadata should provide a presentation field, borrow from html. For ex: ``` paramdefs: - name: path type: string view: input...

feature

A session is a real-time communication from an operator to an agent. These connections can be handled by an intermediate server. Some module/tome will require a session to work. For...

feature

All example I found using a fixed number of nested children but I want to dynamically add/remove item. Any suggestion to implement this feature?

Sometime we want to store query for later use, for example, to implement "saved search" feature. In my case I want to store the query and do cron job on...

Support tab control where `create window` place the window in a tab control.

help wanted
desktop_multi_window