• Joined on 2024-08-12
akulij pushed to master at akulij/gongbotrs 2025-04-07 14:25:07 +00:00
07a10fae0e create reservatoin status getter that returns enum
21081c3206 regenerate models.rs
e4051479d4 stringify reservation table status field
87d1f8ac1a add diesel_derive_enum
Compare 8 commits »
akulij pushed to master at akulij/gongbotrs 2025-04-07 13:44:57 +00:00
67a8b94a69 fix migrations path to be relative to project
akulij pushed to master at akulij/gongbotrs 2025-04-07 08:07:37 +00:00
7e678fc2f3 add nix flake to build using nix
akulij pushed to master at akulij/gongbotrs 2025-04-06 14:45:29 +00:00
8e3ebc936c cargo fmt
d74e691009 implement bot message editing feature
b2a27e3330 delete comments of code :/
66cf414350 create get/set literal function
3f2ee083cd fix: make literals field value not optional
Compare 10 commits »
akulij created branch master in akulij/gongbotrs 2025-04-06 14:45:29 +00:00
akulij created repository akulij/gongbotrs 2025-04-06 14:44:33 +00:00
akulij pushed to main at akulij/nvim-dots 2025-03-25 04:24:45 +00:00
59710cda03 lazy lock
1974ee215a add lsp support via lspconfig
427ce61b51 add avante.nvim plugin
15a1a59fb9 temporarly disable coc.nvim
7044aaa610 lazy update
Compare 5 commits »
akulij pushed to main at akulij/sinkbot 2025-03-25 04:18:01 +00:00
0331f3e29e make admin notification function more readable
akulij pushed to main at akulij/sinkbot 2025-03-25 04:03:58 +00:00
e23c391fdf fix: delete pushing bot to server from cd.yaml
akulij pushed to main at akulij/sinkbot 2025-03-25 04:01:37 +00:00
6c836dafe3 fix: print admin id instead of its address
f2aba99ce7 rename DBMigrate function to GetDB for more convinience
97a25308d8 fix: mode user table definition to db file
3a449c4d0d lint: align config field types
584c9afe74 feature: add admin error notification function
Compare 13 commits »
akulij pushed to main at akulij/nvim-dots 2025-03-24 02:02:50 +00:00
84a2b92317 Initial nvim configuration
akulij created branch main in akulij/nvim-dots 2025-03-24 02:02:50 +00:00
akulij created repository akulij/nvim-dots 2025-03-24 02:02:06 +00:00
akulij pushed to main at akulij/sinkbot 2025-03-19 19:39:39 +00:00
17e63b59fa Use .env file in docker compose to provide token
f43969f7c9 Add docker-build caching
ea4921f3ba Fix typo
816cd36191 Add channel link button instead of direct link in message
513fd684e4 Reset user state on /start commandr local commits)
Compare 10 commits »
akulij created branch main in akulij/sinkbot 2025-03-19 19:39:39 +00:00
akulij created repository akulij/sinkbot 2025-03-19 19:39:06 +00:00
akulij pushed tag v1.1.0 to akulij/age-passgen 2025-03-03 00:20:39 +00:00
akulij pushed to main at akulij/age-passgen 2025-03-03 00:20:39 +00:00
b47de3e1b6 implement hex/raw input
9cde36c5c2 rename 'sum' variable that contains hashed password to more appropriate name 'secretKey'
181ac703ae add --input-type flag
Compare 3 commits »
akulij pushed to main at akulij/age-passgen 2025-03-01 23:28:04 +00:00
b6be7799b9 README: fix wrong todo tasks formating
ecaa3c8a9a README: remove unnecessary decription header
Compare 2 commits »
akulij pushed to main at akulij/age-passgen 2025-02-28 00:15:55 +00:00
f921077964 add option to build and run this repo using nix