Dmitry Druganov

Results 4 issues of 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...

enhancement
area: authentication

Jest hangs on the following sample test: ``` const { waitFor } = require("@testing-library/dom"); describe("test", () => { it("test", async () => { let value = 1; setTimeout(() => {...

bug
documentation

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,...