Chris1234567899
Chris1234567899
Any news on this? This bug is unsolved since ionic 2.x I think :(
I wrote a hacky workaround back then - use at your own risk: ``` import { Directive, ElementRef, EventEmitter, HostListener, Input, OnChanges, Output } from '@angular/core'; @Directive({ selector: '[infiniteFix]', })...
Same goes for i18n. It's missing in the type definitions
Not beeing involved in the development here, but since I recently bought the hdrp version (awesome package guys!!) and focusing the same problem now, I thought about a couple of...
Yes the structure like @DanielJDufour mentioned would be perfect. If the size is increased vastly by mathjs, try updating to a newer version. From 6.x on, it is as well...
Thanks for the suggestion, yes, that's pretty much what I implemented in the meanwhile: Listening to a query on an "SyncStatus"-enum... Working well so far and looking forward when in...
The same thing seems to happen to other geometry types as it seems: marker -> different error (Cannot read property 'enable' of undefined) circle -> works linestring -> same error...
Agreed. This messes up relations big time and since neither non-integer primary keys nor composite indices are supported, relations are currently a nightmare to deal with. Unfortunately other packages like...
@nxtexe I tried to use your fork, but ran into problems with Chrome loading ffmpeg-core js file ( Not allowed to load local resource error) Can you confirm this is...
Not much to see: zone.js:1573 Not allowed to load local resource: file:///C:/projects/catr/src/assets/ffmpeg/ffmpeg-core.js Looks like the error is thrown by ngzone (I'm in an angular project). Also, I copied the ffmpeg-core.js,...