simonthum

Results 12 issues of simonthum

## Actual Behavior Similar to #470, inline SVG is broken for me. I use [excalidraw](https://excalidraw.com/) export. There are two issues with that: ox-hugo produces the following markdown: ``` @font-face {...

cannot reproduce issue

There is currently no way to check if a class is (truly) immutable. The model allows to check whether there are no (visible) setters, but I would prefer to check...

enhancement
good first issue

Hi, I would like to ask about a rule validation feature I came up with. Most of my rules are written so that they validate types. However I managed to...

On windows 7 x64 but not linux gentoo (probably also a different TB: Win7 is 38.1, Linux is probably older), I cannot see the strings configured. I seem to be...

Hi, please not that my PR #25, since it came from master, got updated to contain lots of stuff that perhaps shouldn't have been merged. Notably, I added a -simon...

This is essentially some support code to handle dynamic topic subscription, publication and related functonality without falling back to String.Format() and other cumbersome handcrafted magic. The code has seen a...

I have difficulties checking for unwanted system references - I failed to jot them down in a statically typed way. Consider: ``` IArchRule rule1 = Classes().Should().NotCallAny("System.DateTime::get_Now"); ``` This works but...

kind/feature
waitforfeedback

File: [/en_US/security/authz/http.md](https://www.emqx.io/docs/en/v5.0/security/authz/http.html) In particular, the role of ${peercert} is unclear. Does it exist? With regard to performance, I would like to know whether the HTTP endpoint will be called on...

It was possible before to have project without JRE in the eclipse class path, apparently the IDE created them that way in one of the prereleases. The missing line in...

bug on last release

i.e. in a package containing "out", which would be `xy.\iout` in the source file, the wizard does not allow me to proceed. Neither is the package inserted with the appropriate...

improvement