John Anderson

Results 47 issues of John Anderson

https://gist.github.com/lheckemann/402e61e8e53f136f239ecd8c17ab1deb?permalink_comment_id=3842764#gistcomment-3842764 https://gist.github.com/suhr/4bb1f8434d0622588b23f9fe13e79973

I would to allow about registration and authentication via social networks but want to handle what happens when it comes back differently. There is no way to currently know where...

feature request

For example, with standard webpack we do: ``` webpack --mode production --env.ENTRY=forms --env.BUILD_VERSION=v1234 ``` and I'm trying to replace that like this: ``` react-app-rewired build --env.BUILD_VERSION=v1234 ``` but I don't...

I added a color picker to my toolbar, had it change the color and stored it as HTML. ``` import draftToHtml from 'draftjs-to-html'; const html = draftToHtml(draftState); ``` Now I...

**Describe the bug** When I try to install with yarn I don't get a menu: error C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\node-native-printer: Command failed. Exit code: 1 Command: node install/install.js Arguments: Directory: C:\Users\sonte\Documents\GitHub\eventray_onsite\node_modules\node-native-printer Output: ?...

bug

**Describe the bug** When I try to list printers the promise errors out: https://i.imgur.com/zZN0riy.png **To Reproduce** 1. Get the electron edge starter kit: https://github.com/agracio/electron-edge-js-quick-start 2. Modify renderer.js inside the window.onload...

bug

Since the github plugin already exists and enterprise has all the same exact APIs, could we get the ability to configure the github plugin for multiple hosts? It should work...

feature request
plugin
1 - Ready

JUnit.xml is a standard format that systems like jenkins support for giving test error results. A sample report: https://gist.github.com/sontek/7059671 Gives you error output, line numbers, etc. So you can give...

feature request
plugin

Hello, I'm coding some HTML that looks like this (its in a .ejs file if that matters): ``` Introduction to WebRTC * ``` My cursor is on the `*`. I'm...

indentation
javascript

This adds a new class `CompressedSerde` which allows you to use it as an entrypoint to compression. It defaults to using `zlib` and has immediate benefits on the size of...