bolt-blue
bolt-blue
I am having afaict, exactly the same issue. @lhca So, if we e.g. have a script to retrieve .ics file(s) and then import them, we have no way to prevent...
As nick87720z pointed out, some form of unique ID's are present in `apts` (and presumably `todo`). I don't see my handling de-duplication on import would require any major overhaul. Even...
Thanks @quadroli, that's ideal. Might it then be recommended to not edit a copy? Again, the main reason I ask is because then it would feel like I'm messing with...
Granted we can of course mess with the files locally, but that's asking for trouble if one wants to have an easier time of pulling potential changes. I feel more...
@RobLoach Apologies for not responding earlier. It's fine for the issue to remain closed. I just wanted to mention that I was not implying that anything was missing, though if...
This is pretty much what I have for the current POC. I'm sure it's flawed, but I'm still fairly new to `nuklear`. ```c // Temporarily use rand for some colours...
I've forked and started to test the idea. https://github.com/bolt-blue/Nuklear/tree/feat/card Would love some advice as I don't know the code base well enough to know if I'm making the "best" decisions....
Specifically, there's only one commit at the moment to show the basic idea.
Added an example/demo to my fork. See . ```sh $ cd example $ make card $ cd bin && ./card ``` If anyone has thoughts, opinions, criticism, suggestions, I'd be...
This is what the demo looks like. It's the first basic example that came to mind, but given that `nk_card` is built on groups, a card can be many things....