Huba Tuba

Results 21 issues of Huba Tuba

Added VALORANT to the dropdown to support 2.02 and later paks. (_Oops, I did not mean to close the other one, sorry..._)

new feature

Blender plugins that support this chunk: - [blender3d_import_psk_psa by Befzz](https://github.com/Befzz/blender3d_import_psk_psa/tree/latest/addons) (https://github.com/Befzz/blender3d_import_psk_psa/pull/69) - [io_scene_psk_psa by DarklightGames](https://github.com/DarklightGames/io_scene_psk_psa) (https://github.com/DarklightGames/io_scene_psk_psa/pull/17)

https://github.com/floxay/UEViewer/commit/dfe0a9eb69680e0eecd34a50434335f9407de584 https://user-images.githubusercontent.com/57007485/166122643-3122ee23-30f1-4f24-9907-62ed6f74f32c.mp4 Also closes #52

Is this something that can be supported?

### Description I often need to convert objects that are nested. I would like to skip creating a new list for this but this currently(?) does not seem possible. Given...

Fixes #3040

pr/internal
size: small
type/bug
Breaking 🔨

Fixes #3023

pr/internal
size: small
area/private-api
type/bug
Breaking 🔨
area/parsers

### Summary The [documentation states](https://docs.litestar.dev/latest/usage/exceptions.html#exception-handling) that > Litestar handles all errors by default by transforming them into JSON responses. Since #2131 this is not *entirely* true as exceptions will retain...

Documentation :books:

### Description Currently `ResponseDataExtractor` merges all values of cookies into a single dictionary, however cookies in the `Set-Cookie` header can have different flags, paths, domains, etc. set which are currently...

Bug :bug:

### Description The `parse_cookie_string()` function incorrectly handles attributes without values and will keep only one due to the dictionary conversion. For example if the cookie contains the `HttpOnly` and the...

Bug :bug: