Yad Smood

Results 404 comments of Yad Smood

NewUserMode 部分的评论可以都忽略,这本来就不是 rod 的合理用法,只是可能能成功的 hack,不应该寄希望于此。 我意思是这个应该 work,但是白屏了,这是 chromium 的 bug:https://github.com/go-rod/stealth/issues/28#issuecomment-1558435303 你就算不用 rod,也会白屏的,这显然就不是 rod 的问题了。

是的,我前面的回答也提到了 > 你可以自己慢慢调试 flag

You can add it to whitelist: https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26#:~:text=Go%20to%20Start%20%3E%20Settings%20%3E%20Update,%2C%20file%20types%2C%20or%20process.

https://github.com/go-rod/rod/issues/928

Can Haskell write something like this? `foo :: (String a, Number | String b) => a -> b -> a` https://github.com/ysmood/nokit/commit/62b8206bec7e66583043e0baf468f1f77fcfb470#diff-7fba45d6a4d001d6dd7d3667b877af1cR25 Is System F not a HM style type system?

No, I don't want that. I just want to draw some ideas from HM. See the DSL part of my commit. I intend to invent a recursive way to express...

It's only on a draft stage, when it's implemented in the `nokit`, you will get a precise purpose of what I want.

I use HM to remind me of some basic type concepts. When people mention HM, it can be a [type system](https://en.wikipedia.org/wiki/Hindley%E2%80%93Milner_type_system), not only an algorithm, and I say `HM Function...

So what's your plan to implement it?