Feraidoon Mehri

Results 345 issues of Feraidoon Mehri

**Checklist** * [x] The error is in the library's code, and not in my own. * [x] I have searched for this issue before posting it and there isn't a...

bug

``` ❯ make venv python3 -m venv venv source venv/bin/activate && \ python -m pip install --upgrade pip setuptools wheel && \ make install-dev Requirement already satisfied: pip in ./venv/lib/python3.10/site-packages...

### `brew config` output ```shell HOMEBREW_VERSION: 3.5.9-108-g5047d42 ORIGIN: https://github.com/Homebrew/brew HEAD: 5047d4249e938d448ce8c80641beb4d42e90dbad Last commit: 22 hours ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 293794f50909f1ace277aec636b57d72088a5aa3 Core tap last commit: 17 hours...

bug

``` cs setup Checking if a JVM is installed Found a JVM installed under /Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home. Checking if ~/Library/Application Support/Coursier/bin is in PATH Checking if the standard Scala applications are installed...

Currently there is only HTML output [enabled](https://readthedocs.org/projects/flax/downloads/). It would be great if EPUB and PDF could also be enabled.

Priority: P3 - no schedule

E.g., the remote sends `a/` which has two files `a/b/1.txt` and `a/b/2.txt`, but we already have the file `a/b/d.txt` locally. This currently fails because the local directory already exists.

https://users.rust-lang.org/t/count-trailing-zero-bytes-of-a-binary-file/42503/2 ``` use std::env; use std::fs; fn main() { let filename = env::args().nth(1).unwrap(); let buffer = fs::read(filename).unwrap(); let count = buffer.iter().rev().take_while(|b| **b == 0).count(); println!("{}", count); } ``` There are...

The current `tag --list file` output is hard to parse: `file tag1,tag2,...` It'd be much better to just output: ``` tag1 tag2 ... ``` To not break backward-compatibility, I suggest...

E.g., https://github.com/KevinZonda/NaiveSharp , https://github.com/Qv2ray/Qv2ray . Having a central location to find clients helps a lot.