alice

Results 21 issues of alice

1.10.8 ### Experienced behavior installed_tests=false installs installed-tests/graphene-1.0/introspection.py ### Expected behavior to not install the introspection file into the installed-tests folder with installed_tests=false ### Steps to reproduce ``` meson \ -Dinstalled_tests=false...

closes #1127 by default, tcell is already reading COLORTERM, hence why the non-disabled part of the code works without actually calling/doing anything. this changes the default to supporting colorterm for...

### Description when playing songs from https://www.last.fm/music/%E2%A3%8E%E2%A1%87%EA%89%BA%E1%83%9A%E0%BC%BD%E0%AE%87%E2%80%A2%CC%9B)%E0%BE%80%E2%97%9E+%E0%BC%8E%E0%BA%B6+%E0%BC%BD%E0%A7%A3%E0%A7%A2%D8%9E%E0%A7%A2%D8%9E%D8%96+%EA%89%BA%E1%83%9A the seeking ui breaks (the seek bar is below the bottom of the window): ![](https://img.ayaya.dev/GT1tdaAqpJ5S.png) ### Expected Behaviour for it to not look...

bug

version: 0.15.0 ``` ninja: job failed: /usr/lib/ccache/bin/g++ -DBPFTRACE_VERSION=\"v20220809-120-g0b0f2c-dirty\" -DHAVE_BCC_CREATE_MAP -DHAVE_BCC_ELF_FOREACH_SYM -DHAVE_BCC_KFUNC -DHAVE_BCC_PROG_LOAD -DHAVE_BCC_PROG_LOAD_XATTR -DHAVE_BCC_USDT_ADDSEM -DHAVE_BCC_WHICH_SO -DHAVE_BFD_DISASM -DHAVE_LIBBPF -DHAVE_LIBBPF_BPF_H -DHAVE_LIBBPF_BTF_DUMP -DHAVE_LIBBPF_BTF_DUMP_EMIT_TYPE_DECL -DHAVE_LIBBPF_BTF_DUMP_NEW_V0_6_0 -DHAVE_LIBBPF_BTF_TYPE_CNT -DHAVE_LIBBPF_LINK_CREATE -DHAVE_LIBBPF_MAP_BATCH -DHAVE_LIBDW -DHAVE_NAME_TO_HANDLE_AT=1 -DLIBBCC_ATTACH_KPROBE_SIX_ARGS_SIGNATURE -DLIBBCC_ATTACH_UPROBE_SEVEN_ARGS_SIGNATURE -DLIBBFD_DISASM_FOUR_ARGS_SIGNATURE -DLLVM_ORC_V2...

bug

this isn't really so much an "issue" as much as an avenue for optimisation. generate a lot of notifications: ```bash for x in $(seq 1 1000); do notify-send "$x" "$x"...

bug
help wanted

### Describe the Bug (i don't know which template to write generic build issues in) currently in `pcsx2/Linux/LnxFlatFileReader.cpp`, there is: ```cpp uint FlatFileReader::GetBlockCount(void) const { #if defined(__HAIKU__) || defined(__APPLE__) ||...

Bug
OS: Linux

use the 0 path (man 7 sched): For threads scheduled under one of the normal scheduling policies (SCHED_OTHER, SCHED_IDLE, SCHED_BATCH), sched_priority is not used in scheduling decisions (it must be...

mostly a continuation of https://github.com/libarchive/libarchive/issues/592 in it, lzma_stream_encoder_mt was used in https://github.com/libarchive/libarchive/commit/41c4da484d3a21ea5be6dbf10d3bf5786caed9dc. at the time, a decode equivalent didn't exist. these days, since 5.4.0, xz-utils implemented the parallel decoder equivalent...

the autotools build fails with ``` Making all in docs gmake[1]: Entering directory '/builddir/c-ares-1.27.0/docs' gmake[1]: *** No rule to make target 'ares_queue.3', needed by 'all-am'. Stop. ``` this is because...