asob

Results 6 issues of asob

Hi, I've been working on evaluating different scenarios for a device which is not able to join a network immidiately and during my tests I found out that LmHandlerJoin can...

internal bug tracker
lorawan

Hi, I've been playing around with STM32CubeWL using Nucleo-64 (STM32WL55). The default LoRaWan applications seem to work correctly against TTI stack, but when I tried to make my own using...

projects
internal bug tracker
lorawan

The error handling code below does not cover all the error scenarios in case `LmHandlerSend` fails to emit payload. [LmHandlerSend](https://github.com/STMicroelectronics/STM32CubeWL/blob/main/Projects/NUCLEO-WL55JC/Applications/LoRaWAN/LoRaWAN_End_Node/LoRaWAN/App/lora_app.c#L470-L477) ```c if (LORAMAC_HANDLER_SUCCESS == LmHandlerSend(&AppData, LORAWAN_DEFAULT_CONFIRMED_MSG_STATE, &nextTxIn, false)) { APP_LOG(TS_ON,...

projects
internal bug tracker

Basically inserting "diamond" as shape breaks all highlighting and causes fontification error to appear ![works](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/57ed3187-a7b8-4253-855a-a7c1ff69e001) ![works_2](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/a1436b30-da78-480f-b123-e3d706ba88cf) ![work_not](https://github.com/ppareit/graphviz-dot-mode/assets/23518994/98aa64d1-576f-4e19-815c-df369df47e27)

Hi! How can Parameter tree parameter column width be increased ? I often end up in situations where I have multiple nested parameters and the name of the parameter often...

My `init.el` looks like this ```lisp (load-theme 'catppuccin t ) (setq catppuccin-flavor 'latte) (catppuccin-reload) ``` The following error appears after reloading config: `Symbol's function definition is void: catppuccin-reload` If `catppuccin-reload`...

bug