Results 12 issues of Nermin Skenderovic

Since I'm trying to implement Dijkstra's algorithm, I want to be able to update the priority of an already existing entry in the queue.

enhancement

Why was support(#274) for automatic HTTPS removed? As per #520 and #511 it is understandable that users might want to use manual certs and keys, **but** there is still, no...

``` priorityQueue.push("x,y", 10) priorityQueue.push("a", 20) console.log(priorityQueue.pop()) // 0 console.log(priorityQueue.peek()) // 0 ``` The output should be ``` "x,y" "a" ``` I want to use Dijkstra's algorithm on a 2D-array grid....

enhancement

Add support for being able to use require instead of import. This is useful when working with Node.js and you for some reason can't use ES modules

enhancement

Why is `puppeteer-core` necessary to install? I don't see it used in the code examples. Only `chromium.puppeteer` is used.

bug

For example, I might want to highlight the whole line where an error occurred so it's easier to find when scrolling

I have these `data.txt` files I want to copy: ``` src d01 index.ts data.txt d02 index.ts data.txt ``` the destination is: ``` dist d01 index.js index.js.map d02 index.js index.js.map ```...

Where are the commands for - copy line up/down - toggle line comment - toggle block comment - delete line

### What is your Scenario? I have a user flow where, depending on the input, a new element might appear, and if so I need to click on the element...

TYPE: bug
STATE: Need response

### What is your Scenario? I'm having [this issue](https://stackoverflow.com/questions/78631743/testcafe-how-to-test-dynamic-url-popup-window-that-is-dependat-on-previous-tab-s), and am stuck, because it's a combination of several challenges that together make it next to impossible to solve my use...

TYPE: enhancement
STATE: Need clarification