aessig

Results 12 issues of aessig

Hello and thank you for this useful library. Is there a way to prevent the EEPROM from being erased after each upload ?

question

While trying to compile the code from an RPI, using arduino-cli, I have encountered the following error: `Error during build: fork/exec /root/.arduino15/packages/TleraCorp/hardware/stm32l0/0.0.10/tools/linux/dfu-suffix: exec format error` From this issue #17 ,...

Dear Thomas, You have done a great job with this library for the STM32L0 and I was wondering if you have planned to port it to the new [STM32WL](https://www.st.com/en/microcontrollers-microprocessors/stm32wl-series.html) which...

## What The client collection gets fed with results and the results accumulate. So we have 5 entries (for example) at the first letter input, then when the second letter...

bug

Hello, thank you for this great package, I'm looking for a way to display (filter) only favorite which is held in another collection than user collection. Is there a way...

When ReactiveTable is used with pub/sub on the server side (only in this case), the table is not updated when a field is unset. I have dug inside the code...

This is just a tip for people like me who struggle to display a value associated with an ID in a reactive-table. The best solution I found was to use...

Hi, I tried to add this line: {label: 'Joined', name: 'createdAt', template: 'prettyDate'} but it makes the table empty ? Any idea how to solve that ?

Hello, Is it possible to change the icon of the navigation sidebar, or to make a custom navigation bar with the drawerToggle function ? How should it be done ?...