Ian

Results 342 comments of Ian

Out of interest, I've done some fundamental changes we are now on the development branch into the way some of it works. I'd be interested to know if you are...

This plugin is more of a proof of concept currently, hence probably not reliable enough for production. It's a case of needing more than myself really to get it to...

I think if you want specific styles support to match existing ones elsewhere like mapbox, the other one is better.. If it's for a custom solution where roads/paths are going...

Could you see if the problem is still there with this PR.. [here ](https://github.com/fleaflet/flutter_map/pull/1413)

Good question, I'm not actually sure if this is or not now...there was mention of the fadeInStart I think...

Hi, Swapping in DBD::MariaDB rather than DBD::mysql still fails for me with 'bad handshake' still, that's connecting to a 5.1.73 server. It's not impossible something else has gone astray, but...

Sure... ``` my $dsn = 'DBI:MariaDB:database=mydb;host=myhost.domain.net'; my $dbh = DBI->connect($dsn, 'someuser', 'somepass'); my $sql = q{ SELECT * FROM mydb.mytable LIMIT 2 }; my $sth = $dbh->prepare( $sql ) or...

mysql server 5.1.73 Client wise, I think its this /usr/lib64/mysql/libmysqlclient.so.21.1.17 (happy to dig further if there's a specific way to tell, /usr/lib64/mysql/libmysqlclient.so links to it) ``` DBI 1.643-nothread default trace...

I can't find anything that specifically lists that file (or any specific version)....closest I can get is ``` repoquery --list mysql-devel /usr/bin/mysql_config /usr/bin/mysql_config-64 /usr/include/mysql /usr/include/mysql/errmsg.h /usr/include/mysql/field_types.h /usr/include/mysql/my_command.h /usr/include/mysql/my_list.h /usr/include/mysql/mysql /usr/include/mysql/mysql.h...

Just going back to Grinnz comment, how would one install a different version of libmysqlclient ? Struggling to find info on that.