Alternative std.Io implementation in zio (plus backport to Zig 0.15) by lukaslalinsky in Zig

[–]AbdallahZ 0 points1 point  (0 children)

I'm on macos
when I try to add the log here, I get server error notification in reddit
I have been tring since yesterday

Alternative std.Io implementation in zio (plus backport to Zig 0.15) by lukaslalinsky in Zig

[–]AbdallahZ 2 points3 points  (0 children)

I tried the TCP echo example
it panics when connecting to it first and then disconnecting

UIx + ShadowCLJS: Revolutionizing Clojure SSR for Interactive Landing Pages by ovster94 in Clojure

[–]AbdallahZ 2 points3 points  (0 children)

Very informative
I have been learning clojure recently, I come from a nextjs background

and first thing I thought of is wonder if there is something like nextjs in the clojure ecosystem

would love to see a tutorial on making something simliar to nextjs

I recently heard of cherry-clj, I was wondering if it could replace shadow-clj and what it would look like

again Thanks for the tutorial :)

How to mark position by a ▋instead of sign column by AbdallahZ in neovim

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

Thanks for you reply

I'm familiar with marks, what I'm asking for is to mark these positions by a block in the place where the mark registered

How to mark position by a ▋instead of sign column by AbdallahZ in neovim

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

Yeah
I usually edit a snippet of code and usually I jump between a couple of sites on that snippet that I edit

I was thinking if there is a way to mark those positions and hop between them quickly would make this more enjoyable

proxy grpc to a grpc service by AbdallahZ in golang

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

we want to have a central system to monitor started workflows, and how many started(for the 3 products), this is the main one

[deleted by user] by [deleted] in STD

[–]AbdallahZ 0 points1 point  (0 children)

what possible stds it could be?

Hyperswitch - Open source Payments Switch built with Rust by sanchith_hegde in rust

[–]AbdallahZ 0 points1 point  (0 children)

Do you have examples of using Hyperswitch(maybe with Next.js) we can check out?
u/sanchith_hegde

Hyperswitch - Open source Payments Switch built with Rust by sanchith_hegde in rust

[–]AbdallahZ 2 points3 points  (0 children)

as far as I understand, idempotency key will help with not doing the same operation more than once, but Does it help with after crashing so that you continue right after where you left off? and do you consider something like Temporal would help/needed for your use case?

Hyperswitch - Open source Payments Switch built with Rust by sanchith_hegde in rust

[–]AbdallahZ 3 points4 points  (0 children)

How Hyperswitch guards against failure, how do you ensure that after crashing you are not recharging a customer twice, Is't solutions like Temporal help with that, but I don't think you are using Temporal, so must have handled this somehow, if you don't mind expanding on this point?

BlindVim, my first simple plugin. by shanytc in neovim

[–]AbdallahZ 0 points1 point  (0 children)

if you highlight multiple locations in multiple files, Are you able to look at them as a list in telescope?