Ryangguk Kim

Results 7 issues of Ryangguk Kim

When transparent objects overlap, the objects show as if they are fused or masked. For example, a red sphere is inside a bigger blue sphere, the red sphere does not...

enhancement

### Description For example, if a script ``` conn = await aiosqlite.connect('db.sqlite') cursor = await conn.cursor() ... some work with cursor ... ``` is interrupted with ctrl-c and it does...

I'm building on Apple M3 (MacBook Pro). I am doing the following after some search. I'm using wasi-sdk as well. Cargo.toml ```toml [package] name = "project_1" version = "0.1.0" edition...

help wanted

I have a Windows system with 32GB ram and LiftOver("canFam3ToHg38.over.chain") took all of the memory and did not finish. cProfile.run of the same command with a portion of the chain...

## Description ftp.ncbi.nih.gov uses active mode. `list` command after login times out. ## Steps to reproduce ```rust use suppaftp::FtpStream; fn main() { let parent_url = "ftp.ncbi.nlm.nih.gov:21"; let ftp_stream = FtpStream::connect(parent_url).unwrap();...

bug

When I iterate over output devices, I see only the default output device that I select on the macOS, not the USB audio device attached to my MacBook. Is there...

In VCFv4.5, the number of CIPOS entries should be two times the number of ALT alleles. However, its `Number` is defined to be `.`. This makes it hard to figure...

vcf