Mirosław Filip
Mirosław Filip
Of course, the optimal would be to have that as an option, not a default.
@Deviantjackattack If you go to [WhatsApp Web](https://web.whatsapp.com/), you will see the official design the WhatsApp guys came up with. ChitChat works by displaying this web page in a Safari-based wrapper...
The idea is very valid. @mnapoli the argument that you have to handle your values with care kinda defeats the purpose of enums (as they are defined e.g. in Java)....
Surely, `ValuelessEnums` would break BC. If anything, it'd be a same level class but completely separate from `Enum`. IMO, not worth it as well. The idea with singletons is way...
Same problem here. It occurs on ChitChat `1.5.0` and both `10.11.2` and `10.11.3`. Any ideas @stonesam92 ?
aaand after more than a month I found out the issues is _somewhat_ mentioned in the readme > Media uploading is supported when dragging the image/video file into the app's...
I confirm the issue.
Ok, I tracked it a bit further. This is a culprit part of `.phpbrew/bashrc`: ``` function __phpbrew_load_user_config() { # load user-defined config if [[ -f $PHPBREW_HOME/init ]]; then . $PHPBREW_HOME/init...
@c9s When setting up a new machine, I just run into the same problem I originally reported. Things done: ``` $ rm $PHPBREW_HOME/init $ brew install phpbrew ... $ phpbrew...
@c9s could this be reopened, since it's not fixed?