Mitar

Results 583 issues of Mitar

I am trying to create tests for the Meteor integration package. But it seems like I cannot really render Vue components inside Meteor test framework? See this branch: https://github.com/meteor-vue/meteor-integration/tree/tests (I...

It seems that style from .vue files inside `` tags are added inline inside `` to DOM. I would prefer that they are added to the global Meteor CSS file...

I started working on fixing #223 and I ended up with a complete rewrite of the package. I think it is much better now. :-) It is using a custom...

If I include a Blaze template from Vue app which uses Vue router, and that Blaze template wants to provide a link which would change the current page/route in Vue...

question

I have another issue with uploading large files to Wikimedia Commons. I get at some point: ``` Error: ('chunk-too-small', 'Minimum chunk size is 1,024 bytes for non-final chunks.', 'See https://commons.wikimedia.org/w/api.php...

bug

I think the issue is that after uploading all chunks, the client has to wait for combining to finish. And that can take longer than default 30 seconds timeout. I...

bug

Very useful when dealing with images.

At least by available documentation PKCE does not seem to be supported on OAuth endpoints. Moreover, I tested and CORS requests are not supported on OAuth token endpoint. Allowing those...

This allows auto-configuration of the OAuth client. See more information in this RFC: https://tools.ietf.org/html/rfc8414 Example: https://developer.okta.com/docs/reference/api/oidc/#well-known-oauth-authorization-server There is similar configuration for OpenID Connect, which could also be provided: https://developer.okta.com/docs/reference/api/oidc/#well-known-openid-configuration

Currently it is not possible to access it from the browser. So auto-configuration there is not possible.