Vic C

Results 19 issues of Vic C

Is there a hello world example that loads simulacra.js from CDN that works w/ ie11?

I saw a bug that you don't support ie 11? If that is so, you should list that in docs. Also, yes, in ie 11 it fails due to 'forEach'

Needed

Hi, I see nice M.ui layout/slider advertised here: http://muicss.com I look in git and the closest is sidedrawer.html. It looks bad. (nothing in menu on top to show me how...

I don't like .min files. In src there is mui.js (47 k) or mui-combined.js (57 k). Which .js should I use? Mui.js? I download master zip manually and node install...

TypeError: line.substring is not a function at BufferedReader. (/home/vic/Documents/GitHub/mbCLIx/src/.yarn/unplugged/wordpos-npm-1.2.0-031b04010c/node_modules/wordpos/tools/stat.js:92:22) at BufferedReader.emit (events.js:219:5) at PassThrough. (/home/vic/Documents/GitHub/mbCLIx/src/.yarn/unplugged/wordpos-npm-1.2.0-031b04010c/node_modules/wordpos/tools/buffered-reader.js:148:10) at PassThrough.emit (events.js:219:5) at endReadableNT (_stream_readable.js:1206:12) at processTicksAndRejections (internal/process/task_queues.js:84:21) at runNextTicks (internal/process/task_queues.js:66:3) at processImmediate (internal/timers.js:417:9)...

Hi, I/we use spectre on like 6 projects. ( eg https://www.ubaycap.com ) It be nice to have a built in background image with full bleed. Cheers.

is ie11 supported?

How can I detect if the poly is needed?

I'm sure you know you are on home page of hacker news :-). And I love this idea and plan to use it. I'd love an even simpler tutorial.

eg: ``` function imp(moduleJs) { depp.define({moduleJs:moduleJs}) return new Promise(function (resolve, reject) { depp.require(moduleJs, function () { resolve('OK') }) })//pro }//() ``` Something like this would return a promise after a...