Caleb Evans

Results 100 comments of Caleb Evans

@eliotwrobson Great! Then by all means, feel free to start development on this at your own convenience.

@jasonxia17 (cc @eliotwrobson) I agree. Strings are an arbitrary choice: any hashable type should be usable for state names (or symbol names, for that matter). Furthermore, such would represent a...

@eliotwrobson Wow, time flies. Maybe I should check the [end-of-life schedule](https://endoflife.date/python) more often. 😅 Is this Py3.7 typing setup feature something more for you (the developer)? Or does it more...

@eliotwrobson I see. I think for the time being, I would prefer to preserve 3.6 compatibility for now, then down the road, roll out the 3.7 improvement as a [semver-major](https://semver.org/)...

@jeannnemelanie Fortunately, I've discovered a clever workaround by using some git config: ### .gitattributes First, create a file called `.gitattributes` in the same directory as your atom `config.cson` ```gitattributes #...

@eliotwrobson Is this ready for my review yet? I would ask that any work-in-progress PRs be kept in Draft state until they are ready for my final approval.

I would love this fix as well for an app I'm working on. Is there any possibility of this being merged/published soon?

For what it's worth, I realized that my particular issue with the suspending of audio (after returning from inactivity) was being caused by Howler's global `autoSuspend` setting, not iOS. See...

Okay, even after setting `Howler.autoSuspend = false`, I was still experiencing an issue where the sound would stop playing after switching away from iOS Safari, even for a few seconds,...

@Tagl This is a great idea, and seems very practical. I would suggest something like an optional `max_length` parameter with a default value of `None` (meaning no limit). And `min_length`...