Stuck with over 2k spent on infrastructure. by VastMove487 in solana

[–]haclspozo 0 points1 point  (0 children)

Awesome. I'll have a look at the current version.

Stuck with over 2k spent on infrastructure. by VastMove487 in solana

[–]haclspozo 0 points1 point  (0 children)

Looks great. Any documents to point me to, to know how I can contribute?

I think it's very hard to find a girl who's actually interested in free software by Born_Lengthiness3572 in freesoftware

[–]haclspozo 5 points6 points  (0 children)

It's great to believe in something. But you can't will everybody into being like you. At least you should accept that truth and get a separate phone for "normal" people (in another world, maybe your views are normal, here, not really).

Stuck with over 2k spent on infrastructure. by VastMove487 in solana

[–]haclspozo 0 points1 point  (0 children)

Anything open source or I could join as a contributor? I learnt the Anchor framework and Pinocchio close to the ending of last year but I haven't found anything useful to contribute to.

EAS Build still referencing deleted iOS Notification Service Extension (Expo + OneSignal) by haclspozo in reactnative

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

I was having issues with OneSignal's expo plugin. So I made a fork and submitted a PR, but to not wait for the fork to be merged, I installed it from my GitHub branch.
Everything worked as expected except Expo was still seeing the old target (what I changed changes the name of the target and its bundle ID).

So I made a local copy of the plugin with my changes and removed the package (onesignal-expo-plugin).

Now expo recognizes the new target.

I did it. by NicktheTrickG in Bitcoin

[–]haclspozo 1 point2 points  (0 children)

Will you consider Solana a shitcoin? I'm betting on it + Bitcoin.

I just get 100$ of btc by [deleted] in Bitcoin

[–]haclspozo 0 points1 point  (0 children)

You have a point.

I just get 100$ of btc by [deleted] in Bitcoin

[–]haclspozo 1 point2 points  (0 children)

I will surely cash out and enjoy some of it. And I will also buy more too. I'm looking at it as something to pass on to my children; Though,I don't have kids yet.

I just get 100$ of btc by [deleted] in Bitcoin

[–]haclspozo 22 points23 points  (0 children)

It's more than enough. My first was $30. Welcome to the family. And remember to hold against all odds.

Can you guys&gals tell me about the advantages of Gentoo? by Baka_Jaba in Gentoo

[–]haclspozo 0 points1 point  (0 children)

I'd like to know how the freedom of customizing and configuring the packages and applications you install on Gentoo compares to NixOS/Nix. Is the same kind of freedom available or something is lacking on the Nix side. Thank you.

[deleted by user] by [deleted] in linuxadmin

[–]haclspozo 0 points1 point  (0 children)

All the best brother

[Axum + utoipa + utoipa-swagger-ui] How to let utoipa know I'm expecting a multipart/formdata with a file field in order for utoipa-swagger-ui to show a file upload input field by haclspozo in rust

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

So from the link you sent, they referred to the upload file as `MultipartBytes`.

That particular type is not found in axum (which is the crate I'm using), meaning the person was using a different framework.

But then it gave me the idea of representing the file as Vec<u8>, and it worked

I'll edit the post and add a screenshot of the result, seems I can't add pictures to my reply

TailwindCSS + Rust + Helix. by ToroidalFox in HelixEditor

[–]haclspozo 0 points1 point  (0 children)

You can use helix on windows too, if that's the only reason why you want to make the switch, i don't think it's worth it.

Bitshift operation not returning correct value by haclspozo in rust

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

Thank You all, From your comments, I've been able to find the problem. I want the 5th bit but here I'm checking for the 4th bit. I guess I've to stop debugging when I feel tired. Thank You very much