Ian Robertson
Ian Robertson
I have seen similar issues with alpha2. Even calling this.refs.menu.changeActiveLinkTo('/users'); or using does not set the active class on the menu items. With hot reloading though, if i add/remove/add The...
I tried --runInBand and it doesnt appear to stop the results from each suite over-writing each other. I can see the file size growing and shrinking as the tests run....
It still seems you need a service principal with the "Company Administrator" role to just do simple read queries of the users in AAD via the Graph API. A user...
@Pikhulya have you actually tried your suggestion? As I said in my comments even users without any elevated permissions can read users from a directory as long as the log...
@Pikhulya thanks for a detailed reply. I have not revisited this issue for a while. I work at a company who has close links to Microsoft (we are a gold...
Hi there Bart By "round", in your caching policy, you could alter the date time offsets to be fixed times - eg 2025-02-20T15:00:00.000Z - you could create logic to set...
Hey Bart I was not suggesting that you use a "rounded" date, I was saying other users of the package may find it useful to do so, for different use...
Thank you for explaining the cause, do you have a solution? Do I need to report the problem to Syncfusion regarding pdfcore and the BMP images it creates? I am...
Hi there Thanks for your efforts. I will create a test that writes the bmp file to disk. So far it's all achieved with memory streams, as I don't need...
Hi Dirk I copied the memory stream holding the bmp to a file stream and wrote it out to disk. Hopefully this helps you? Thanks Ian On Fri, 2 May...