secana

joined 1 year ago
[–] secana 1 points 8 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 9 months 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 9 months 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 9 months ago (1 children)

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

[–] secana 3 points 9 months ago (1 children)

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

[–] secana 98 points 10 months ago (9 children)

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

[–] secana 9 points 10 months 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 10 months ago

Thanks! Took me few iterations to get there.

[–] secana 12 points 10 months ago (2 children)

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

[–] secana 5 points 10 months 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 10 months ago (2 children)

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

[–] secana 4 points 10 months ago

I released the next minor version of https://kellnr.io which support the display of crates, cached from crates.io, in the UI now. For the first iteration of that feature, they are only shown and searchable in the crate overview and a click forwards to crates.io, as not all meta information is stored in kellnr, for cached crates. That may change in the future, if someone requests it.

 

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 10 months 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.

 

Learn how to wrap a native shared C library in a cross-platform Rust crate for Windows, Linux, macOS and x86_64 + ARM64.

29
Miro/Figjam alternative? (self.selfhosted)
 

Hi! I'm searching for a Miro or FigJam alternative to self-host on my Raspberry Pi 4 Kubernetes Cluster. Any ideas for a good whiteboard software?

view more: ‹ prev next ›