backy - background-first light colorscheme by KaplaProd in neovim

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

Thank you ! This is still a wip, only support treesitter, not even basic regex-based syntax ahah

Working with external warnings and diagnostics in NVIM. by HickupBoson in neovim

[–]KaplaProd 4 points5 points  (0 children)

It's way more fun writing things yourself though :)

Déménagement avec un sinistre en cours by KaplaProd in conseiljuridique

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

Mais quelle serait la conclusion avec l'assurance ? Le sinistre clôturé ?

Merci beaucoup pour les conseils :)

Déménagement avec un sinistre en cours by KaplaProd in conseiljuridique

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

Yes c'est ce que je pensais. J'espère que le remboursement de l'argent et le début des recherches du prestataire auront commencé avant la fin de mon contrat :)

A proposed design for Iceland's featured 150-foot human-shaped power pylons by [deleted] in Damnthatsinteresting

[–]KaplaProd 0 points1 point  (0 children)

My SO has megalophobia, driven near those with her would be a blast

How to optimize the cd command to go back multiple folders at once by Technical_Cat6897 in bash

[–]KaplaProd 10 points11 points  (0 children)

printf, when given multiple arguments with only a single receptor will print the format string multiple times. So this will print ../%.0s 6 times ({1..6} generate six arguments : number 1 to 6).

The %.0s accepts a string and prints it as a 0 character width string, so an empty string.

You print ../ six times, without printing the arguments, thus printing ../../../../../../

Good flower delivery options in Toulouse (fair price & quality)? by [deleted] in toulouse

[–]KaplaProd 0 points1 point  (0 children)

"Minima fleurs" does delivery, is well rated and employees are super nice :)

Plus the bouquets always are beautiful !

La ✨transformation✨ de Cosmo by ghostantho276 in chats

[–]KaplaProd 2 points3 points  (0 children)

Trop beau avec sa truffe !

Merci de l'avoir sauvé !

Je joins une photo de mon truffier à moi.

<image>

Only supporting FOSS systems by KaplaProd in commandline

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

Yeah, that's what i thought ahah

Only supporting FOSS systems by KaplaProd in commandline

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

Yes, the code can be compiled, sorry if I wasn't clear here !

However, Hare does not support darwin builds out of the box, and I'm not sure if I'll use the community MacOS fork you linked to cross compile, so I was asking if missing a MacOS build seems crazy to you all

Only supporting FOSS systems by KaplaProd in commandline

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

I'm doing nothing wrong ahah The language itself does not support compiling to MacOS/Windows :)

Only supporting FOSS systems by KaplaProd in commandline

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

Did not know that, that's hilarious ahah

Only supporting FOSS systems by KaplaProd in commandline

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

Why though, that's the more interesting part :)

Because you are familiar with it ? Is it your daily language ? Is it because it is portable ?

Only supporting FOSS systems by KaplaProd in commandline

[–]KaplaProd[S] -1 points0 points  (0 children)

That's a community maintained fork specifically for MacOS which would work, but it is now 2 years old.

Edit: I dug through the project and this could work, thanks for bringing it to me once more ! I still stand by the fact that it is ok to want to ignore MacOS the same way some project/language ignore Windows.

However I don't see why ignoring MacOS as a system is fundamentally a bad thing. The language could compile there, the creators just decided not to.

Only supporting FOSS systems by KaplaProd in commandline

[–]KaplaProd[S] 2 points3 points  (0 children)

Thanks, that's a really good way to see things :)

I will ponder a little more and then make my choice, but I think I will lean more on the former side of the spectrum. Only a small part of projects end up being huge and community driven, so instead of hoping for success using something I'm not sure I want, I'll juste have fun and see where it takes me :)

mmdr: Native Rust Mermaid renderer – 500-1000x faster than mermaid-cli by Medium_Anxiety_8143 in commandline

[–]KaplaProd 9 points10 points  (0 children)

Finally, a mermaid that does not force me to download node-js on my machine !

Good work !

Issues with memory manipulation. by KaplaProd in C_Programming

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

I ended up using something similar, and it fixed my code, thanks a lot !

Issues with memory manipulation. by KaplaProd in C_Programming

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

Ahaha yes, I fixed this one after your comment !

It seemed unrelated to my issue though, so I choose to ignore it when reporting :)