chiu0602

Results 15 issues of chiu0602

To enhance security, I store the token in cookie with following code: ``` class Settings(BaseModel): authjwt_token_location: set = {'cookies'} ``` If the tokens are stored in cookies, they are not...

Suggest options-open accepts an URL string e.g. for `'admin'`, open browser 'http://127.0.0.1/admin'

enhancement
investigate

After chosen a file to upload and press "tick", the field become empty. The behavior can be seen under section "HTML5 inputs - demo" on demo page [http://vitalets.github.io/angular-xeditable/](http://vitalets.github.io/angular-xeditable/),

As title, a wish. Detail: [https://www.tradingview.com/script/GcbLcwG7-MACD-Zero-Lag/](https://www.tradingview.com/script/GcbLcwG7-MACD-Zero-Lag/)

enhancement

I would like to develop the project with typescript. However, the gulp files are too advanced for me to modify. Anyone can help? Thanks!

I would like to change z-index for the dialogs such that the dialog brings to top when clicked. However, focus event fires once and cannot be triggered.

bug

I start the bot by 2 workers, error is shown ``` const tg = new Telegram.Telegram(BOT_TOKEN, { workers: 2, webAdmin: { port: 7777, host: "0.0.0.0" } }); ``` > [log]...