kjhkjhkjh #10

Open
pederbs wants to merge 3 commits from kjhkjhkjh into master
Member

。・゚・(ノД`)ヽ( ̄ω ̄ )

。・゚・(ノД`)ヽ( ̄ω ̄ )
pederbs added 3 commits 2024-11-15 03:07:36 +01:00
oysteikt reviewed 2024-11-15 09:48:11 +01:00
@ -28,3 +38,1 @@
python311Packages.black
ruff
];
dibbler = inputs.devenv.lib.mkShell {
Owner

Could we keep the old shell as well? I don't want to spin up postgres every time I go look around in the code.

Could we keep the old shell as well? I don't want to spin up postgres every time I go look around in the code.
Author
Member

i think the plan was to spin up some gnu taler stuff at some point

i think the plan was to spin up some gnu taler stuff at some point
Owner

IDK how the taler integration will be. It might exist entirely orthogonal to the dibbler program (just the wire-api-gateway needs to interface with dibbler accounts, maybe directly through the database even).

It might be cool to be able to display QR codes for sending money into an account on the dibbler terminal, or some other merchant stuff, but it might not be needed/wanted

IDK how the taler integration will be. It might exist entirely orthogonal to the dibbler program (just the wire-api-gateway needs to interface with dibbler accounts, maybe directly through the database even). It might be cool to be able to display QR codes for sending money into an account on the dibbler terminal, or some other merchant stuff, but it might not be needed/wanted
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b kjhkjhkjh master
git pull origin kjhkjhkjh

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff kjhkjhkjh
git push origin master
Sign in to join this conversation.
No description provided.