Jur93n

Results 9 issues of Jur93n

Is this expected behavior ? Edit: When i run cmd/register on another device then this service is detected by cmd/browse

Is branching supported ? Also what happens if two users have modified the same file, is there a user interactive merge ?

Could someone describe how to render a full resume to html? Currently i only get my name in the html output.

revisit

A single line addition to CICD.yml

Hi Sinclair :-) What would you say is the state (Prototype, Alpha, Beta) of this project? Is it usable in it's current form? Thanks

If size_t len = write_length(c); returns 0 then the next loop will cause a serious issue: for (size_t i = len; i != 1; --i) { // select lower 6...

Most color bulbs have a feature called color temperature, like many Hue Color Lights that I have in my HomeKit. In this library we do have characteristic.ColorTemperature but it is...

**Describe the bug** When a YeeLight is not physically powered on, the Connect() function will not call Watch(), which means no background task will be running that will connect the...

https://github.com/Cubified/tuibox/blob/28035a91f23808024b4effccb47a0ae0d5b297b3/demos/demo_basic.c#L27 A realloc is mostly a `free -> copy -> malloc`, so the incoming buffer pointer will be freed, causing a double free at the caller site.