Cookie Engineer

Results 47 comments of Cookie Engineer

@samyk This was actually meant to be a serious question 😕

It's about iterator and length variable naming, not the chunk or the element itself, so mental mapping does not apply (except if you want to name it `dataset_iterator` and `dataset_length`...

Yep, will do one when I have enough time. Probably tomorrow.

When using `splice()` there's no way to get around a classic loop. forEach will continue and skip the next entry right after the deleted one. Only solution would be to...

> What's "lazy caching"? Lazy caching is the idea to offload hard computation (map/reduce) off the computation loop and into the parts of the code where it changes. ```javascript let...

Woah, awesome! I've gotta say, nidium feels more and more like a wet dream for (native) App developers. Is there any way to contribute to the API docs or are...

Okay, now my question is: There are Open File dialogs and they work perfectly. Are there also Save File Dialogs? The [window bindings](https://github.com/nidium/Nidium/blob/master/src/Binding/JSWindow.cpp#L1115) and [UI interface](https://github.com/nidium/Nidium/blob/9407ec16dd861501f9b8ccc2095d5a6b8888bfdd/src/Interface/linux/X11UIInterface.h#L55) seem to have none...