Daniel Kastl

Results 163 comments of Daniel Kastl

@CtrlMajSup , in case you can suggest your code changes with a pull request, I can take a look and it can become part of the next release.

I see. The following would change the validation to also accept transparency in `packages/common/src/helper.ts`: ``` export const isHexValid = (hex: string): boolean => { return /^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{8}|[A-Fa-f0-9]{3}|[A-Fa-f0-9]{4})$/i.test(hex); }; ``` But if...

I thought Ant Design supports such an option in its `ColorPicker`, but PDFme uses `XRender`, which itself seems to implement https://www.npmjs.com/package/rc-color-picker And while this library seems to provide a property...

Thanks for the comments! I'm actually not sure what would be the best (or most understandable) solution. There could be even cases where identical field keys could be convenient, for...

I am not fully familiar with how field names are used internally in the PDFme library, but I have a suggestion regarding the use of unique field IDs. What if...

> How would this work with UUIDs? If you have an input that you wanted to use in 3 different places would you have to provide that same input 3...

> Either way this would be a very big breaking change throughout pdfme. I don't think it's a bad idea but the implications are major. Well, since I'm not too...

It would be also nice to include waypoints in the data export.

Thanks a lot for looking into this issue! I tried to capture the complete log after a factory reset. I ran the following CLI commands: ```sh meshtastic --ble "Meshtastic_5001" --factory-reset-device...

Thanks a lot, @fifieldt ! Find attached the log file. [20241224_meshtastic_wio_tracker_1110_log.txt](https://github.com/user-attachments/files/18235730/20241224_meshtastic_wio_tracker_1110_log.txt) Like last time I did a factory reset first, then started logging, enabled telemetry and the device rebooted when...