• Joined on 2024-04-18
smgr released New monotone variants: Chapparal & Badlands at olog/monobiome 2025-10-06 13:40:41 +00:00
smgr pushed tag 1.0.2 to olog/monobiome 2025-10-06 12:49:39 +00:00
smgr pushed to master at olog/monobiome 2025-10-06 12:49:34 +00:00
1355d467f1 update diagrams and README with new base variants
smgr pushed tag 1.0.1 to olog/monobiome 2025-10-06 08:07:09 +00:00
smgr pushed to master at olog/monobiome 2025-10-06 08:07:04 +00:00
0f138c518c add chaparral and badlands variants, wrap generate script
smgr pushed tag 1.0.0 to olog/monobiome 2025-10-06 07:32:04 +00:00
smgr pushed to master at olog/monobiome 2025-10-06 07:29:11 +00:00
4e6dcb863e add full symconf theme generation pipeline to produce app config
smgr released v0.8.3 at olog/symconf 2025-09-28 10:58:50 +00:00
smgr pushed tag 0.8.3 to olog/symconf 2025-09-28 10:45:24 +00:00
smgr pushed to master at olog/symconf 2025-09-28 10:44:47 +00:00
13e366d1fe add minor details to usage docs
4d707b97e4 improve type hint coverage, make ruff format compliant
Compare 2 commits »
smgr pushed tag 0.8.2 to olog/symconf 2025-09-28 08:17:16 +00:00
smgr pushed to master at olog/symconf 2025-09-26 11:40:25 +00:00
2b0702fe36 implement control flow for attaining custom user permissions
smgr pushed to master at olog/monobiome 2025-09-02 07:02:18 +00:00
63b0225f8a update color detail in README
smgr pushed to master at olog/monobiome 2025-04-09 08:29:54 +00:00
9d2698f34e add badlands and chaparral monos, include lum 98s
smgr opened issue olog/co3#3 2025-01-12 06:11:26 +00:00
Object-URI parity with medium-resource hierarchies
smgr opened issue olog/symconf#1 2025-01-06 00:55:48 +00:00
Add dynamic root-level permission requests
smgr pushed to master at olog/co3 2024-12-29 02:34:55 +00:00
090c122c60 intermediate Medium/Resource refactoring
smgr opened issue olog/co3#2 2024-12-14 00:12:19 +00:00
Solidify Resource-Medium interaction
smgr commented on issue olog/co3#1 2024-12-13 21:43:55 +00:00
Element-wise inference via generics

For example, in a class B(A), the parent relationship to A is available under B.mro(). But if we define A to be generic, e.g., A[C], subtypes of C can be enforced as the compositional…

smgr opened issue olog/co3#1 2024-12-13 21:43:52 +00:00
Element-wise inference via generics