Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrapbox: 指定したページが更新されても通知が来ないようにする #229
base: master
Are you sure you want to change the base?
Scrapbox: 指定したページが更新されても通知が来ないようにする #229
Changes from all commits
3af7d47
72aec15
6b48a20
1bf5b2c
c7dd4dd
8a2141e
5ca1d05
b6c6f6b
4b93a9a
e5a0d0e
1444120
3c092fd
2528f13
13895cf
5ee0278
fbe0c7e
b8d06ef
9b6a7fe
70e3e86
6457b81
3ac7c6b
6943983
db48f9f
1c9178d
f3aab4e
c257e5c
2d5045d
a4c5590
1244809
d3b9f5a
c83d003
5f6b6ad
cbc5f2f
93aadce
8ed67dc
6e16349
2cead8b
a20913e
f435b6d
2e717b0
90e2ba8
c2977de
17642d4
2c20353
c3f17a0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question] うーむ⋯⋯⋯⋯ fastify, ルートハンドラがthrowした場合はちゃんとinjectの結果をrejectしてくれると思ってたけど、どうだろう⋯⋯? (実際にこの行をコメントアウトしてもfastify.test.tsのテストが通る)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
びっくりしているんですが,上にある
throw Error
をコメントアウトしても通っていて,少なくともテストコードはバグっています:ojigineko-superfast:There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
え〜この行無くても動くな どうして昔握りつぶされてInternal Server Errorしてたんだ??????
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[question] strictNullChecksが入ってないので現状意味のない指定だと思いますが、大丈夫ですか
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
将来誰かがstrictNullChecksをしたくなった時用に
lib/scrapbox.*
はstrictNullChecksでも通るコードになってるんですが,どこかにその旨書いた方がいいですかねThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほど、まあ意図があるなら大丈夫だけど、現状のプロジェクトの設定では検証できない制約をソースコードに課すのはあまり良くない気もする