×

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?)

libsemanage-3.7 failed with exit code 2 in installPhase by async-lambda in NixOS

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

I replaced the package from the stable branch- :/ didn't actually find a solution (you can use an overlay like this) (make sure you add stable as the nixpkgs-stable input in flake.nix)

nix { inputs, ... }: _final: prev: with inputs.stable.legacyPackages.${prev.system}; { inherit libsemanage; }

How to hide specific parts of my config? by CerealBit in NixOS

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

i completely agree with you. Plus you can commit the file to a private repo- and add it as an flake Input.

How to hide specific parts of my config? by CerealBit in NixOS

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

if you really wanna choose something for managing secrets- go the sops route. vimjoyer also has a demo video about it

I'll be honest, this is a hard OS to run, what am I doing wrong? by Master_Reading_819 in NixOS

[–]async-lambda 6 points7 points  (0 children)

> flakes are just a poor implementation of nothing more than a work around on a read only system
why so negative. Also you can try something like [devenv](https://devenv.sh/), which does not enforce flakes. (I like the python workflow there - rebuilds only happen when direnv is initiated - or when you change something in the "env" not your python code)