-
The following regular expressions used in underscore and unescapeHTML methods are vulnerable to ReDoS:
```js
/([A-Z\d]+)([A-Z][a-z])/g
/\&([^;]+);/g
```
The slowdown is moderately low (for 50,000…
-
Hi and thanks a lot for Vim!
Vim 8.1 does not support yanking and pasting to the system clipboard when run on Wayland (using Sway, for example).
There are [workarounds](https://www.reddit.com/r/…
mb720 updated
4 months ago
-
The unary operator trunc should always round towards zero.
-3.3.trunc should give -3 but SC gives -4
-3.3.trunc(0.25) should give -3.25 but SC gives -3.5
I know of no language where trunc always rou…
-
I have the situation that two different addresses have been given the same function names after applying ooanlyzer in Ghidra.
For example, at address 0x00437c66 the decompilation gives a function o…
-
Similar to #16834, `datetime.strptime()` should support `%f`.
It is much harder to implement than `strftime()`, since it needs to parse strings with the `%f` specifier at an arbitrary location in t…
-
Dear community,
I am trying to Install PDSim to work on my machine using Anaconda interpreter and PyCharm. I get the following error massage when I do the "pip install -e ." command.
I verified …
-
Great idea! I've used tuples for a long time, and always wished there was a standard for representing them and querying them. Hopefully this could be the one :)
*I apologize for the flood, they are…
-
### Have you checked for existing feature requests?
- [X] Completed
### Summary
As some of you may know, CirrusCI (Which is the service we use to build all of our Pulsar binaries, including r…
-
EditorConfig already has an option that people use to deal with differing line delimiter semantics, but because that option does not address semantics directly, the effects of its use for that purpose…
-
### What is the feature about?
Ability to configure the container in a stateless manner
### What would it require?
It would require the ability to specify all the things in the config file vi…