-
Task3
Основна проблема полягала в тому, що код припускав наявність елементів в документі до виконання скрипту, але спосіб їх створення не був наданий або обговорений. Ось ключові моменти, які потр…
-
Not sure if this is a known issue, a known limitation or something that can be fixed.
If you modify a largish file (~1000 LOC) when using `LexicalPreservingPrinter` then the operation is quite slow…
-
I'm watching for some DOM elements on youtube.com/watch using:
```js
const observer = new MutationObserver((mutations) => {
mutations.forEach((mutation) => {
for (const el of document.getEle…
-
I've tried searching around for this and I've come to the conclusion I must be doing something crazy. I have the following XML:
``` xml
wcrhl7thx1w
```
Now…
-
clusterduck detects only 4 CPUs when run with the example config on the Kluster, although 8 CPUs are requested.
Further observations:
- When 4 CPUs are requested, only 2 are auto-detected (which c…
-
Just an idea, not even necessarily a good one, but at least interesting 😀:
I usually don't use `else` in code and just use `return` inside if statements. I wonder if the same would make sense in te…
-
Hi! Recently Pixiv++ script stopped showing download links on image pages. Things are broken on both Firefox ESR and latest Chromium. Console shows this:
`Pixiv++ Initalising member_illust.php:388…
-
**Describe the bug**
If the history is added to a model, which allows to have in his primary key a '/' this does store the history correctly in the database, but when trying to access the history of …
-
Is there a way to list all of the variables available?
Variables may be the wrong word but it should be clarified below.
I am a customer of Zendesk and they use Liquid for some of their formatting…
-
```julia
using Blink
using Compose # master branch on Julia 1.0
c = compose(context(), rectangle())
body!(Window(), c)
```
causes the following javascript error in the electron window:
```
V…