Martin Charles
Martin Charles
This image is available on quay at [quay.io/0xcaff/openvpn-client][quay]. The builds on Docker hub are failing. Here's the build log. It seems to have something to do with the wait-for submodule....
The current client implementation handles reloading by calling `window.reload`. https://github.com/pikapkg/esm-hmr/blob/07bf62c2ff783a4ea3319c0b2baa3351b65c073c/src/client.ts#L16-L18 This doesn't make sense for WebExtensions where reloading is done by calling `runtime.reload`. I'm sure there are other contexts where...
It would be awesome if rich notifications with images, multiple actions, and maybe even reply actions were supported.
I'm trying to read and understand the source code. Where is `calculateFingerprint` defined? It seems to be missing from the repository.
This plugin doesn't declare a `peerDependency` of the version of graphql it is compatible with. I tried it with graphql 0.12.3, and recieve the following error when running `tslint`. ```...
Expose a safe wrapper around BNRegisterBinaryViewEvent Looking for feedback on: * Naming. I don't have a strong grasp on the names of the things in binary ninja in general. Specifically,...
I was wondering what the consensus was of adding an interface to provide the ability to use custom getters and setters? Possibly as an argument to `applyChange` or `revertChange`. This...