fleetingbytes

Results 27 comments of fleetingbytes

We should also think about the variable type of the keyword `token` (or `identifier` as it could be called in the future). Since users would occasionally pass it values like...

@tomschr Thanks for the update.

Similar behavior is also observed with build bumps. A custom build string once set, cannot be reset in a subsequent call of the bump_build method.

Well, I have to add that at the time the migrant wave was incoming, the caravan was just in the process of leaving the map. I did not save and...

This is the time in the stream where it happened: https://youtu.be/vq8XZbXQyP0?t=39m33s

I found the error why I could not publish to upload.pypi.org. I wrongly assumed that it would have the same certificates as test.pypi.org. Turns they have different ones and I...

I would also like to seethe decorator folding feature implemented.

I have mostly the same results as @akhildevelops, but here and there I take a different approach, or comment a bit. [https://github.com/Nagidal/rustlings/tree/solutions/exercises](https://github.com/Nagidal/rustlings/tree/solutions/exercises)

> @waterzch I am curious what exercises do you find most challenged? I am done with 30%, and they all seem to be easy so far. Whenever something was too...

I wonder if I did not forget the most important thing in my PR. `setup.py` is now no longer needed, is it? So we should remove it. Unless it's somehow...