Nicolas Bonamy

Results 10 issues of Nicolas Bonamy

Hello, I am going to be playing with EnergyBar and add new widgets and so on. Everything compiles successfully in Xcode 12 but when I run it from there nothing...

## Use case For an app I am developing I need an autocomplete text field which is basically a MacosSearchField without decoration (no magnifier icon, no clear button). ## Proposal...

Images can have multiple ispe boxes (thumbnails...)

**Describe the bug** When triggering a keydown, I need the code option to be preserved. For now it is overridden with keyCode at https://github.com/vuejs/test-utils/blob/e96db6a232cfc72c0a8c98ce3f3b51834025b2ae/src/createDomEvent.ts#L113 **To Reproduce** await wrapper.find('input').trigger('keydown', { code:...

bug

I get a crash when I create a browser: `const browser = mdns.createBrowser(mdns.tcp('http))`. The error displayed is: ``` # node[6452]: void node::cares_wrap::{anonymous}::GetAddrInfo(const v8::FunctionCallbackInfo&) at ../src/cares_wrap.cc:1575 # Assertion failed: args[4]->IsUint32() -----...