Dmitry Druganov
Dmitry Druganov
Would it make sense to add a course setting, which enables file system fake repo for the course? It could be, for example, a path to a course directory. I...
The following code: ``` var authenticator = new OfficeHelpers.Authenticator(); authenticator.endpoints.registerMicrosoftAuth('...'); authenticator.authenticate(OfficeHelpers.DefaultEndpoints.Microsoft, true); ``` produces this error in SharePoint Online being called from an Embed: ``` error TypeError: Cannot read property...
Jest hangs on the following sample test: ``` const { waitFor } = require("@testing-library/dom"); describe("test", () => { it("test", async () => { let value = 1; setTimeout(() => {...
Modifying of source HTML files and converting them again to JSX using `HTMLtoJSX` requires a lot of manual work to re-apply custom changes made in JSX (e.g. set custom properties,...