Andrej Mihajlov

Results 93 issues of Andrej Mihajlov

### Describe the problem Hi, It seems that each time we change `webview-src/index.ts` we have to run `npm run build` manually to rebuild the `webview-dist/index.d.ts`. ### Describe the solution you'd...

type: feature request

### Describe the bug Hi, It seems that `externalBin` setting does not work as expected on Mac. This is my configuration: ``` "externalBin": [ "../../target/universal-apple-darwin/release/binary-a", "../../target/universal-apple-darwin/release/binary-b", "../../target/universal-apple-darwin/release/binary-c" ], ``` So...

type: bug
status: needs triage

Could you please push the latest 0.0.6 to npm? Thanks.

Hi, I tried to install electron-hot-loader into my react-redux boilerplate running with babel but I am not able to make live reload work. I put the following lines in my...

Hi, Some of garbage code that I have to deal with uses: ``` javascript document.forms["logon"].elements["username"] ``` This is essentially can be found on Steam's login page: https://store.steampowered.com/login/ Now whenever I...

1. Should make it possible to change number of characters per line by updating `.swift-format` configuration. 2. Should resolve issues with unnecessary excess indentation that's often produced when changing existing...

enhancement

Hey, that's what I get during installation of zmq. Seems like some of scripts are old. > ➜ zeromq-node npm install zmq --save > > > [email protected] install /Users/pronebird/Downloads/zeromq-node/node_modules/zmq >...

I am looking at some py bindings for zeromq and what they do for REQ socket is: ```python socket.send ("Hello") message = socket.recv() ``` `.recv()` is undefined in zeromq.node and...

Hi, I have noticed that calling `as_ref()` on error returned from `anyhow::Result` always errors with `type must be known at this point`. It seems that simply casting to `dyn Error`...

Hi, Looks like a really cool library to stream JSON-RPC, but it lacks examples and it's really not obvious how to use it. Cheers, Andrej