salos1982

Results 7 issues of salos1982

Example crashes on drawing plot. There are not enough parameters

I'm trying to build nginx-regex-tester but it does not build ``` WARNING: Image for service regextester was built because it did not already exist. To rebuild this image you must...

**Describe the bug** Wrong day difference calculation when dates are in October **To Reproduce** Steps to reproduce the behavior: call ``` const momentDays = moment('2021-11-03T06:27:37.062Z').diff(moment('2021-10-04T06:27:37.062Z'), 'days'); ``` **Expected behavior** `momentDays`...

if there are multiple include directories and the first one ends with '/' and there also include directories with spaces, iwyu returns error that it cannot find directories

bug
IWYU

I'm trying to upload a video using such a structure ``` export class VideoUploadData { @IsFile() @MaxFileSize(10 * 1024 * 1204) @ApiProperty() file: MemoryStoredFile; @ApiProperty() fieldName: string; } ``` In...

1>D:\work\Tools\FastBezier-master\Program.cs(32,63,32,64): error CS1002: ; expected 1>D:\work\Tools\FastBezier-master\Program.cs(32,65,32,67): error CS1519: Invalid token '&&' in class, struct, or interface member declaration 1>D:\work\Tools\FastBezier-master\Program.cs(32,72,32,74): error CS1519: Invalid token '==' in class, struct, or interface member...

next-translate-plugin v2.6.2 node 20.09 windows 11 latest updates Code for reproduce https://github.com/salos1982/next-translate-app I have following structure of app folder [lang]/(content)/[[...path]]/page.tsx When there was no [lang] part, everything worked fine. But...