Mathias Oberson
Mathias Oberson
> For everyone who wants to have this feature, could you please answer the following question to help us better understand the use case? > > * What's the coverage...
Yes, I'm pretty sure there's something in my environment that messes with those test runs. No idea what could, though. > Like the environment variables? Any hint as to what...
> @Tazaf could you check if disable `boot-java.live-information.automatic-connection.on` can solve your problem? @jdneo Well, it actually does 😄 With this setting disabled, the test suite is all green when launched...
Well... I can try, but I don't know when I will find the time to do so, as the following weeks are pretty busy for me. I'll keep you posted...
Especially since the `gulpfile.js` uses `gulp.start()` which is no more supported by the latest version of Gulp (4.x), thus raising an error when executing `gulp setup`. Using a `package.json` file...
It's not a "bug", _per se_. `watchPosition()` being an asynchronous operation, you can't access the `$geolocation.position` object right after calling the method (because it's result hasn't been returned yet). It...
> You can import all the `Editor` types from `tinymce`. E.g: `import { RawEditorSettings } from 'tinymce';` Hum... tried that, but `tinymce` doesn't seem to be something I can `import`...
Well I apparently did something wrong in my initial test, because the import from `tinymce` is now working as expected 🤷 Thanks 👍
Hi there ! You're not the first to ask this. Porting Ionicitude to Ionic 2 is in fact in my TODO list, but it won't happen until some time in...
Hey ! You're right, `ionic serve` would launch the app but fail as soon as you click on an example. But... your problem is strange... What do you mean by...