haruna

Results 112 comments of haruna

@gromgull @gjhiggins Please give me your expert opinion...

I'll try to debug it when I have time...

@Jackenmen Could you submit this PR again?

I have tried this: - `thread_map`: successful https://user-images.githubusercontent.com/42153744/214745938-7ea7c4cf-89b1-42b2-9f19-1f84ed1b0beb.mov ```python import time from tqdm import tqdm from tqdm.contrib.concurrent import thread_map def sleep(duration: int) -> None: for _ in tqdm(range(duration), leave=False): time.sleep(1)...

@nvuillam It doesn't seem to work. https://github.com/eggplants/ghcr-badge/issues/72#issuecomment-1665988472

@cicirello You can try this query from . And `repository.packages` is also empty. ```gql query { repository(owner: "oxsecurity", name: "megalinter") { name packages(first: 1) { nodes { name packageType statistics...

https://github.com/browniebroke/pre-commit-autoupdate-action

@sguidotti @hamdanal has already created: #14601

@danieleades networkx-stubs is a previously generated stubgen file. It is not maintained now, but I would like to update it if necessary.