killerdevildog

Results 29 issues of killerdevildog

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: The Legendary: Fire Fox - Local OS: The...

bug
help-wanted

…er methods - Add comprehensive JSDoc documentation for parsers property - Implement addParser() method following ModelHandler pattern for extensibility - Implement removeParser() method to enable tree-shaking of unused parsers -...

- Adds transformRequestFunction to enhance exclude pattern matching - Detects patterns like '**hl=**' and parses URLs to check query parameters - Fixes issue #179 where URLs with query params like...

fix(utils): correct Content-Length for io.StringIO bodies (#6917) - Add special handling for io.StringIO in super_len() function - Calculate byte length by encoding StringIO content as UTF-8 - Preserve stream position...

- Addresses issue #56 by adding clang-format configuration - Based on LLVM style with customizations to preserve project aesthetics - Enables AlignConsecutiveAssignments to maintain alignment preferences - Sets PointerAlignment to...

- Add comprehensive MSVC warning suppressions in CMakeLists.txt - Fix unused parameter warnings with [[maybe_unused]] attributes - Fix type conversion warnings with static_cast - Fix uninitialized variable warnings with default...

Addresses issue #4814 by adding explicit cast when assigning string literal "unknown" to mutable char* pointer. The cast is safe because the string is only read from, never modified. This...

I got bored..

- Replaced fixed width with responsive viewport based approach - Added media querries for different screen sizes from mobile to ultrawide - Text now scales nicely accross all devices and...

Fixes #946: Add standard iterator traits to CharPointer_UTF8 for compatibility with std algorithms - Added value_type, pointer, reference, iterator_category, and difference_type typedefs - Enables CharPointer_UTF8 to work with standard library...