Sertonix

Results 89 comments of Sertonix

I used this patch for the alpine linux package. Don't know if there is a better way. ```patch --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -305,6 +305,8 @@ testcase() { ;; esac...

The viking-house1.schematic is a 1.12 schematic.

The tests `arrayfuncs.test.js` and `setBlock.test.js` were using a wrong version and expecting wrong results. That is changed. For examole is the trapdoor checked in `setBlock.test.js` not waterlogged in the schematic.

I don't know much about luajit so I may be wrong. I don't have enough knowledge (or time) to properly fix this issue.

~~I think the problem is that `atom-space-pen-views` was removed. It is used by `asciidoc-`.~~ Edit: I was wrong. That was used correctly.

This looks like a duplicate of #2263. (And to be honest that sound like something that should be done by the launcher)

This line silently fails since `status` isn't checked: https://github.com/waydroid/waydroid/blob/2be58d19ad233e61d5ce1d3c3fbbe38261f783e6/tools/interfaces/IPlatform.py#L184 Adding a 1 second delay works but it's only a hack: ```patch diff --git a/tools/services/user_manager.py b/tools/services/user_manager.py index 83a50cc..bd845a6 100644 --- a/tools/services/user_manager.py...

This patch seems to work: ```patch --- a/common/common.c +++ b/common/common.c @@ -3282,6 +3282,8 @@ static char * get_libname_in_dir(const char* base_libname, size_t base_libname_l if (libname_alias) { if (!libname_path) { + if...

Well, that is kind of already the case since there is no guarantee where the `libusb.so` symlink leads to. Ideally the sonames of the libraries nut was compiled against would...