Bradley Matusiak

Results 18 issues of Bradley Matusiak

for rebuilds

So after finding that UNBUILD hasent been run in a while... it would be a possible idea to run this on `npm install` using the `prepare` Life Cycle script please...

Hey GUN Developers! I have been working with @onlykey to create 3rd party api support for hardware encryption to SEA and other web apps that uses P256R1 P256K1 CURVE25519 NACL...

Is it possible to have a "Area" with a range to color between 2 points like this ![image](https://i.imgur.com/DwItcWa.png)

enhancement
need proposal

i would like to control the layers of the chart elements via z-index.. is there already something for this? i may randomly add a line and i would like to...

enhancement
need proposal

this is a stupid idea but, can someone help me find a way to emulate the firmware over usb gadget HID on raspberry pi zeroW here is a repo i...

**Describe the bug** following instructions in readme, fails to build **Expected behavior** a successful build **Environment** linux node-v12 **Logs** ``` /home/ec2-user/environment/brad/keeweb/keeweb/keeweb/desktop/scripts/util/browser-extension-installer.js 18:93 error Delete `,` prettier/prettier 21:29 error Replace `⏎························`${home}/Library/Application·Support/Mozilla/NativeMessagingHosts/`,⏎····················`...

bug
dev
need info

a way to update position of the select menu.. i add stuff dynamically and this increases page size length, the dropdown menu seems not to stick under the input when...

enhancement
help wanted
need more info

### Summary We need a documented way to change dev server's cors policy. this is important to develop with remote services. because its current configuration for cors blocks these request...

CLI

``` js fs = require('fs'); sys = require('sys'); // string generated by canvas.toDataURL() var img = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0" + "NAAAAKElEQVQ4jWNgYGD4Twzu6FhFFGYYNXDUwGFpIAk2E4dHDRw1cDgaCAASFOffhEIO" + "3gAAAABJRU5ErkJggg=="; // strip off the data: url prefix to get...