Amjad Ben Hedhili

Results 78 comments of Amjad Ben Hedhili

@BenjaminSchaaf apologies for the ping, I wanted to bring to a dev's attention that this is a regression and should be fixed.

I does work for system's types though ![image](https://user-images.githubusercontent.com/33235928/159155772-96f32f93-a4d2-4e7b-bea9-437cac500e82.png)

I did install it twice with ```sh nimble install asynctools@#head ``` but it turns out they're downloaded in `pkgs2/` and my code imports the one in `pkgs/`. How to fix...

@PMunch, It's been a while since you worked on this repo. You think you might give it a shot ?

Here's a python script that asynchronously downloads a track from it's config.json: ```python import asyncio import json import requests async def download_exercise(exercise: str, track: str, overwrite): cmd = f"exercism download...

I don't think a merge tool is the correct answer to this issue, at least that's not what first comes to my mind when i try to diff two files....

You can already do `doAssert fooBar(), $sdl2.getError()`.

I don't see how.