simonmicro

Results 22 issues of simonmicro

**Describe the bug** Most Linux distributions allow hostnames to be case-sensitive like "Abc-Abc". Kubernetes enforces valid DNS-names (see https://kubernetes.io/docs/concepts/architecture/nodes/) for node-names and automatically converts them to lower-case (like "abc-abc"). This...

bug
good first issue

Some simple stuff to configure/reset/reboot/wipe the device without the need to setup/connect to the hotspot. Also very useful if you disabled AutoAP, messed up the WiFi configuration and are now...

:star: enhancement
src/core
src/osw-config

→ https://flow3r.garden/ Well, this not only adds the (basic) hardware support, but also (consequently) enhances and migrates the platform-abstraction layer to accommodate for the new hardware... ## Checklist / ToDo...

:star: enhancement
src/core
src/osw-emulator

Yaaay - but SWIG in our CI/CD (`4.0.2` vs `4.1.1`) is too old for that -> https://github.com/swig/swig/issues/490 ...alternative: Use `define`s? -> https://github.com/robotology/idyntree/issues/461 - [ ] #405 also wants to remove...

:scroll: documentation
:heavy_check_mark: merge when CI passed
:robot: workflows

With this issue we will make the OSW-OS more portable to finally also run on: - Watchy: https://github.com/sqfmi/Watchy, @simonmicro won one recently... - T-Watch (2021 V1): https://de.aliexpress.com/item/1005003140780271.html, _depending on cost...

:star: enhancement
requires hardware

After #368 ## ToDo - [ ] integrate this into OswUI (deprecate and replace full-screen progress with native elements?) - [ ] integrate this into the wifi service ## Fixed...

:lady_beetle: bug
:star: enhancement
src/core
src/osw-emulator

- Ports template-chains to `if ... ( require {} )` - Switched to `auto` concepts - Fixed some more `String`-class bugs :fire: **:warning: THIS PR IS NOT WORKING YET; THE...

:star: enhancement
src/core
src/osw-emulator

I know everybody wants it, but nobody has time for it. With this issue, we will add documentation to **ALL** currently supported functions - and also add Doxygen support (including...

:star: enhancement
src/osw-app
src/core
src/osw-service
:scroll: documentation
src/osw-emulator
src/osw-watchface
src/osw-config

### Feature description Currently, metrics like: - syncthing_protocol_recv_bytes_total - syncthing_model_folder_processed_bytes_total State only the object ids as label to be scraped. I would welcome the addition of the clear-text values as...

enhancement

As the title says - some embedded frameworks are not open to be configured which folders of libraries to ignore. PlatformIO then tries to build all examples, which won't work...