森田一世

Results 10 issues of 森田一世

コマンドからatcoderにログインして、セッションを保存できるよう`atcoder-tools login ` のような形か環境変数からユーザー名、パスワードを取得してログインできるようにしてほしい ## 理由 dockerfileでAtcoder用のコンテナを作る際などにdockerfile内でログイン等の設定ができるようにしてコンテスト開始時にログインをする必要をなくすため

main.nim にコードを書いて `atcoder-tools submit --code main.nim -u` とコマンドを打つと、提出はされて見かけ場は正常だが終了コードが255で終了するためエラー扱いになる

[Enter steps to reproduce:] 1. Press cmd+i to run script **Atom**: 1.44.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.2 **Thrown From**: [git-plus](https://github.com/akonwi/git-plus) package 8.7.1 ### Stack Trace Uncaught TypeError:...

When I edit `config.nims`, like following with vscode-nim, ```nims task hello, "hello": echo "Hello" ``` It shows errors ![image](https://user-images.githubusercontent.com/15924606/126030771-52cb061d-6cfa-43fa-be58-139a1799749c.png) So, I want to edit nimscript without showing error.

First of all, Thank you for making a great xlsx manipulating library. ## What to do Using your library, I am trying to make a module that checks if two...

fixes #3799 I made an additional property `sub_print_schema` in `diesel.toml` to output multiple `schema.rs`. Tables included in the output code of `sub_print_schema` is first filtered by `print_schma`.

Because of syntax difference in regex validation between Validator and schemars, compile error occurs when using regex. In validators, ```rust #[validate(regex(path = *RE_TWO_CHARS))] ``` While schemars, ```rust #[validate(regex(path = "RE_TWO_CHARS"))]...

According to `@node-rs/deno-lint` was now placed in deprecated for some reason. So, I think changing markdown or renew deno-lint is needed. https://github.com/napi-rs/node-rs/pull/852

## Summary When removing a dependency that outputs NAPI from entry point, the type information does not update accordingly. This issue causes inconsistencies and potential errors in the type definitions,...

**Is your feature request related to a problem? Please describe.** I'm always frustrated when the npm package size is larger than necessary due to included files that aren't required for...