Mike Collins
Mike Collins
This is a very serious flaw in the system and needs to be fixed. Every time the server responds with ANYTHING your code should take any `Set-Cookie` headers and adjust...
Interesting!! I wrote this code: ``` const path = require('path'); const fs = require('fs'); const fsp = fs.promises; async function runForever() { if (!fs.existsSync('./temp/one/a')) { await fsp.mkdir('./temp/one/a', { recursive: true...
I will send something later today. On Thu, Feb 14, 2019, 14:50 Maxim Baz Do you guys have an example page where this can be reproduced? > > — >...
Sorry. I was in meeting until late. Here is some code that should work for your testing: ``` Form in shadowDOM example (function() { function getTemplate() { var templateEl =...
6.8.275
@manucorporat To your first post: Yes, I am aware that the fragment is needed to have a single root. That is EXACTLY why I am asking for this. Why can't...
I'll give some code and what I assume your compiled code is giving both for a single element return and a multi element return ```jsx render() { return } ```...
FYI: I am no longer on the project that had this issue and have no way of validating if this is working or not. I still think it would be...
At some point I would love to demo my transpiler: https://www.npmjs.com/package/@evolvedweb/wc https://www.evowc.com/docs/intro