Wouter Buckens

Results 20 comments of Wouter Buckens

In my opinion, the biggest reason to use the more obvious name `sciter` would be that people will try to add `sciter` as their dependency at some point. If there's...

Thanks for the answer. Is this something you're looking into or are you looking for others to take this on? Also, I've tried manually making Texture Send and it seemed...

At first glance, `node-updown` (this project) is somewhat smaller and more modular. It uses the built-in Fetch API when running in a browser, and it supports a treeshakeable functional API....

I was about to comment in your issue, but it's probably better to keep the thread in one place 😃 The first question should probably be how far you would...

@MichaelDeBoey What do you mean with "business logic"? What specific logic are you missing in `node-updown`? @ffflorian So I haven't really received an answer to my first question, are you...

Interesting! I don't really use the grouped metrics so I didn't look into them too much when adding the types, but that definitely looks like an improvement. Could you submit...

We looked into the issue, I don't recall the specifics but it had something to do with the library not using secure websockets on windows. We patched it for our...

While I too have mixed feelings about the acquisition by Microsoft, let's not turn these comments into MS-bashing or whatever. There are other places for that. This PR is nothing...

I needed something similar so I implemented Handlebars support for my use case, see #34. @wcampbell0x2a I think this would also fit your requirements, correct? It would require copying the...

I'd say no, only the properties of the object itself would be made optional. There may be room for a 'deep partial' variant but I don't see as many uses...