@larix @Ephera it’s better to return an Option<&str> as a String may DeRef to &str.
For example
self.name.as_deref()
Computer science lover, digital artist and open sourcerer. 🖥️ 🐹 🦀 🐧 ⚛️
@larix @Ephera it’s better to return an Option<&str> as a String may DeRef to &str.
For example
self.name.as_deref()
@iso all the errors are the same. Missing trait implementations. Already see c++ template issue with dozens of lines. There are some tools that helps like the below. But if you had 100 missing traits implementations, you will got a 100 error lines report.
https://github.com/zkat/miette
@iso In my opninion they are pretty neat, if you use their monads correctly.
@NoRecognition84 @rodneyck its bad anyway. Why a opensource project will do something like that? Telemetry causes bad performance in production. If its opt in, no one will activate, and soon the business will force its use.
@rodneyck @octalfudge
that’s very bad news. #fedora is a nice distribution, but telemetry leads the machine to bad perform.
@ghariksforge @Gecko No one supports Win 10/11 telemetry and updates. And also, there are a huge rejection to win 11 from 10 users.
@winnie snap is not so mature as flatpaks yet. Dont know if its really a nice descision.
@kaffiene @asdfasdfasdf It
s slow when you don
t know what youŕe doing. For example, build a linked list in #rustlang is different then build one in java, because you can´t leave the variables in a wrong state. It’s only a different approach, not a slow approach.