Chetanya Kandhari
Chetanya Kandhari
> This would be helpful. > > https://medium.com/@wannabeph/xmlhttprequest-error-when-trying-to-google-login-a86620dbb0aa TL;DR Use an `Anchor tag` for login redirect instead of making an `Axios/Fetch/XHR` request.
@aquibbaig @Harkishen-Singh Another way to improve performance would be ETag-based caching. In the server, we can calculate the `etag` for an API response by hashing the response data, so that...
To elaborate on what I meant by a `useXticks` react hook, here is something I quickly prototyped, (but have not tested yet): ```ts // useXticks.ts import React, {useState, useEffect, useContext,...
Fixed by https://github.com/mattermost/mattermost-marketplace/issues/194
@themmm Were you able to run `collabora/code` docker image? Try: `curl -k localhost:9980` Should the docker run examples you included use `\\` as in the following example? https://sdk.collaboraonline.com/docs/installation/Docker_image.html#create-a-container-from-the-image-and-run-it
@domnik23 Can you try building and testing the latest version (in the `master` branch)?
Source: https://en.facebookbrand.com/instagram/assets/instagram?audience=instagram-landing I had to resize the icons from the above link.
> Only those planning to use Instagram’s assets in any broadcast, radio, out-of-home advertising or print larger than 8.5 x 11 inches (A4 size) need to request permission. @EionRobb As...
@EionRobb How do other pidgin plugins solve this?
I solved this issue by downgrading the version of `react-scripts` in my `package.json` file. ```json "react-scripts": "4.0.3", ```