David Mason
David Mason
Automatic CORS preflight (added in 1.16.0) always returns header `'Access-Control-Allow-Origin': '*'`. When using credentials, `'*'` is not accepted by browsers, and a specific allowed origin is needed instead. When I...
If a bundled module has a `sourceMappingURL` directive, browserify will leave it intact, which appears to be worthless or harmful towards getting source maps to work properly in browsers. Ideally,...
When the window size changes, I want to keep the same proportional size of my panes. For example: - I make a resizable pane at the bottom. - The user...
I am piping output from tape 4.2.0 into faucet, I'm not sure if this issue is caused by tape output or by faucet. According to what appears to be [the...
This meas the user has to press `Enter` to get back to the command line. This is an inadvertent effect of #5. I have not yet found a good way...
Just to test some stuff. #1
This is just for me to test something about github issues.
## Version info - intercom-rails version: 0.4.1 - Rails version: 6.0.1 ## Expected behavior Only valid markup should be generated. Style tags should be inserted in the document head. ##...