2024-05-15 17:27:54 大破の投稿 musashino205@mstdn.maud.io
icon

このアカウントは、notestockで公開設定になっていません。

icon

MatrixRTC って今年ようやく相互に使える感じになったやつなのかってなってる

FOSDEM 2024 - MatrixRTC: The Future of Matrix Calls
https://fosdem.org/2024/schedule/event/fosdem-2024-2876-matrixrtc-the-future-of-matrix-calls/

icon

python - What are the scoping rules for exception handling? - Stack Overflow
https://stackoverflow.com/questions/69465045/what-are-the-scoping-rules-for-exception-handling

ふーん

icon

except/catch/rescueみたいなやつがスコープで区切られてないのマジでキモい無理

icon

なんでexceptで手前の変数の定義ごと消すんだ

icon

昨日twitter.comで見たこのpythonのコード、挙動キモすぎてキモい

e = 1

try:
  0/0
except ZeroDivisionError as e:
  ...

print(e)

icon

A: "oddly…"
B: "absolutely vivid"

suki

2024-05-14 23:44:59 ᠎の投稿 domi@donotsta.re
icon

このアカウントは、notestockで公開設定になっていません。

icon

actions/setup-node、もうv4ですよ