mvasi90

Results 8 issues of mvasi90

Hello, Please add another function to ServeFiles with BasicAuth ```go router.ServeFiles("/static/*filepath", http.FileSystem(http.Dir(staticFolder))) ``` compatible with this: ```go router.GET("/", BasicAuth(Index, user, pass)) ``` to avoid two different middleware.

Hi, When the text is larger than the size of the textbox it overflows. **Screenshots** ![orbtk](https://user-images.githubusercontent.com/33942577/127752536-ec21e8e2-fd3c-40ea-8c9c-8a4c5322c1c9.png) **System** - ArchLinux distribution. - Sway WM in Wayland. When I type fast, the...

bug

Hello everyone, I'm working on a script that helps me to create bwrap profiles. The script collects all dependencies (files, folders, libraries), environment variables and syscalls from a given command....

After three years of keeping my system session opened (unprotected with a password), and after reading all the related bugs, opening bugs in Arch and Gentoo bugzilla, I discovered the...

bug

Impossible to build from Linux to Windows binary: ``` /usr/lib/go/pkg/tool/linux_amd64/link: running x86_64-w64-mingw32-g++ failed: exit status 1 /usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: /home/developer/go/src/github.com/pwiecz/go-fltk/lib/windows/amd64/libfltk_images.a(Fl_JPEG_Image.cxx.obj):Fl_JPEG_Image.:(.text+0x1b8): undefined reference to `__intrinsic_setjmpex' /usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: /home/developer/go/src/github.com/pwiecz/go-fltk/lib/windows/amd64/libfltk_images.a(Fl_PNG_Image.cxx.obj):Fl_PNG_Image.c:(.text+0x133): undefined reference to `__intrinsic_setjmpex' /usr/lib/gcc/x86_64-w64-mingw32/13.1.0/../../../../x86_64-w64-mingw32/bin/ld: /home/developer/go/src/github.com/pwiecz/go-fltk/lib/windows/amd64/libfltk_png.a(png.c.obj):png.c:(.text+0x1367):...

Hola a todos, Según estoy leyendo en la descripción, esto es el "Plan contable e impuestos de España (PGCE 2008)". Según las actualizaciones del B.O.E, el Real Decreto 1/2021, de...

no stale

`nft log level audit` writes the messages into the audit buffer for reading with `ausearch`. I want to use it instead of `journalctl`, but it is very limited. Only shows...

enhancement

Hello everyone. I'm trying to find the inode of a given sector with `ifind` but it does not work. The exit code is 1. By default it does not detect...