Vegard Lillevoll

Results 5 issues of Vegard Lillevoll

Hello! I want to use OpenWRT on an embedded device running docker. I have observed the following behaviour both on my development laptop and on the target device: ``` $...

**Describe the bug** Calling Evnrionment.MSVSProject multiple times with different variants does not create a MSVS project file with multiple build targets, as described in the manual **Required information** * [Mailing...

Tools
MSVC

Hello! I am experiencing a memory leak in Cog. It's memory usage grows by about 25 MB/hour. The attached graph shows the available system memory along with with the memory...

bug
needs investigation

### What happened? I am running paperless behind an nginx reverse proxy. The default settings only allows 1 Mb uploads, which my scan exceeded. This resulted in the upload failing...

bug

Configuration: ``` sp_arith = force ``` Test file (c): ``` typedef int myint; void f () { int *var; *var; (int) *var; (char) *var; (myint) *var; } ``` Result: ```...