Russell

Results 20 comments of Russell

the signature of mkdir on Windows is different :sweat:

I would like to work on this issue. I started browsing the code and wasn't sure where to find the place to add a flag to "WindowServer IPC comm +...

> The reason for this is probably that the DOM inspector is a modal window I'm not sure if this is true... I was looking for the place where the...

@nefarius will that work with DS4Windows in general? I want to get exclusive access to my DS4, but I get: > Warning: Could not open DS4 exclusively. You must quit...

@syne- this worked!! I needed to: - quit Steam & Uplay - stop DS4Windows - disable/re-enable HID-compliant game controller - start DS4Windows and for the first time ever, exclusive mode...

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option

``` /usr/bin/ld: CMakeFiles/LibWeb.dir/LibWeb/Bindings/NodeFilterWrapper.cpp.o: in function `Web::Bindings::wrap(JS::GlobalObject&, Web::DOM::NodeFilter&)': /home/runner/work/serenity/serenity/Build/lagom/LibWeb/Bindings/NodeFilterWrapper.cpp:362: multiple definition of `Web::Bindings::wrap(JS::GlobalObject&, Web::DOM::NodeFilter&)'; CMakeFiles/LibWeb.dir/home/runner/work/serenity/serenity/Userland/Libraries/LibWeb/Bindings/NodeFilterWrapperFactory.cpp.o:/home/runner/work/serenity/serenity/Userland/Libraries/LibWeb/Bindings/NodeFilterWrapperFactory.cpp:14: first defined here ``` I don't understand this error. I can't find the second definition...

> ping @miller-time oh shoot, this slipped my mind! I will try to do the Realm update later today.

Rebased and pushed but I'm guessing that the `NodeFilterWrapperFactory` should ***not*** be added because the section that talked about wrapper factories has been removed from [AddNewIDLFile.md](https://github.com/SerenityOS/serenity/blob/master/Documentation/Browser/AddNewIDLFile.md).

@ADKaster thanks so much for all the corrections! rebased the branch, squashed all the messy commits... It still says `Call to unknown function: ‘mkdir’` but that's happening during this step:...