Friedrich von Never
Friedrich von Never
Нет, `None` и `None` сравнивать нельзя, они разных типов. Вот пример из `ghci`: ``` Prelude> let x = Nothing :: Maybe String Prelude> let y = Nothing :: Maybe Int...
Ну да, мне тоже кажется, что этого было бы достаточно. Наподобие того, как работает `Enumerable.Empty`.
Скажу честно - я был изначально против такого блока. Но в современных языках есть аналог (`import` в scala, `with` в JavaScript и в Pascal). К тому же, я обсудил этот...
Thank you, that project looks really promising.
Oh, that's interesting. Which Office version do you use? Does it reproduce on any documents or only on particular ones?
Okay, if you have a patch that fixes the issue for you, I would consider merging that. Especially if you're able to get the Word version and make the changes...
If anyone here is aware of any public CI server supporting M1 Mac (or how to cross-compile the binaries onto M1 Mac from a "normal" one), I'd be happy to...
Hello! I am currently satisfied with 64-bit binaries for all platforms, so I have no personal plans to add 32-bit builds to the project. But if you wanna help, I'd...
Ow, that's painful. How do you use the package? Using .NET or something else, like Node.js? I am asking because for .NET I'll have to figure out how to pack...
I think I'm ready to start working on libssl3 binaries (ubuntu 22.04-based), provided that tdlib itself is compatible with that version.