Solra Bizna

Results 14 issues of Solra Bizna

Currently, when an Architecture has a non-trivial `save` method, the data thus saved ends up in the NBT of the case/server/whatever is running that Architecture. This is then sent over...

cross_mod

Based on my brief testing, these two changed lines are all that is needed to make this work.

I have a ramfs /tmp filesystem on a machine with 3GB of RAM, making 1.5GB available for /tmp. As it happens, this results in not quite enough space on /tmp...

**Feature:** This PR implements the feature request detailed and discussed in issue #5439 ## Feature Details This PR allows a `condition` child to be applied to text in `conversation` and...

enhancement

Since `Cylinder` doesn't implement `Shape`, it cannot be used with `ShapeHandle`. This makes it difficult to use cylinders with `nphysics`.

enhancement
P-medium

`build.rs` contains this snippet: ``` if is_debug_mode() && opt_level_eq(0) { configure_flags.push("--disable-optimizations"); configure_flags.push("--disable-debug"); configure_flags.push("--disable-stripping"); } ``` This causes debug builds to explicitly request that debugging symbols not be built. Maybe something...

```c void test(const char* p) { } void broken_function() { test("test"); } ``` Result of compiling with `m68k-apple-macos-gcc -O1 -fpic -c broken.c`: ``` during RTL pass: combine broken.c: In function...

This PR assigns ID 45 to rrv32, because that is the next `marchid` in line. If permissible, I would prefer to use 1495879317 instead. This larger ID encodes a memorial...

It seems like trackpad movement reports are 1-3 "frames" behind my actual inputs. For example, if I rapidly swipe my finger right across the trackpad, then *very* slowly move it...

``` sbizna ~$ lua -llcrypt Lua 5.2.3 Copyright (C) 1994-2013 Lua.org, PUC-Rio > = lcrypt.key nil > = lcrypt.hash nil ``` As a result, test.lua does not run: ``` sbizna...