Pirulax

Results 94 issues of Pirulax

It's quite cumbersome to type out `streams=(None, writer_stream)` for each `aprint` call. This way `aprint` will kinda be like `print`. Perhaps the argument should be renamed to `file` or `writer`...

So, I'd like to play only a part of the sound, eg.: ```py pb = Playback("sound.wav") pb.play(10, 15) # Should only play the part between the 10th and 15th second...

enhancement

This PR aims to fix the issue we have with userdata vectors. (#321) As discussed on discord (and maybe even in the issue itself), using Lua tables would be only...

enhancement

The `Max-Age` of the `access_token` should perhaps be explicitly set to be the same as the `exp` of the JWT, this way (hopefully?) mobile browsers will keep the access_token for...

## Goal Fix issue #254 ## New Features/Changes The functionality should've remained the same, it just fixes the deprecation warning that was emitted. I'm unsure how this affects the min....

I get the following warning (presumably) when using the `/auth` endpoint: ``` DeprecationWarning: [DEPRECATION v24.3] Setting values on a Cookie object as a dict has been deprecated. This feature will...

## Goal Fix typo in docs [example](https://sanic-jwt.readthedocs.io/en/latest/pages/endpoints.html#exception-handling)

First of all, thanks for the great library. I'm [possibly] planning to use it, but I'm just wondering about one thing... Looking at the tests, it seems like they aren't...

enhancement
help wanted

Didn't test in detail, but game doesn't crash....

tested