Eduardo Bart

Results 53 issues of Eduardo Bart

Would be nice https://landley.net/toybox/downloads/binaries/ had static binaries for riscv64

I am working on a fantasy console where its emulator is based on RISC-V architecture. I would like to allow people to use Odin to code games for it, but...

Currently when calling `ibuf.buffer` method `ngx.now() * 1000` is used as stamp, would be nice to add an option to make us able to specify a different timestamp, maybe be...

Currently all inserts uses the default retention policy, a different retention policy can be specified on the HTTP protocol using the `&rp=` parameter, for example: ```sh curl -i -XPOST 'http://localhost:8086/write?db=mydb&rp=one_week'...

This is a feature request for sokol_app to have more functions that gives more control its window on desktop, such as: - show window - hide window - raise window...

I'm using Sokol App and I'm in a situation where I need to know the screen refresh rate (max fps) in advance. Can Sokol App expose this functionality? Or can...

sokol-app
feature request

Currently `sapp_toggle_fullscreen` is not implemented for HTML5 backend, however emscripten has the functions `emscripten_request_fullscreen` and `emscripten_enter_soft_fullscreen` which could be used to implement it. There is an example if it in...

sokol-app
html5

Currently you can't break a line after the rule declaration, for example this works: ``` storage_class_specifier

hacktoberfest

Why Lua 5.4 is not supported in the rockspec?

hacktoberfest

Would be better if syntatic symbols also worked with `CamelCase`. Motivation: I like to use `CamelCase` in my AST node tags because this permits to use reserved keywords in lua...

hacktoberfest