Marcin Warpechowski

Results 74 issues of Marcin Warpechowski

This is a continuation of to https://github.com/Starcounter/starcounter-include/issues/17, because after some research, I have managed to further isolate the problem to `imported-template`. The problem is that nodes stamped by `dom-if` are...

In [nineties-under-construction.html](https://github.com/zinas/the-90s-polyfil/blob/master/nineties-under-construction/nineties-under-construction.html), I noticed that a hack is used to access the imported document: ``` html var ucImport = document.querySelector('link[href*=under-construction]').import; ``` This doesn't work for me when an import is...

There are some issues when parsing strings copied from Excel that contain double quotes. For example, when you write `"A` in one cell and `"B` in the next one, the...

Implements #8 To do: - [ ] deploy on the target subdomain - [ ] add a cross-browser test for CORS (IE11, Safari) - [ ] add a JavaScript, URL...

I discussed it with @krzysztofspilka yesterday that we should offer a free CORS proxy to help the developers get a quick start with Spreadsheet Viewer. The CORS proxy removes the...

enhancement

The name "Web Messaging API" is not intuitive. There is no such thing in the Web standards. There used to be a document "HTML5 Web Messaging", but actually it defines...

enhancement

I tried using the client library with frame assets hosted with CDNs `skypack.dev` and `unpkg.com` and they both have the same problem: Providing a custom query string (`?svId=...`) by client...

enhancement

Use a less popular port number 8080 in our developer samples, because that people might have existing dev servers, service workers, etc running at that port. It is confusing that...

enhancement

Hi, Thanks for a great tool! I discovered one problem with it that I think should be treated as a bug. Or, probably the docs need a clarification. ---- The...

bug