artemis everfree
artemis everfree
This PR introduces 2 commits. The primary is 95d785acc1e4bc5f1b9ff8bda17ffb51b6f7a5f6. Old versions of Solaris did not have vasprintf, so darkhttpd defined one gated behind an ifdef. Oracle Solaris 10 has had...
code to reproduce at https://github.com/faithanalog/rustc-avr-bug-repro searched nightlies: from nightly-2022-06-05 to nightly-2022-09-15 regressed nightly: nightly-2022-06-27 searched commit range: https://github.com/rust-lang/rust/compare/20a6f3a8a8ce5ae18d06b12cd7904bc5294ca753...c80c4b8fdcf3da69cd483e2fec172c9b1f95842c regressed commit: https://github.com/rust-lang/rust/commit/788ddedb0d88e40db9cd62b6163d5a471813044b bisected with cargo-bisect-rustc v0.6.4 Host triple: x86_64-unknown-linux-gnu Reproduce with:...
Hey there, I'm working on packaging this for gentoo right now, and in the process I'm writing openrc and systemd services. Would you be interested in me upstreaming them here?...
Currently, this project fails to build on illumos: ``` gcc -O2 -std=gnu99 -fPIC -g -Wall -Wextra -Wno-missing-field-initializers -Wno-override-init -Wno-unused -DLUA_COMPAT_APIINTCASTS -I/opt/pkg/include/lua-5.4 -D_REENTRANT -D_THREAD_SAFE -D_GNU_SOURCE -Usun -D_XPG4_2 -D__EXTENSIONS__ -DCOMPAT53_PREFIX=cqueues -DCQUEUES_VENDOR='"[email protected]"' -DCQUEUES_VERSION=20200726L...
It's annoying to have to recompile to configure delay between messages, it should be passable as a command line parameter. I'll get to that later probably.
example markdown contents: ``` a img.grid2 { width: 370px; height: auto; } img.grid3 { width: 244px; height: auto; } img.grid2 + img.grid2 { margin-left: 4px; } img.grid3 + img.grid3 {...
There is no way to specify the context attributes used when creating the WebGL context. I use this primarily for disabling antialiasing, but the other options are useful too. See...
loadTextureWithFilter is defined in WebGL.elm as `loadTextureWithFilter filter url = Native.WebGL.loadTextureRaw Linear url` However, Native.WebGL.loadTextureRaw only takes one argument, that being the URL. Since elm tries to apply the return...
This adds xterm mouse support to input(). Mouse support must be explicitly enabled/disabled with `setmousemode`. Once enabled, mouse data is returned from input() as additional return values `button, x, y,...
so like we should be able to choose what colorspace we interpolate in for gradients, texture resizing, etc. because interpolating in linear RGB is just bad a lot of the...