stalsma

Results 9 comments of stalsma

There is already a bug against boilerplate itself (https://github.com/h5bp/html5-boilerplate/issues/1315) for exactly this issue. But since it doesn't affect boilerplate w/o the ANT scripts, it was closed, as apparently Opera wants...

I'm seeing the same thing on my MSI B550 (NUVOTON NCT6687-R Controller Chip). Works great on boot, but hit-and-miss (mostly miss) coming out of hibernate/sleep. There are several references to...

Want to chime in here. This is how Synology NAS and FritzBox routers also tackle the issue. I am needing integrations for 2 providers that aren't listed. It seems like...

I'm seeing the same thing. Every time I come out of sleep (but only sleep--not after a reboot), I have to refresh ~3x before everything loads. Running v175.

This should be working out of the box. You might be missing the _type_ property. Here is a snippet from one of my forms. Note that I'm using the bootstrap-4...

I'm running into this issue was well. I was previously using 0.6.0-alpha.7 but was compiling with ng4.x. Upgraded to ng5.1, and upgraded this library. Runs fine when using ng serve,...

I'm posting my code here as an example that implements the fix. I have a dedicated module that wraps this module, so that I can share it across other feature...

I just duplicated this issue, but with a different error. > bower Respond#\* cached https://github.com/scottjehl/Respond.git#1.4.2 > bower Respond#\* validate 1.4.2 against https://github.com/scottjehl/Respond.git#* > bower ENOTFOUND Package 1 not found But...

This worked for me ``` const purgeImport = require('@fullhuman/postcss-purgecss'); const purgeCSSPlugin = purgeImport.purgeCSSPlugin || purgeImport.default || purgeImport; const purgecss = purgeCSSPlugin({ content: ['**/*.html', '../public/**/*.html'], autoprefixer: {}, cssnano: {preset: 'default'}, safelist:...