Kirill A. Korinsky
Kirill A. Korinsky
> @MarcusCalhoun-Lopez, is it correct to say that the only missing piece here for pre-10.12 versions are the various bootstrap compilers? I had started a while ago to build boostrap...
> @catap This thing is not usable yet? https://github.com/rust-lang/rustc_codegen_gcc When mrustc supports modern enough rust (1.74 is good), it can be used to try to build native rust for macOS/ppc,...
@oconnor663 this implementation mainly focused to support [Scala.JS](https://www.scala-js.org) and [Scala Native](http://scala-native.org/) ;) JNI bindings aren't available at this two platform, and this is the only hash function that is exists...
> @kamalakkannan1984 right now my suggestion would be to have an external web server handle the actual file uploads by using one of the [implementations mentioned here](https://modules.prosody.im/mod_http_upload_external#implementations). If you specify...
@arsaboo yes, I can. But this bug can be reproduced with default setting of Xterm.
I think that default settings should be useful for both dark and light themes, at least it was true before 2.0.0
Just for records, here how it looks at default settings of xterm: 
The next step, I've tried to use `lightgray` instead of `white` as it state in docs. But I can't, it leads to: ``` Traceback (most recent call last): File "/usr/local/bin/beet",...
Probably a way to fix it. First, we need to move to 4-bit ansi colors as: ```diff modified beets/ui/__init__.py @@ -533,6 +533,14 @@ ANSI_CODES = { "magenta": 35, "cyan": 36,...
Or, without any new collors: ```yaml ui: terminal_width: 80 length_diff_thresh: 10.0 color: yes colors: text_success: ['bold', 'green'] text_warning: ['bold', 'yellow'] text_error: ['bold', 'red'] text_highlight: ['bold', 'red'] text_highlight_minor: ['bold', 'white'] action_default:...