Flavian Hautbois
Flavian Hautbois
Worked for me when I added "chart.js" in transformIgnorePatterns: ``` // jest.config.js const esModules = [ ... "ng2-charts", "chart.js", ].join("|"); { ... transformIgnorePatterns: [`/node_modules/(?!${esModules})`], } ```
@leighsmith My Uno works very well on a MacBook Air 2017 running Monterey (12.6.1) but not my MacBook Air 2022 running Ventura (13.6.3). It seems to be using the generic...
By the way, M-Audio claims the Uno has been tested and is supported on Ventura, both on Intel and Apple Silicon processors: https://support.m-audio.com/en/support/solutions/articles/69000824934-m-audio-macos-13-ventura-compatibility#Firmware-Updaters Maybe all the device needs is a...
I just had an email exchange with the M-audio support team, they insist that only Apple M1 "base-level Apple Silicon" (whatever this means) are supported by the Uno. The rest...
@shilman how can we contribute to help?
@MartinPacker the animation is added externally through Powerpoint in my case, and this is intentional in my workflow. I think this is different from slide transitions too, because slide transitions...
What line ending do you use? My setup is the eclipse / git default, so it should be CRLF
BTW I can't find your email, could we chat about how this library could be made compatible for reading DDEX files as well?
OK, Eclipse's default is CRLF, and then Git converts this to LF, which usually works fine with other repositories I participate in. LF is more "unix", so it would make...
Hi @ascorbic , I really love this feature! Is there a timeline for it to go from experimental to stable?