Catoverflow@Reserve
الذهاب إلى القناة على Telegram
SFW, free to forward Links: - Blog: https://c-j.dev - Random things (request to join) https://t.me/+dDmXkeAN6REyZDFl Tags: #research #dream #random #reading
إظهار المزيد300
المشتركون
+124 ساعات
+57 أيام
+830 أيام
أرشيف المشاركات
During class init and converting a nested dict config to nested classes, the code generated by OpenAPI do not perform recursive init.
For example, creating a instance a = A(conf) we have a._subclass_b = conf['_subclass_b'] instead of a._subclass_b = _subclass_b(conf['_subclass_b'])
I tried to raise a issue to OpenAPI generator but I found they have 4k issues open and hundreds of PR waiting. They are pushing the commits quite frequently but only merge those PR from the company.
I guess that's what Open means
#research
一直理解不了 slack 的同步状态
a. 用同样的邮件在一台设备上登录不同的 workspace,workspace 并没有和邮件地址绑定,在另一台设备上需要全部重新登录一遍
b. 在一台设备上修改了帐号的邮件地址和个人信息的邮件地址,在另一台设备上仍然使用旧帐号,并且不同设备的新旧帐号是一致的,都可以互相代为收发消息
