webgoto

Results 5 issues of webgoto

**Describe the bug** Downloading with yt-dlp.exe using spawnProcess shuts down the app. A statement like this is displayed. neu: WARNING neutralino-win_x64.exe was stopped with error code 3221226505 **To Reproduce** `let...

bug

It might be useful to have the ability to extend the Data Type Declaration. We can now choose [String],[Bool],[Int],[Number],[Object],[JSON] etc. **For example, specify your own type with the following method**...

### Behaviour #### Steps to reproduce this issue 1.Log in to any site. 2.Starting Brave on Another PC from USB. #### Expected behaviour > Be logged in. #### Actual behaviour...

:bug: bug
:eyes: upstream

### indexeddbでtable(store)が生成されない 便利なプラグインを作成いただきありがとうございます! データベース'test'が存在しない状態で ```js kvsIndexedDB({ name: "test", version: 4 }); ``` のようにversionに1より大きい数を指定した場合、 データベース'test'は生成されますが、 table 'kvs'が生成されません。 version: 1を指定した場合は正しく table 'kvs'が生成されます。 ソースのこの部分を下記のように、oldVersionの判定を追加する形にするとバージョンが大きい場合もテーブルが生成されるようになりました。 https://github.com/azu/kvs/blob/bd85ca1e2b31c32bcf52f780727f971db115aab7/packages/indexeddb/src/index.ts#L39 ```diff - if (!newVersion || newVersion

https://github.com/yytypescript/book/edit/master/docs/reference/values-types-variables/type-annotation.md 素晴らしい解説書を作っていただきありがとうございます。 このページ内に「JavaやPHPなどの言語も変数に対して型を宣言できますが」とありますが、PHPでは関数の引数や戻り値の型は指定できても、変数の型は指定できなかった気がします。 もし誤っておりましたら申し訳ありません。

type:誤植
stage2:着手可
volume:S