Luke Else luke-else
luke-else pushed to master at luke-else/subnet_calculator 2023-04-20 20:42:16 +00:00
3b4a5ce285 Added to_arr and from_arr methods to IpAddr
luke-else pushed to master at luke-else/subnet_calculator 2023-04-18 19:40:57 +00:00
7d61265f08 Added useful comments to outline create_subnet function
luke-else pushed to master at luke-else/subnet_calculator 2023-04-17 16:24:37 +00:00
e1a978cb1f Added new functionality to Network and changed error handling to be a single enum. create_subnet() is still WIP
luke-else pushed to master at luke-else/subnet_calculator 2023-04-10 10:13:39 +00:00
a067a3e349 Created new errors for CIDR / Subnet mask generation
luke-else pushed to master at luke-else/subnet_calculator 2023-04-09 09:07:18 +00:00
d1d4bc02ca Added function to convert CIDR to subnet mask
luke-else pushed to main at luke-else/egui-template 2023-03-21 21:40:39 +00:00
07c1cb9ad5 Created egui template application
luke-else created repository luke-else/egui-template 2023-03-21 21:35:12 +00:00
luke-else pushed to main at luke-else/.config 2023-03-16 22:42:34 +00:00
0f5feecc3b Removed rust-tools as it creates too many conflicts
luke-else pushed to main at luke-else/.config 2023-03-16 22:40:05 +00:00
6e8e93d294 Removed rust-tools as it creates too many conflicts
luke-else pushed to main at luke-else/.config 2023-03-16 22:35:26 +00:00
5a829bed08 Trying inlay hints with lsp
luke-else pushed to main at luke-else/.config 2023-03-16 22:29:34 +00:00
3362458259 Setup RT before lsp
luke-else pushed to main at luke-else/.config 2023-03-16 22:27:38 +00:00
adf2ea2f85 Moved rt to above lsp to stop keybinding overriding
luke-else pushed to main at luke-else/.config 2023-03-16 22:25:44 +00:00
d57e050ea8 Reverted to when RT was present (Note lsp keybinds not working)
luke-else pushed to main at luke-else/.config 2023-03-16 22:09:16 +00:00
728a6bd880 Testing inlay hints
luke-else pushed to main at luke-else/.config 2023-03-16 22:05:26 +00:00
c2e317519a Added additional type hints
luke-else pushed to main at luke-else/.config 2023-03-16 21:58:07 +00:00
3598b7048d Swapped out rust-tools for lsp extensions as rt took over lsp keybinds
luke-else pushed to main at luke-else/.config 2023-03-16 20:13:36 +00:00
f196872519 Moved DAP and FTerm keybinds around
luke-else pushed to main at luke-else/.config 2023-03-16 20:09:18 +00:00
6337b3c0fd Changed terminal keybinds for fterm
luke-else pushed to main at luke-else/.config 2023-03-16 20:03:28 +00:00
33f90aee8e Changed keybinds for fterm
luke-else pushed to main at luke-else/.config 2023-03-16 19:49:56 +00:00
3fceb355bc changed object type of fterm to allow reuse