taoky

Results 129 comments of taoky

I'm sure this bug still exists in electron 28.2.1 and 29.0.0-beta.6.

> OS Version: Windows 10.0.22621 (3296) Report Version: 104 > > Is the above stack trace related to #40461 and upgrading electron to `v28.2.10` will fix the issue? > >...

I tried using [Darkreader](https://github.com/darkreader/darkreader) browser extension to generate a dark color CSS for my blog using whiteglass theme, and it seems very well: just put its contents inside `@media (prefers-color-scheme:...

> why don't you at least paste the generated CSS here so we can have a look and maybe use it as the base of a pull request to integrate...

@Weishaupt https://gist.github.com/taoky/acd2d4a8b9b9db3c3d7b368a53162b1c

啊,昨天没看到 README.md 里面有 #quickstart。但是就算这样,总感觉虽然 quickstart + handbook 把需要的内容都说了,好像还是少了点什么,可能得找没有用过的人问问意见。

Sorry but I think that this problem has already been fixed :) ``` $ wget https://mirrors.ustc.edu.cn/homebrew-bottles/bottles/latexindent-3.13.4.catalina.bottle.tar.gz $ sha256sum latexindent-3.13.4.catalina.bottle.tar.gz b945407561004b4c22fe6d754a354080b03c94456f65be8044857d8bb555592c latexindent-3.13.4.catalina.bottle.tar.gz ``` And https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/latexindent.rb#L13: ``` sha256 cellar: :any_skip_relocation, catalina: "b945407561004b4c22fe6d754a354080b03c94456f65be8044857d8bb555592c"...

It is: ``` #!/usr/bin/perl # latexindent.pl, version 3.13.4, 2021-12-22 # ``` However, I don't think that it is our fault, as we are providing same brew.sh, formulas and bottles as...

I have confirmed on my Mac that `brew` will not download corresponding `bottle_manifest.json` file when `HOMEBREW_BOTTLE_DOMAIN` env is set, thus missing required `changed_files` array (in `sh.brew.tab`) when installing. It may...

It seems that this bug still exists in latest brew, and can be resolved only by a pull request by someone who knows brew internal. Ref: https://github.com/Homebrew/brew/issues/12759