Michael Schmidt

Results 112 issues of Michael Schmidt

It is not allowed to create downstream connections from child nodes to free nodes. However, the context selector can currently create these invalid connections. If you start from the input...

bug

I can't get the IOC to work properly with the problem matcher of the task. When files contain `#include`s, I need to set the cwd of the IOC process to...

bug

Hello! I recently had a problem with DS3 materials and mapped out layout of almost all GX## GXItems. I think, it would like be beneficial if this data was included...

### Description Hi! I recently noticed that `closeOnPointerDown` does not work if the mouse leaves the element while the mouse button is held down. See steps to reproduce for a...

Hi! We [recently added markdownlint](https://github.com/ota-meshi/eslint-plugin-regexp/pull/494) to [our project](https://github.com/ota-meshi/eslint-plugin-regexp), and so I took a look at the README which contained this regex: > `/((^---\s*$[^]*?^---\s*$)|(^\+\+\+\s*$[^]*?^(\+\+\+|\.\.\.)\s*$)|(^\{\s*$[^]*?^\}\s*$))(\r\n|\r|\n|$)/m` I noticed `\s*$[^]*?`. This part of the...

enhancement
fixed in next

### Is your feature request related to a problem? Please describe. Pomsky currently does not remove unnecessary elements in character classes. E.g. `[ w "abc" ]` compiles to `[\wabc]` (Java)....

enhancement
C-optimize

### Is your feature request related to a problem? Please describe. BNF grammars (including dialects) commonly denote large character sets like this ```ebnf letter = "A" | "B" | "C"...

enhancement
good first issue
C-optimize

Hello! I am someone interested in regexes, so pomsky caught my eye. This project has a lot of good ideas (I especially like ranges), but there is one thing that...

bug
C-compat

### Is your feature request related to a problem? Please describe. Duplicate alternatives can happen when combining different variables, or simply by accident. Example: A subset of C keyword with...

enhancement
C-optimize

### Is your feature request related to a problem? Please describe. Lookarounds are useful for many things and present interesting optimization opportunities. There are a few optimizations that I would...

enhancement
C-optimize