Tom Fulcher

Results 11 issues of Tom Fulcher

Hi using webpack 4.x I'm getting the warning: DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead This is using 1.0.2 Just wondering if there is a planned patch...

We're using `.js` files for our locale files so we can include date formatting functions in our locales e.g: ``` function formatDate(i18nContext, month) { return `${i18nContext.named('day') ? i18nContext.named('day') + '....

I've been beating my head against the webpack/vue-cli wall for the last few days so thought I'd reach out. I have a pages config setup like so: ``` publicPath: '',...

The bug occurs when a theme has one or more plugins that rely on jquery chosen. Multiple instances of chosen are getting added to the markup and it is breaking...

bug

Hi I am having issues trying to modify my options after the control has initialised using the api like so: datePickerElement.datepicker("option", "beforeShowDay", doSomething); Just wondering if there's a fix/workaround for...

There doesn't appear to be a way to get a $ at the beginning of a pattern it blows up with a length exception.

The documentation around switching to the new requirement of OAuth 2.0 is virtually non existent. When trying to access the api we're now seeing permissions failure but when reading through...

bug

`const getThemeConfig = (extractLess, themeNameToPassInToLess) => { return { test: /\.(css|less)$/, use: extractLess.extract({ use: [ { loader: "css-loader", options: { importLoaders: 1 } }, 'postcss-loader', { loader: "less-loader", options: {...

``` {{ itemListing.selectedVideo.productId }} ``` If I set this up and trying an output itemListing.selectedVideo.productId it will return the entirety of the selectedVideo object not just the productId I've tried...

Hi! Just letting you know the build cmd isn't currently working: Unable to find version '4.7.0' of package 'System.Threading.Tasks.Dataflow'. Unable to find version '10.0.2' of package 'Newtonsoft.Json'. Generally do you...