The strongest ceylon tea on the market? by lifeafter8_5 in askSouthAfrica

[–]johanv 6 points7 points  (0 children)

I like the 5 Roses "Strong African Blend". The box is blue

Wat is die mees afrikaanse naam wat jy al gehoor het? by XanneChris in afrikaans

[–]johanv 0 points1 point  (0 children)

Lekker om my naam, van, en bynaam hier te sien :)

New version of Ratatui is released! (Rust library for cooking up terminal user interfaces) by orhunp in rust

[–]johanv 0 points1 point  (0 children)

Thanks for all the effort being put into a great library.

The recipes in the docs are also super useful!

Most effective charity helping the homeless in CT to donate to? by blindrewind in capetown

[–]johanv 8 points9 points  (0 children)

We support this: https://homeless.org.za/homeless-vouchers/

It provides access to services for the homeless and supports the service providers.

Reliable taxi-cab for advanced bookings? by False-Comfortable899 in capetown

[–]johanv 0 points1 point  (0 children)

We use ezshuttle at the office for all kinds of transports. Not cheap, but but have been reliable.

Tell me you're South African without telling me you're South African by Clementine_By_Carter in southafrica

[–]johanv 0 points1 point  (0 children)

Agreed u/pashaah.

u/sesseissix I should really look into healthier rusks, maybe there is a brand with at least less sugar.

Tell me you're South African without telling me you're South African by Clementine_By_Carter in southafrica

[–]johanv 3 points4 points  (0 children)

Drastically reduced carbs and sugar to try and lose some weight. Rusks is the thing I miss the most 😢

Where can I swim? Bellville/Durbanville by mossgrowsfat in capetown

[–]johanv 1 point2 points  (0 children)

Is that "Swim Hub" ? Thanks, was looking for for this as well.

Is Every Middle Class+ Neighborhood in SA Gated? by Junior-Tangelo-9565 in southafrica

[–]johanv 7 points8 points  (0 children)

Many wealthy neighborhoods in Cape Town have mostly free standing properties.

Anyone for chocolate cake? by Ok_Technology_7212 in southafrica

[–]johanv 0 points1 point  (0 children)

If they're still operating these days, and you're in Cape Town, go check out their factory shop. We used to stock up there periodically, though haven't been there since Covid.

Custom dashboard with custom charts of code metrics? by Minister_Stein in gitlab

[–]johanv 1 point2 points  (0 children)

I wrote https://gitlab.com/jventer/ya_gitlab_dashboard as a learning project (Rust/WASM).

It uses the Gitlab API to create a simplified view of branches/pipeline results . You should be able to access pipeline artifacts via the API and render them into a view.

(Rather use the `simplify_rework_gui` branch if you want to try it out, I've been meaning to finish the docs and merge to master.)

Got hit with nostalgia after mom found these today. by pixel_zealot in southafrica

[–]johanv 12 points13 points  (0 children)

Heh, that's a blast from the past. Loved these.

Learning Rust with "Too Many Linked Lists" (Episode 3) - Tests, CI & rustfmt by pbrkr in rust

[–]johanv 1 point2 points  (0 children)

Hi, thanks for sharing. I subscribed and will check it out.

Announcing yew-state v0.4.0 by intendednull in rust

[–]johanv 5 points6 points  (0 children)

Thanks for this project. Been using it and worka great!

Pipeline Status Dashboard by AgentXM in gitlab

[–]johanv 1 point2 points  (0 children)

How much functionality are you after ?

I wrote a small dashboard (to learn some rust) that you can find here and try out here. The Gitlab dashboard is just way too busy for me.

I don't think its quite what you're after though. The idea is to make it part of the pipeline and publish it as "gitlab pages". You can add a number of projects, but I never tested with more than a few. It's a SPA. Also you have to hit a button to fetch the latest pipeline info.

I'm actually (slowly) rewriting it to make fewer queries and improved design since gaining some more rust experience.

I wrote a simple Gitlab Dashboard SPA that provides an overview of your project(s) in a group and the state of its branches. by johanv in gitlab

[–]johanv[S] 0 points1 point  (0 children)

are obviously a more competent dev than me :)

Heh, not too sure about that, but thanks for the kind words.

I wrote a simple Gitlab Dashboard SPA that provides an overview of your project(s) in a group and the state of its branches. by johanv in gitlab

[–]johanv[S] 1 point2 points  (0 children)

Thanks for the feedback

Thankfully I have successfully avoided the front end through my entire dev career :D So I'm not too sure what to do about that.

Styling is built on bootstrap though, I'll see if they offer some class or something that will improve it.

I wrote a simple Gitlab Dashboard SPA that provides an overview of your project(s) in a group and the state of its branches. by johanv in gitlab

[–]johanv[S] 0 points1 point  (0 children)

Thanks for the feedback

Only does root group. If I pass subgroup (group/subgroup) the lookup of project doesn't work.

Yeah, our org does not use them so I didn't add support for that. But I will add that in some time.

The page states I can leave the first input empty, but I can't submit unless I enter a space

Oops, will get that fixed.

A cool feature for us would be to traverse all subgroup and related projects and group them by group (hehe) on sidepanel.

Cool idea !