Michael Schmidt

Results 112 issues of Michael Schmidt

Example: `const a = []; a === a` will evaluate to `false`. This is because `getStaticValue` evaluates each reference to a variable separately, so we get different objects with the...

This allows simple function expressions (e.g. `() => 4`) in `getStaticValue`. Only functions that are not `async`, not generators, and have no parameters are supported. The function body must be...

This allows `getStaticValue` to evaluate RegExp getters. Only the safe readonly getters are allowed, those are `source`, `flags`, and the getters for individual flags. `lastIndex` is not included because its...

This allows calls to safe instance methods of arrays and strings. "Safe method" means that the method: 1. Does not modify any of its parameters and the `this` argument. 2....

`getStaticValue` evaluates `Math.random()` which is a problem because it makes the result of `getStaticValue` non-deterministic.

##### System information (version) - OpenCV => opencv-python 4.6.0.66 - Operating System / Platform => Windows 10/11 64 bit - Compiler => :grey_question: ##### Detailed description Python's OpenCV seems to...

> A node to add grain/noise to images would be great [Discord](https://discord.com/channels/930865462852591648/930865780663398451/1029202962163187732)

enhancement

We basically want the curve adjustment tool from PS or Paint.net as a node. --- This issue is a continuation of #977.

enhancement

[We received a bug report on Discord](https://discord.com/channels/930865462852591648/930865725135011851/1029052457843691611) that iterator don't update their percentage correctly. > the percentage of upscaling gets stuck totally after like 3-4 images upscaled at most (sometimes...

bug