Juliusz Kościołek

Results 15 comments of Juliusz Kościołek

Tell me if it suits you so far, then I'll write the tests.

#**https://github.com/vadimdemedes/ink/pull/431**

If you click a child of `#clickable`, the bug will occur as well.

The still is still being registered on the `label`, it's only the `input` that doesn't get it.

@alexander-akait There's further explanation in the test file: https://github.com/webpack/webpack/pull/18302/files#diff-704c7db65db3c626574febb499039bd28ea77e5675747e9924b6e3738cda11a9R13 Also you might find this interesting https://github.com/webpack/webpack/pull/18302/files#diff-d7226814b80e1c9c596f24913bb3c05e1ea96def6c20a1313433f225fa4996d8R1

I [removed](https://github.com/webpack/webpack/pull/18302/files#diff-9a6c6f708e678a6d207b65f843d7f91f4d4f734c040c4b8ea5282e3efe27e25bR331) the block that handles `import`s (`HarmonyImportSpecifierDependency`) in `optimizeIncomingConnections`. The block that handles exports (`HarmonyExportImportedSpecifierDependency`) is still there. 14 test cases in `Test / basic` seem to fail: ```...

Looks like this is the expected behavior :/ https://github.com/emotion-js/emotion/blob/1135f8e9d97ea711eb483368313afdfe7b176845/packages/react/__tests__/globals-are-the-worst.js#L8 This is really weird and counterintuitive.

@fransiscus-hermanto This won't fix it. The order of declaration matters, not the order in which class names are applied. Stylesheets need to be injected differently, so this: ```html .myClass {...

Is there any progress? Why this got closed? Passing secrets via env vars works, but I don't think it's a good practice, it creates coupling which is not as easy...

# 1. No service worker Looks like you can do `service_worker_relative_url: ''`, and then the client will work without a SW, so you may use your own. This has security...