Alberto González Palomo

Results 28 comments of Alberto González Palomo

I’m on Void Linux and nanovg compiles fine now. It has been working since I first tried a few months ago. ``` $ xbps-query -Rs glew [*] glew-2.2.0_1 OpenGL Extension...

I’ve gotten rid of the seams by rounding up/down the coordinates for `ImageFill::Repeat` in `image.rs`, starting at line 181: ``` }, ImageFill::Repeat => { let size = [ f32::ceil(base_size[0] *...

The fix is in #67, but GitHub is not linking them automatically. This leaves only one warning: ``` /usr/bin/ld: liblua.a(loslib.o): in function `os_tmpname': loslib.c:(.text+0x4e4): warning: the use of `tmpnam' is...

Looking in `lua/src/luaconf.h`, `LUA_USEMKSTEMP` depends on `LUA_USE_LINUX`, which is set in `lua/src/Makefile` depending on the value of `PLATS`. There it says “CHANGE THE SETTINGS BELOW TO SUIT YOUR ENVIRONMENT” so...

That was a greatly useful explanation for me. I'm writing a tool that needs string matching although not general regexps, and have been looking at three alternatives: - use the...

This might be a widespread problem: I’m checking alternatives, and for instance in [rustyline](https://crates.io/crates/rustyline) it says: > Note: Mintty (Cygwin/MinGW) is not supported Others don’t specify that. Two of them,...

For easy reference, here are the problems with supporting [Mintty](https://mintty.github.io/) in rustyline from their issue tracker: > There are at least two problems implementing the [`Term`](https://github.com/kkawakam/rustyline/blob/master/src/tty/mod.rs#L146) trait (mainly the input...

This was done in the original repository: https://github.com/emikulic/darkhttpd/pull/28 I realize this fork hasn’t been touched in 12 years, and I’m replying to a post from 9 years ago, but somehow...

Hi, thanks for taking the time to look into this. `Max Texture Dimension 2d: 16384` `Max Storage Buffer Binding Size: 536870912`