I never tried it, because it is 2d only: https://flathub.org/apps/io.github.dubstar_04.design
Website | Codeberg | GitHub | Altes Profil | Altes Profil | Noch älteres Profil
Verantwortlich für @kaenguru@feddit.org & @titelregel@feddit.org.
I never tried it, because it is 2d only: https://flathub.org/apps/io.github.dubstar_04.design
this
is commonly used with a similar meaning to self
in cases where self
can’t be used because it is a reserved keyword.
Example:
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<St1::Item>> {
let this = self.project();
this.inner.poll_next(cx)
}
https://github.com/rust-lang/futures-rs/blob/master/futures-util/src/stream/select.rs#L113-L116
I do run into them even though I use Rust for ~3 years now, but only in non-obvious cases, e. g. when all references to the borrowed data are dropped before the end of the function.
Rust would be some borrow checker compile error like
borrowed data escapes outside of associated function
argument requires that `'1` must outlive `'static`
Free standing functions in Java?! This can’t be true.
Meme transcription
FYI, Lemmy supports Alt text, so you don’t have to include the transcription in the post body.
See also https://slrpnk.net/post/12346945
Still better than having to create a new class just to implement
public static void main(String[] args) {}
Relevant Fireship video: https://youtu.be/m4-HM_sCvtQ
(removed comment)
Honestly, it felt more like https://xkcd.com/386/.
Scheintore klingt gut.
Use [text](url)
instead of (text)[url]
to create a link:
You could also try micro, which is a terminal text editor with mouse support, syntax highlighting and many more features that you know from GUI text editors.
Gnome Shell Extensions are powerful because they are allowed to hook into everything the gnome-shell process does. If the extension API would be changed so they couldn’t crash our shell session, extensions would become way less powerful and be mostly useless.
Nevertheless, it would be great if Gnome Shell could keep/recover your application state after restarting (like KWin).
Why cant autodesk port the POS to Linux
I mean, Fusion 360 even runs in a web browser (although it was unusably slow for me). It should be possible to port it to the Linux desktop.
The toilet then sends the data it collects to a cloud server.
What could go wrong.
What about https://snowflake.torproject.org/?
I think it would be very interesting to convert e.g. a regular Fedora installation into a (so-called “immutable”) Fedora Silverblue installation or vice-versa.
As others mentioned, running a minecraft server by itself is pretty easy. If you want additional features like a Web UI, multiple servers at the same time etc. you might take a look at Crafty Controller.
As someone who develops and distributes a small application exclusively on Flathub, I prefer that everyone uses the exact same package on every system. That way I know that if something doesn’t work, the issue should be easy to reproduce.
Recently, there was a situation where a user indicated in the comments of a release announcement that a newly introduced feature “doesn’t work”. It turned out that they installed a third-party package from the AUR (that wasn’t updated yet) without knowing that this isn’t the official and up to date version.
Python too.