secana

joined 1 year ago
[–] secana 1 points 11 months ago

That worked! Thank you! The trick is really to embed the bookmarks into each other :)

[–] secana 1 points 11 months ago (2 children)

Thanks for the reply. When I disable the toolbar, the bookmarks are correctly placed in a folder but the folder is not visible in the toolbar anymore. So I can either have the bookmarks separately in the toolbar, or in a folder but not in the toolbar. The combination of both seems to be only possible if I move the bookmarks by hand in the UI :/

[–] secana 1 points 1 year ago (1 children)

Thanks for the response. I'll have a look at it. It still astonishes me that there is no off-the-shelf solution to such a trivial and common use case.

[–] secana 13 points 1 year ago (5 children)

Or use https://kellnr.io to host your crates. It automatically builds the corresponding docs and hosts them for you. Disclaimer: I'm the author.

[–] secana 3 points 1 year ago (1 children)

Cool project idea! How did you come up with it?

[–] secana 3 points 1 year ago (1 children)

I you share your code here, maybe someone can help.

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

[–] secana 98 points 1 year ago (9 children)

https://tauri.app/ is very popular and does not need electron. It uses the OS native we view.

[–] secana 9 points 1 year ago (1 children)

The runtime is even called "common language runtime" (clr), as it is intended to support many different languages, which the jvm never was.

[–] secana 3 points 1 year ago

Thanks! Took me few iterations to get there.

[–] secana 12 points 1 year ago (2 children)

I released https://kellnr.io 5.2.1 with a few smaller fixes and additions.

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

[–] secana 5 points 1 year ago

That's a real loss. Such a great person. Met him last year on conference. There aren't many people as influential in cyber security as him.

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

[–] secana 10 points 1 year ago (2 children)

If that really works without any drawbacks, I hope it gets merged into Rust main.

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

 

Hi! It's my first day with nixos. I tried to compile a rust project. To do so, I used a nix-shell with the content from here: https://nixos.wiki/wiki/Rust with the "Installation via rustup" option.

Unfortunately the compilation fails:

$ cargo check
   Compiling libc v0.2.151
   Compiling proc-macro2 v1.0.73
   Compiling serde v1.0.193
    Checking once_cell v1.19.0
   Compiling thiserror v1.0.53
error: linker `aarch64-linux-gnu-gcc` not found
  |
  = note: No such file or directory (os error 2)

error: could not compile `proc-macro2` (build script) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: could not compile `serde` (build script) due to 1 previous error
error: could not compile `libc` (build script) due to 1 previous error
error: could not compile `thiserror` (build script) due to 1 previous error

I run NixOS 23.11 stable on a VM on a Macbook with M1 (arm64) CPU.

Any ideas how to fix that?

26
Zig, Rust and other languages (notes.eatonphil.com)
submitted 1 year ago by secana to c/rust
 

What do you think about the points the authors makes?

 

Kellnr 5.2.0 is released. Besides many small changes, the main feature of this release is UI support for cached crates. Until now, only private crates were shown in the UI. Now, cached crates from crates.io are shown and searchable from the UI, too.

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

 

Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

 

While working on Kellnr, I updated the dependencies. It seems that the update of cargo breaks the build. I created an issue on github. Maybe somebody here has an idea for a simple fix.

 

The title says it all: How can we grow the Rust community here on Lemmy? Many users fled Reddit or are here for different reasons. But compared to it's commercial big brother, the Rust community here, feels more or less dead. I would like to discuss ideas, on how we can changes that and make Lemmy the default for Rust related discussions, instead of Reddit.

 

Self-host your crates on your own hardware, inclusive docs with a full web UI that allows you to search and inspect your crates.

view more: ‹ prev next ›