ynfle

Results 20 comments of ynfle

I'm going to merge this in a couple of days if @ee7 is available for a review

@AmjadHD yes you are right! Currently, the exercises in nim need a lot of updating. Would you like to take a stab at it?

Our track's specific [`config.json`](https://github.com/exercism/nim/blob/main/config.json) contains all of the information for our track including the difficulty of all of the practice exercises. The specification for the `config.json` can be found on...

Ok great! If you'd like to help out in any way, let us know! We'd love contributors to the nim track. We are happy to add the `hacktoberfest-accepted` label to...

Do we still want to do this? https://github.com/treeform/benchy is easy to use

> > Hi I edited bearer_id.txt but now I still get a login error > > Unautorized : Unable to login to headspace account Run headspace login first. > >...

👍 I'd love to use it, not sure how ready it is

IDEs (like VSCode) can also offer suggestions on keys and what type of data the keys expect

@iHiD and team were on break and probably working through approximately 10 million GitHub notifications. I'm sure you'll be assisted shortly

2 possible solutions that I found were: 1. switching the order of the arguments of the second macro ```nim macro fn*(fun:untyped, key:string):untyped = ``` 2. putting parentheses around the anon....