Mathieu Boulianne

Results 13 comments of Mathieu Boulianne

@withinoneyear @neil-buckley @cjones26 Have you find any work around for that? I'm in the same situation as you where I see no big difference between craco es-build vs CRA.

I get results very similar to yours: Craco only, no es-build ``` SMP ⏱ General output time took 36.45 secs SMP ⏱ Plugins IgnorePlugin took 6.18 secs TerserPlugin took 4.87...

@marius-c ` get something() { return createInstance(...).bind(this)(); } `

I have the same problem when trying to update to the newest craco version.

new jsfiddle: https://jsfiddle.net/ppyLhnqt/103/ how do you explain that I'm getting that now? ![image](https://user-images.githubusercontent.com/18729439/42634467-4bc30426-85b1-11e8-8d00-1c7f84c0c55b.png) The toolbar appears below my scrollContainer. I've hadded content before and after my container to represent my...

I think I found a similar bug: My editors are contained in a fixed container that lies at the end / bottom of the body tag with top: 0; bottom:...

@stefanneculai are you sure these are related? My bug is about the toolbar that isn't positionned correctly. However, I opened a similar bug https://github.com/froala/wysiwyg-editor/issues/3038 ?

@stefanneculai ok we'll see once this get resolved then. It's not a big deal for us since we found a workaround.

@JackEggie you can always do something like that: ` getCurrencyDetail(locale: string): MCurrency { const currency: MCurrencyType = this.currentCurrency; const currencyTemplate: string = new Intl.NumberFormat(locale, { maximumSignificantDigits: 1, style: 'currency', currency:...