Ivan Jager

Results 14 comments of Ivan Jager

I think "external" borders are usually what you get with reparenting window managers. Rather than drawing outside the window, a new window is created for the border and WM controls,...

In my experience, requiring documentation on _everything_ tends to produce documentation of the form /// This function does this and that. pub fn this_and_that() { To the point where people...

Do we know what the arrangement with Microsoft was? Are they now obliged to keep the original promise to open source it?

@shellscape I was looking for this same option, but I only see it as being useful for the initial transition to yarn flat mode. As I see it, automated environments...

@davidbarratt No, `flat` mode will install a single version of each package (like bower AFAICT). `npm dedupe` only deduplicates non conflicting dependencies. (Which seems to only be for somewhat cleaning...

FWIW, I ended up using redux-persist with redux-persist-crosstab, and handling the the REHYDRATE action explicitly to merge the changes in my reducer. I also had to work around an infinite...

If you have a repo anywhere near the size of google3, surely you can re-implement piper with a tiny fraction of that code. Then open source it for the rest...

@jafonsor Yes. When deployed, the NixOps configuration for that machine will be the whole configuration for that machine, replacing the NixOS config that was originally used to install it. So...

@lava It's still working for me, though if it makes a difference I'm using `nixopsUnstable`. IIRC there was something broken in nixops 1.x that made it unusable for me, but...

I have a slightly different use case for lazy loading: We're rendering thousands of slides and -- for performance -- would like to avoid even creating DOM elements for all...