Hugo Dzin

Results 6 issues of Hugo Dzin

The wiki page for Python mentions: > Make sure for Python3 to go to your Python's scripts folder (C:\Python3X\Scripts) and copy pipwin.exe to pipwin3.exe. However, I also needed to copy...

Repository that reproduces the problem: https://github.com/humodz-forks/serverless-canary-concurrency-issue What are the steps to reproduce this issue? ------------------------------------------- 1. In `serverless.yml`, add `provisionedConcurrency: 1` to the function's configuration 2. Deploy 3. Attempt to...

fix for https://github.com/tweenjs/tween.js/issues/677 summary: The current logic first updates the properties, then run the logic that reverses the start and end values for yoyos. The problem is that if the...

I've provided a full example in this gist: https://gist.github.com/humodz/364f0046eaae1aa724767da934719f64 But, in a nutshell, getAllAsync can't resolve dynamic dependencies if `.toService` was used to bound the requested services ```ts container.bind(Database).toDynamicValue(async ()...

## Bug Report I'd be interested in working on a pull request for this fix, if the maintainers are open to it, I just need some help understanding the intent...

**Describe the bug** When I create a profile that has a space in the name, e.g. "Power Saving", then close and re-open cpupower-gui, it only displays "Saving". The profile's name...

bug