Zoltán Lajos Kis

Results 6 comments of Zoltán Lajos Kis

In the meantime I checked out d3.js. There the solution for the "jerking" problem seems to be that every node has an invisible edge connected to the center of the...

It could. It would call incompatible_8(), which would return false: (1100 & 1100) ^ (1110 & 1111) = 1100 ^ 1110 = 0010 != 0 As incompatible returns false, you...

Hi, right; now I'm not sure either how this works.... :-/ Now I start to believe you are right :-) I guess incompatible should really be ((a&am&bm) ^ (b&am&bm) !=...

There is some leftover code in "secchan/port-watcher.c". You can adapt that to monitor ports and update the liveliness flags.

> You're saying you want custom behavior for how to handle zero value ModTime. You can create this http.FileSystem implementation wrapper and include whatever custom logic you want. This way,...

> However, can you clarify which issue specifically you had in mind? Serving `vfsgen` generated assets with `http.FileServer` does not automatically mean HTTP caching will happen. It only happens for...