SZanko

Results 7 issues of SZanko

# Description Unable to correctly install tap without an dpkg error, which means it can be installed however the command `tap update` isn't working # Software Version ## OS Version...

fix: Can be compiled on Mac OS with the default system compiler(clang) Why: Clang doesn't know the soname linker flag instead the install_name flag is used How: Added LINKER_SONAME_OPTION option...

# Description In the current implementation of the stdArray it starts at 1 instead of 0, however in vba and javascript the array starts at 0 is this a planned...

enhancement
lib-stdArray

# How to replicate - Enable HTTPS Only mode in the Firefox Settings - Add an exception for BugMeNot.com in the HTTPS Only Settings - Install Addon via the Firefox...

Under which License is the Source Code? Because in the master Branch there isn't any LICENSE file

### Expected Behavior Micronaut does serialize ExampleDto correctly with values from request ### Actual Behaviour An instance of ExampleDto is created but the values of the field is null logs:...

type: bug
status: example attached
status: awaiting feedback

Changed the shebang from `#!/usr/bin/bash` to `#!/usr/bin/env bash` to improve script portability across different environments where `bash` may not be located in `/usr/bin/`. This ensures compatibility on systems with alternative...