Dreaded_X
  • Joined on 2018-05-15
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-10-10 22:42:36 +00:00
d30a01aada feat: Renamed all attributes to typed
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-10-10 22:14:57 +00:00
1e9bd300a6 feat: Add proper type definition for devices
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-10-10 01:59:38 +00:00
8c4e5bace7 feat: WIP
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-10-10 01:56:47 +00:00
6504b1239e feat: WIP
ad8db00c8f feat: Add proper type definition for devices
8010f7a404 feat: Added Typed impl for all automation devices
Compare 3 commits »
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-10-10 01:33:52 +00:00
76eb63cd97 feat: Use same add_methods mechanic for Device as for other traits
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-10-10 00:32:03 +00:00
513b36afdb feat: Added support for types with generics
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-10-09 23:26:13 +00:00
396938a089 fix: Defintions varialbe is still called test
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-10-09 23:13:42 +00:00
2763690bc0 feat: WIP
b784cfed4a feat: Notify when windows are left open when leaving
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/automation_rs 2025-10-09 23:13:22 +00:00
b784cfed4a feat: Notify when windows are left open when leaving
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-09-20 03:34:05 +00:00
f1965d6eef feat: WIP
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-20 03:33:05 +00:00
d2de4b5830 feat: Allow renaming fields
fe958b863a feat: Added more Typed impls
Compare 2 commits »
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-20 00:34:15 +00:00
21bc70cbcd fix: Move variable definition to the end
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-09-17 23:45:35 +00:00
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-17 01:26:26 +00:00
326af7ea83 refactor: Use itertools to simplify code
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-09-16 23:41:05 +00:00
5acf00c886 feat: WIP
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-16 23:40:16 +00:00
a5f4b67216 chore: Made all test struct public to avoid unused warnings
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-16 23:38:18 +00:00
ab8556a13c refactor: Use Self wherever possible
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-16 23:28:39 +00:00
ebea44e70c feat: Create local variable to allow for method definitions
Dreaded_X pushed to feature/lua_definitions_v2 at Dreaded_X/automation_rs 2025-09-16 23:20:26 +00:00
175066a4c7 feat: WIP
Dreaded_X pushed to master at Dreaded_X/lua_typed 2025-09-16 23:08:28 +00:00
6086dec859 feat: Added option to rename struct in Lua