jan-leila
  • Joined on 2025-02-18
jan-leila pushed to main at jan-leila/nix-config 2025-05-24 01:34:04 +00:00
705554dd16 added TODO notes
f3431e3028 disabled telemetry
Compare 2 commits »
jan-leila pushed to main at jan-leila/nix-config 2025-05-24 01:28:07 +00:00
85e766a571 fixed vs code configuration
jan-leila pushed to main at jan-leila/nix-config 2025-05-24 01:08:52 +00:00
aa15f1ffe5 updated flake lock
jan-leila pushed to main at jan-leila/nix-config 2025-05-10 21:59:12 +00:00
825bdfc506 updated flake lock
17fc9618ba disabled activity feed on home page
Compare 2 commits »
jan-leila pushed to main at jan-leila/nix-config 2025-05-02 22:21:30 +00:00
7644c3a430 updated flake lock
jan-leila pushed to main at jan-leila/nix-config 2025-05-02 04:20:08 +00:00
b2aeb3a8b5 Merge remote-tracking branch 'origin'
3f37eea9a8 enabled ollama on twilight
Compare 2 commits »
jan-leila pushed to main at jan-leila/nix-config 2025-04-25 00:13:32 +00:00
3978d58c1a installed steam on horizon
jan-leila pushed to tb/main at jan-leila/vegan-barcode 2025-04-22 00:43:19 +00:00
a042866e86 created test for create product
jan-leila pushed to tb/main at jan-leila/vegan-barcode 2025-04-22 00:10:38 +00:00
3f94f5bf99 created FindUserClaimById
jan-leila pushed to tb/main at jan-leila/vegan-barcode 2025-04-21 23:54:52 +00:00
43c183c29a formatted query in FindClaimsByProductID
jan-leila pushed to tb/wtf at jan-leila/vegan-barcode 2025-04-21 22:34:41 +00:00
3dacf06005 made db module
jan-leila pushed to main at jan-leila/nix-config 2025-04-19 16:04:20 +00:00
bc3efbe2cb disabled vpn on defiant
jan-leila commented on pull request jan-leila/vegan-barcode#1 2025-04-17 23:17:51 +00:00
tb/main

We shouldnt really be making DB calls here generally best practices would be to mak some function in our database folder that for example is called createProduct that we would just call with our System, and Barcode value. Then we would also want to have that database::createProduct call done within our services folder (to keep a separation of our network layer and our business logic) but that ones not as big of a deal because this is just a test function that doesnt really have a defined goal in mind

jan-leila commented on pull request jan-leila/vegan-barcode#1 2025-04-17 23:17:51 +00:00
tb/main

what is the goal of this api folder, is it to:

jan-leila commented on pull request jan-leila/vegan-barcode#1 2025-04-17 23:17:51 +00:00
tb/main

c.JSON I believe pipes out the passed data as a stringify value on whatever network socket the gin context has but doesnt close that connection so when we get an error we end up getting something roughly like error: xyz... success xyz... we want to close that connection and return early before we get to the success portion of this method

jan-leila pushed to main at jan-leila/nix-config 2025-04-17 05:45:46 +00:00
3994002e0d installed picard
jan-leila pushed to main at jan-leila/nix-config 2025-04-16 17:31:49 +00:00
1f610845c8 updated flake lock
jan-leila pushed to main at jan-leila/nix-config 2025-04-16 17:19:31 +00:00
060dff826a replaced better toml
jan-leila pushed to main at jan-leila/nix-config 2025-04-16 17:08:44 +00:00
af894531cd updated signal package for eve
jan-leila pushed to main at jan-leila/nix-config 2025-04-16 17:06:29 +00:00
e20b752d11 default to tabs with a tab size of 2