Martin Kolárik

Results 268 comments of Martin Kolárik

I'll keep this open to consider later but in the end we may just decide to recommend using explicit branch names. Resolving this dynamically per repository is probably something we...

Today I found that GitHub supports `@HEAD` references, which seem to point to the default branch, e.g. https://github.com/ractivejs/ractive/blob/HEAD/package.json. However, I couldn't find anything at all in GitHub docs about it....

@evromalarkey I did notice this problem but you can easily configure devtools to show full paths by right-clicking the column: ![image](https://user-images.githubusercontent.com/6192491/102700520-891a0c00-424e-11eb-999c-5e378b720cab.png) Alternatively, you could also add the filename as a...

Hi @FredKSchott, the performance may of course change over time as each of the services develops. We would have preferred showing realtime results but that wasn't possible so we went...

Thanks for the report @vp2177. I don't immediately see where's the problem as `L.html` returns the correct object but we'll check this further later.

@vp2177 after closer inspection we found the problem but not yet sure how we'll be able to fix this. lit-element imports main lit-html file [here](https://github.com/Polymer/lit-element/blob/master/src/lit-element.ts#L63) and it also imports another...

@FredKSchott it seems Skypack is now consistently faster than it was before so we decided to update the numbers.

> I think it's because import css Yes, that is not supported yet, as mentioned in the original post. > Another problem is https://esm.run/dayjs (works on https://esm.run/dayjs/esm though) dayjs removed...

@mikabytes indeed, that is basically the issue described in https://github.com/jsdelivr/jsdelivr/issues/18263#issuecomment-774369214 and we might end up introducing some options to fix it.

We're aware of this pattern for CJS files but I'd say it's a bad idea to assume `process` exists in ESM code. One of the key advantages of ESM is...