steve

Results 12 comments of steve

@parkerault thanks. Its a thought when debugging maybe, thanks. Though I want an elegant solution I can put in and forget about. Yes css modules is ok, though it also...

I've got around it by this method, though it seems a bit hacky, I'm, sure there is a better approach ```javascript import { defineFeature, loadFeature } from 'jest-cucumber'; import fs...

global functions may be microseconds faster than namespaced functions, but whats more important? - maintenance, or micosecond difference in performance? Why is require.js populate? The reason is because it keeps...

I think its caused by the paths. When I removed mine it worked. Try playing around with that.

I've found a temporary workaround though not ideal. **_It is ace.js that breaks require.js load._** I've forked the original project **fork - jodit** ``` git clone jodit cd jodit npm...

**solution including jodit as a dependency via requirejs - shimming the other dependencies** ```html require.config({ baseUrl, paths: { 'beautify-html': "/js/lib/beautify-html.min", 'beautify-css': "/js/lib/beautify-css", // dynamic load from beautify-html beautify: "/js/lib/beautify.min", jodit:...

I also can't sign in using the example README instructions. I get error: $ node example.js myproject\node_modules\garmin-connect\dist\garmin\GarminConnect.js:58 throw new Error('Missing credentials'); ^ I looked at the code in GarminConnect.js and...

I had the same problem. I developed a workaround by downloading the selenium server java file and chromedriver manually, using gulp plus node run cmd package to run dual cmds,...

I have same issue using react-refresh. Thankyou - @mecirmartin I thought this solved my problem but only on refreshing page, not loading first time My babel file: ```javascript module.exports =...