
Ⲁbdullⲁ
@abdolence
Followers
52
Following
802
Media
74
Statuses
482
Software Developer and Architect. Functional Programming Enthusiast (Scala, Haskell, Rust). All opinions are my own.
Joined January 2017
In case you don't recognise this, this is the default HTML error page from GCP Load Balancer. Can we have a bit better look (I'm not asking JS/CSS - hell no, just a bit more touch not to hurt eyes), please @googlecloud ?
1
1
1
The state of #Scala3 development in @IntelliJScala is still disappointing and it seems the company behind had stopped investing sufficient resources. Is there any way to use Metal without changing IDE? (I use Metal with vim, but vim is an editor, not a fully functional IDE).
0
0
1
The latest unfortunate news about circe json library in Scala makes uncertainties about its future. Didn't expect to ask it in 2021, but any recommendation for JSON library for Scala in the coming years? . @aplokhotnyuk I'm curious if jsoniter is available for Scala 3? :).
1
0
0
Can ask I really politely all of the web site developers? .Please, please, please stop using IP addresses to detect languages when you have my preferences in browser requests and even my settings in cookies. An IP address should be last priority for that. @GoDaddy for example.
0
0
0
RT @IntelliJScala: To support our work on Scala in IntelliJ IDEA do follow @IntelliJScala (please RT).
0
171
0
Sometimes syntax #Rust might be really confusing. Correct me if I'm wrong, but there is no way to define explicitly types for async function reference for variables. All you can do is just use type inference in this case. Is there any reasoning for this, or this is WIP?
0
0
0
Is there any (logical) explanation, why #golang went with this syntax:. > map[string]int.> []int{0, 3}. I know that they didn't like to complicate their language, but in what world that syntax is simpler than just intuitively comprehensive.> map[string,int] .> int[] { 0, 3 }.
0
1
0
Published my first #rust cargo for strongly typed pleasures (a haskell newtype replacement macro). This probably exists somewhere else, but I haven't found it yet (so, any hints are welcome).
0
0
0