Jozef Harag

Results 24 issues of Jozef Harag

As the title says I just upgrade `setup.py` package to support all recent python version.

Github has a built-in support for citation. Can you please consider adding CITATTION.cff file to your repository so we can easy cite your work? Info: https://citation-file-format.github.io/ https://twitter.com/natfriedman/status/1420122675813441540?lang=en

**Environment (please complete the following information):** - **WebdriverIO version:** 7.6.1 - **Mode:** WDIO Testrunner - **If WDIO Testrunner, running sync/async:** async - **Node.js version:** 16.0.0 - **NPM version:** 7.10.0 -...

Needs Investigation
help wanted
wdio-runner

First of all thanks for a great library. I have a use case where I need to render nested modals side by side. The pseudo output looks like this: ```...

bug

The `instanceof` check does not always work correctly, especially when you work with elements created in a different contexts. To demonstrate run this on some page: ```js const iframe =...

Apparently, this awesome extension [won't work](https://stackoverflow.com/questions/65975659/how-do-i-get-access-to-all-the-files-in-the-extension-in-chrome-extension-manife/65976345#65976345) with [Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/mv3-migration/) since it's not possible to access filesystem API from `service-worker`

The [`timeRemaing` callback in requestIdleCallback](https://github.com/microsoft/clarity/blob/master/packages/clarity-js/src/core/task.ts#L173) polyfill always returns the same number. Steps to replicate: Run this function ```js requestIdleCallbackPolyfill((deadline) => { // infinite loop while (deadline.timeRemaining() > 0) { console.log((deadline.timeRemaining());...

I noticed that you overwrite some prototypes. For example, in order to record CSS-in-JS, you apply a proxy on [`insertRule` and `deleteRule`](https://github.com/microsoft/clarity/blob/master/packages/clarity-js/src/layout/mutation.ts#L45-L53). That's fine to do it. The problem is...

Hi, thanks for great plugin. Is it possible to send a variable which is generated in a pipeline to kubernetes as ENV variable. Something like this (Notice last line in...

Would it be possible to provide more info in [ChunkLoadError](https://github.com/webpack/webpack/blob/main/lib/web/JsonpChunkLoadingRuntimeModule.js#L309), i.e. exact reason of failing? I have an interesting case where from time to time my chunk is not loaded....

question
inactive
webpack-5
Send a PR