Warning: The magic method SFML_Singleton::__wakeup() must have public visibility in /home/public/wp-content/plugins/sf-move-login/inc/classes/class-sfml-singleton.php on line 72

Warning: Cannot modify header information - headers already sent by (output started at /home/public/wp-content/plugins/sf-move-login/inc/classes/class-sfml-singleton.php:72) in /home/public/wp-includes/feed-rss2-comments.php on line 8
Comments for Thoughts, etc. https://www.munderwood.ca Tracking the occasional random walk Wed, 14 Apr 2021 06:18:05 +0000 hourly 1 https://wordpress.org/?v=5.7.2 Comment on Altering PostgreSQL columns from one enum to another by Rich https://www.munderwood.ca/index.php/2015/05/28/altering-postgresql-columns-from-one-enum-to-another/#comment-7138 Wed, 14 Apr 2021 06:18:05 +0000 http://www.munderwood.ca/?p=44#comment-7138 Another Thank you from the future ;)

]]>
Comment on Getting a Faker instance in Laravel’s tinker environment by Josh https://www.munderwood.ca/index.php/2018/05/03/getting-a-faker-instance-in-laravels-tinker-environment/#comment-5119 Mon, 28 Sep 2020 18:45:59 +0000 http://www.munderwood.ca/?p=250#comment-5119 Thanks pal

]]>
Comment on Getting a Faker instance in Laravel’s tinker environment by Tyteck https://www.munderwood.ca/index.php/2018/05/03/getting-a-faker-instance-in-laravels-tinker-environment/#comment-5068 Tue, 22 Sep 2020 13:54:17 +0000 http://www.munderwood.ca/?p=250#comment-5068 In case you are wanting to use specific locale you may use

Faker\Factory::create('fr_FR')->siret

]]>
Comment on Getting a Faker instance in Laravel’s tinker environment by Ben https://www.munderwood.ca/index.php/2018/05/03/getting-a-faker-instance-in-laravels-tinker-environment/#comment-3067 Sun, 05 Apr 2020 10:02:06 +0000 http://www.munderwood.ca/?p=250#comment-3067 Thanks buddy

]]>
Comment on Altering PostgreSQL columns from one enum to another by themsay https://www.munderwood.ca/index.php/2015/05/28/altering-postgresql-columns-from-one-enum-to-another/#comment-3037 Fri, 20 Mar 2020 12:09:27 +0000 http://www.munderwood.ca/?p=44#comment-3037 Great! Thanks for your time.

]]>
Comment on Measuring distances on Leaflet maps in Vue applications by munderwood https://www.munderwood.ca/index.php/2019/04/25/measuring-distances-on-leaflet-maps-in-vue/#comment-2922 Fri, 10 Jan 2020 01:53:08 +0000 http://www.munderwood.ca/?p=279#comment-2922 Thanks for pointing out that these new events exist on Leaflet.PolylineMeasure now!

I have updated the Vue component to use the latest version, and added documentation to the readme about handling events—note that the events are actually fired by the Map component, *not* by the LControlPolylineMeasure one.

Please try upgrading to ^1.1.1, and let me know how it goes.

]]>
Comment on Measuring distances on Leaflet maps in Vue applications by Avishek Saha https://www.munderwood.ca/index.php/2019/04/25/measuring-distances-on-leaflet-maps-in-vue/#comment-2918 Thu, 09 Jan 2020 07:51:36 +0000 http://www.munderwood.ca/?p=279#comment-2918 I want to show the distance on firing “polylinemeasure:finish” event on modal. Please suggest how can I access the distance value.

]]>
Comment on Altering PostgreSQL columns from one enum to another by Thiago Pereira https://www.munderwood.ca/index.php/2015/05/28/altering-postgresql-columns-from-one-enum-to-another/#comment-2458 Thu, 30 May 2019 02:59:36 +0000 http://www.munderwood.ca/?p=44#comment-2458 Great Thanks!!!

]]>
Comment on Adding Vue reactivity to js-data relationships by Doug https://www.munderwood.ca/index.php/2018/05/16/adding-vue-reactivity-to-js-data-relationships/#comment-2456 Mon, 27 May 2019 20:36:15 +0000 http://www.munderwood.ca/?p=256#comment-2456 It appears my issue is related to what you referenced above as as a possible infinite loop.

I do need to have vueReactive set as true on both sides of some relations. Have you looked any more into this? Any ideas where I should start with debugging?

]]>
Comment on Altering PostgreSQL columns from one enum to another by Marin Aldimriov https://www.munderwood.ca/index.php/2015/05/28/altering-postgresql-columns-from-one-enum-to-another/#comment-2263 Tue, 26 Mar 2019 13:37:36 +0000 http://www.munderwood.ca/?p=44#comment-2263 @Muthamizhselvi
https://stackoverflow.com/questions/1771543/adding-a-new-value-to-an-existing-enum-type

]]>