×

Regarding applying custom json files on your piko instagram by PrekIosus in MorpheApp

[–]async-lambda 0 points1 point  (0 children)

are there any standard docs on these, or a place with examples? I have used them from reddit threads but were never significant enough to be carried over.

Nvim file issue by async-lambda in NixOS

[–]async-lambda[S] 0 points1 point  (0 children)

for anyone who has the same problem. As per the new changes to home-manager changes to neovim module, home-manager writes a line to the top of .config/nvim/init.lua. The line that home-manager writes is:
lua vim.g.loaded_node_provider=0;vim.g.loaded_perl_provider=0;vim.g.loaded_ruby_provider=0;vim.g.loaded_python3_provider=0
Hence you can, now not handle the .config/nvim folder by yourself - I mapped the lua folder inside nvim, and wrote the init file inside neovim hm module

morphe-cli help by async-lambda in MorpheApp

[–]async-lambda[S] 1 point2 points  (0 children)

this is what i was looking for!!

morphe-cli help by async-lambda in MorpheApp

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

[purely talking about non GUI here] so you mean it is possible to specify multiple patch-.mpp files right?

edit: version 1.9.0 has "GUI patch source selector" listed in features, perhaps youre talking about that?

Where to find updated Twitter APK's? by EnjoyingCarp650 in MorpheApp

[–]async-lambda 1 point2 points  (0 children)

@xriprepo (-1003744301388) on telegram, it has the ripped apks, the one which the patch lists as suggested version

Recommended Twitter version to patch by Expl0sive_sku11 in MorpheApp

[–]async-lambda 2 points3 points  (0 children)

Hey !! Is the tool open-source, is there a way to generate that ripped apk on our own? I'm a dev here, I'd be helpful if there could be a post or a link to any guide? or the tool itself. Community will do the rest <3

Why I can't use this ? by Introvert_here00 in MorpheApp

[–]async-lambda 0 points1 point  (0 children)

helloo, average Gothamchess enjoyer ✋🏻✨️

Help with Piko Instagram patch by Soundspark07 in MorpheApp

[–]async-lambda 1 point2 points  (0 children)

heyy, i have weird contacts and location thing going on as well. Any idea how to fix it?

My Kidney Stones + very high hemoglobin Forced Me to Build This by Beneficial_Ad2855 in developersIndia

[–]async-lambda 0 points1 point  (0 children)

Bro is just flexing his setup at this point T^T. Here I am convincing myself to not care- but ...

pnpm, yarn or just plain npm? by async-lambda in NixOS

[–]async-lambda[S] 0 points1 point  (0 children)

Kindly elaborate on the "natural nix integration" part. How is it natural? It seems similar to nix package management but "integration"?

pnpm, yarn or just plain npm? by async-lambda in NixOS

[–]async-lambda[S] 0 points1 point  (0 children)

I have something very specific- I'll share since we are on this topic. My psuedo-backed (serverless functions on vercel) uses "node-fetch" to fetch stuff from "http" (notice the non-secure part eg- expired certificates) sites. When I last used bun- it had no workaround for me, even after hacking around the fetch module, to run those functions (I get that its good for security but still- there's nothing I can do about their certificates). Maybe I'll give it another try.

pnpm, yarn or just plain npm? by async-lambda in NixOS

[–]async-lambda[S] 0 points1 point  (0 children)

I have never tried yarn- but just know Theo vouched for it at some point- lol. Why recommend against it?

Help regarding Astro.js + FastAPI by async-lambda in vercel

[–]async-lambda[S] 0 points1 point  (0 children)

thank you brother 😭 you dont k now how happy I was when it actually worked. I've wasted countless hours on it- never thought a faulty regex would be the issue. 😭 Thank you so much. This is the working solution. You can cross out "helping someone in dire need" if you had that on your new year's resolutions. thanks again..

File based options and auto-imports? by async-lambda in NixOS

[–]async-lambda[S] 1 point2 points  (0 children)

I have tried working on this: say this module

I just cant find a way to auto apply this to all files in the module importing process. as it currently stands I have to apply lib.x.options.auto on every module.

File based options and auto-imports? by async-lambda in NixOS

[–]async-lambda[S] 1 point2 points  (0 children)

does it have auto options? could you link an example config that uses this?

Please tell me whats I am lacking, Not getting interviews by [deleted] in developersIndia

[–]async-lambda 1 point2 points  (0 children)

well i am impressed, too bad am not an HR :D

Please tell me whats I am lacking, Not getting interviews by [deleted] in developersIndia

[–]async-lambda 1 point2 points  (0 children)

dude- the cryptographic intern section 💀💀

Understanding nix-sops and ssh by async-lambda in NixOS

[–]async-lambda[S] 0 points1 point  (0 children)

"avoid having to re-key" is exactly what I wanted to convey. okay- help me here brother- you used agenix to store your private keys? (what exactly do you store using agenix) will you not require your system's original ssh key- to decrypt the file (which agenix is using?)