staticdev
staticdev
@sarahboyce I need to know if after this discussion you still think we have an issue and what exactly is this issue. We need to be on the same page...
@synesthesiam I find the new structure cleaner and will make possible to have clear the slots needed to fulfill the intent. The only stress you already found out is to...
> Another option would be to group everything by language first, so sentences and everything would be together for each language. > > Something to consider is the assignment of...
@tetele agree.. `common.yaml` also tend to grow and could be modularized like fixtures for tests. `listsORrules//*.yaml` (could modularize/organize the common in diferent files but everything here is imported for the...
> I should probably set `enableLSP` to true when `vim.lsp.enable = true;` I guess so. They are written absolutely the same, I still did not get the difference. If you...
> Why did you remove the EN language leader and added 3 other people to the list of reviewers of a PR concerning an improvement in EN? I did not...
@tetele root files in this repository do not have CODEOWNERS, most probably you were picked by Github due to your permissions in this repository.
@synesthesiam this is a strange limitation to me. Let's say a use case: there is one satellite in each room (kitchen and two rooms on another floor) and I am...
> There's no technical limitation, we just use the device id of the satellite to group active timers. There isn't any logic to try and figure out which satellite you...
@synesthesiam also another fun thing all other intents related to timers already support area slot: - HassIncreaseTimer: https://github.com/OHF-Voice/intents/blob/main/intents.yaml#L1774 - HassDecreaseTimer: https://github.com/OHF-Voice/intents/blob/main/intents.yaml#L1997 - HassCancelTimer: https://github.com/OHF-Voice/intents/blob/main/intents.yaml#L1683 - HassCancelAllTimers: https://github.com/OHF-Voice/intents/blob/main/intents.yaml#L1645 - HassTimerStatus: https://github.com/OHF-Voice/intents/blob/main/intents.yaml#L2452...