Timur
Timur
> Pidgin doesn't have any link preview plugins that will embed images. Google Hangouts plugin has. I don't use the plugin now (and don't know how exactly it works) but...
I can see it does nothing, so the second lang option is meant to work in tandem with swap option. Though when you use different languages they appear in the...
When I am in a conversation I use translator in both directions from foreign to my native and vice versa. With such feature I don't have to press "swap languages"...
I cannot think better than it is done in Simple Translate. To implement auto swap translator must know the second language, having this as an explicit setting is better than...
Having secondary language in settings is also good for cases when translator is used outside a browser, I use it for translating unknown words when I watch movies in foreign...
> is my example correct to show the problem you have? I would say yes (my initial problem was simply lack of auto-swap feature :sweat: ) >We have 2 ideas...
> Currently you can remove `var`, save, and there will be add missing field action. This doesn't work with this case though ```haxe foobar:FlxPoint = new FlxPoint(); ```
>repository doesn't have a master Indeed I totally missed that :cry: Without `--debug` the error is cut, but with this flag there is `error: pathspec 'master' did not match any...
Found similar problem with flixel dispatcher. As a temporary workaround for my case I just used `Void->Void` signals.