David Fallah

Results 12 comments of David Fallah

Same problem, and I can confirm. ## Running under Python 3.5.2 ### Using byte strings ``` >>> subprocess.check_output(["cmd"], env=dict(list(os.environ.items()) + [(b'HGENCODING', b'utf-8')])) Traceback (most recent call last): File "", line...

`pip install git+git://github.com/smsearcy/bumpversion.git@issue-135` for anyone who wants to use bumpversion with Python 3 until this gets merged into master. I can confirm that this works with Python 3.5.

I'm being bitten by the same issue. I'm trying to use custom styles for toast notifications and the styling is broken when building a production version of the app compared...

Working around this issue by copying all the properties off of this external CSS file and directly setting them as the styles on the toast notifications: ```ts // Necessary due...

Aw shit, I started editing the README myself before checking open PRs.

I like that 90% of the PRs for this repo are just people re-writing the README.

@mfugate1 @fasenderos Thanks, this solved it for me too. @ahmadnassri It might be worth adding this to the README to avoid a common gotcha.

For anyone else who inevitably ends up bringing down their production environment, we found the following workflow lets us resolve the issue until the developers can find the time to...

I think this might be something similar to what I'm after as well. With DDD, it's common to use custom classes to represent value types within a particular domain e.g....