videah

Results 13 issues of videah

Calling `client:send()` right before `client:disconnect()` causes the handshake to appear in the message from `client:send()`. For example, if the handshake was "123": ``` lua client:send("Testing") client:disconnect() ``` What should be...

love.audio is very basic at the moment, it can only play sounds and that's it. .ogg support shouldn't be too tricky.

enhancement
help wanted

MP4's that I download from Youtube won't play in QuickTime and can't be saved to the Photos app. VLC can play it so it's not completely broken, but there's something...

``` Creating build script, took 6619ms [INFO] Initializing inputs [INFO] Reading cached asset graph... [INFO] Reading cached asset graph completed, took 457ms [INFO] Checking for updates since last build... [INFO]...

### Summary This PR implements #182, making threads more readable for folk who might have content warnings always expanded. Content warning's have been made bold to distinguish from post content....

I am facing a similar set of errors to #61 with `bevy 0.11.2` and bevy_mod_scripting commit 8bf3796 with the `lua_script_api` flag enabled ```shell cargo run Updating git repository `https://github.com/makspll/bevy_mod_scripting` Compiling...

**Description** Currently dynamic directory routes get mounted first which leads to other routes in the same directory never getting matched. For example, when you have routes like `routes/api/[id]/index.dart` and `routes/api/status.dart`...

feature
p1

![](https://i.imgur.com/jSrvpXH.png) As you can see from the sample, any letter that has been drawn before at a different size appears blurry in Citra, but on hardware the sample wont even...

`sftd_draw_text_wrap` doesn't seem to take x coord into account if it is wrapping, it is always 0

A code tag with syntax highlighting for programming related boards.

enhancement
help wanted