Aadam Zocolo

Results 20 comments of Aadam Zocolo
trafficstars

Stumbling across this after finding the warning in the comment of `Window::current_pos(...)` reads ` ... If the window is movable it is up to you to keep track of where...

Hi @cheery! I think this library is a big convenience to have. One could live without this library using udev rules to run a hook script of some sort, but...

A quick question, why are you deciding to use the `v8` and `nan` libraries instead of `napi`? I am new to C++ bindings in node, but from what I've found,...

@cheery Sorry for the delayed reply, days can get busy and weeks can fly by! I'm just getting into the N-API library, and want to use it more, and I...

Well, I'm not exactly sure of any immediate change, I was just looking to establish how strict we needed to be with backwards compatibility. I'm curious about WebIDL too, I've...

Glad to see the new branch open! When I get some downtime I will definitely make an effort to contribute. Just to prevent work overlap @cheery, are you planning to...

I was able to work around this by _temporarily_ changing: `"defaultProject": "my-app"` to `"defaultProject": "my-lib-project"` in the root `angular.json`. After the `split-lib` schematic is run, I changed it back since...

The config is working at this point, but is not yet integrated into unit tests, or integration tests. I'll need more time to get a grip on whats going on...

@mihai-dinculescu > 1. Does the regex has to be mandatory? The 2 languages currently implemented don't make use of it and will get slowed down needlessly. I resorted to Regex...

>I'm not personally aware of a situation where regex for `target_folder` is required. Do you have one in mind? Ah, I think I sort of had some tunnel vision with...