Niklas Correnz
Niklas Correnz
I thought @aryaemami59 was already looking into it (first comment). But sure, this isn't a high priority thing, just an inconvenience.
Yes, there is a bug in the `UriResolver::combineRelativePathWithBasePath` - I've written a test: ```php use JsonSchema\Uri\UriResolver; use PHPUnit\Framework\Constraint\IsEqual; use PHPUnit\Framework\TestCase; class UriResolverTest extends TestCase { public function testcombineRelativePathWithBasePath(): void {...
We've been using my fork in production for nearly 2 years now. This is a bug and without the fix our tests fail. The `dirname` is just a string operation,...
@DannyvdSluijs I've rebase my fork! If there are issues coming up in the actions, I'm happy to solve them.
uh, that explains why we keep missing out on deprecation notices. We use a lot of static setups that use the kernel
No, unfortunately not. I had to downgrade back to [node-sass](https://www.npmjs.com/package/node-sass) and [styled-jsx-plugin-sass](https://www.npmjs.com/package/styled-jsx-plugin-sass).
You need 2.3 at least and then create an implementation like this: https://github.com/microsoftgraph/msgraph-sdk-php/issues/1407#issuecomment-2019816707 It's a bit cumbersome at the moment. There is more discussion going on in https://github.com/microsoftgraph/msgraph-sdk-php/issues/1469, too.
is that coming from your server? then please post a callstack. if that error comes from Microsoft, then I doubt the implementation here is at fault bc it doesn't modify...
I am not sure, what you are trying to do there. Access tokens usually don't last very long. Like 30min is common. After that you have to use the refresh...
This is a blocker for us, too. We already store and renew our user's access tokens, and that's a system build for multiple OAuth services, not just the msgraph. This...