#leaflet | Logs for 2012-07-03

Back
[00:01:41] -!- mozmck has quit [Quit: Leaving.]
[00:04:51] -!- mozmck has quit [Client Quit]
[00:05:53] -!- mozmck has quit [Client Quit]
[00:08:38] -!- micges has quit [Quit: Leaving]
[00:21:37] <cttt_> hey u back?
[00:23:51] -!- sumpfralle has quit [Read error: Operation timed out]
[00:30:00] -!- cttt_ has quit [Ping timeout: 245 seconds]
[00:30:06] -!- Guthur has quit [Remote host closed the connection]
[00:31:20] -!- rob__H has quit [Ping timeout: 252 seconds]
[00:41:10] -!- RussianKid has quit [Ping timeout: 246 seconds]
[00:41:55] -!- Brandonian has quit [Quit: Brandonian]
[00:53:57] -!- RussianKid has quit [Read error: Connection reset by peer]
[01:05:57] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[01:09:08] -!- Keknom has quit [Quit: Leaving.]
[01:37:11] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[01:47:23] -!- jackc has quit [Quit: leaving]
[01:50:30] -!- skunkworks__ has quit [Ping timeout: 264 seconds]
[02:25:20] -!- RussianKid has quit [Read error: Connection reset by peer]
[02:28:49] -!- dlcervan_ [dlcervan_!~dlcervant@c-50-129-36-237.hsd1.in.comcast.net] has joined #leaflet
[02:31:05] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[02:45:42] -!- X704 has quit [Read error: Connection reset by peer]
[03:15:50] -!- draig has quit [Quit: draig]
[04:13:41] -!- dimas_ has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
[04:55:48] -!- tjb1 has quit [Quit: tjb1]
[05:04:18] -!- Fox_Muldr has quit [Ping timeout: 265 seconds]
[06:19:05] -!- Tom_itx has quit [Ping timeout: 250 seconds]
[06:28:04] -!- tjb1 has quit [Quit: tjb1]
[06:33:17] -!- spohner [spohner!steffenp@caracal.stud.ntnu.no] has joined #leaflet
[06:36:17] -!- dlcervan_ has quit [Read error: Connection reset by peer]
[06:44:16] -!- dlcervan_ [dlcervan_!~dlcervant@c-50-129-36-237.hsd1.in.comcast.net] has joined #leaflet
[06:44:47] -!- dlcervan_ has quit [Remote host closed the connection]
[06:52:08] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[08:07:27] -!- Mourner [Mourner!c3148201@gateway/web/freenode/ip.195.20.130.1] has joined #leaflet
[08:07:36] <Mourner> hi guys
[08:08:31] <perl> good morning
[08:11:49] -!- Keknom has quit [Quit: Leaving.]
[08:11:53] <Mourner> Android 4 pinch-zoom just started working in master, check it out :)
[08:27:35] <Mourner> guys, what do you think about the recent trend of oversimplifying JS APIs (specifically removing the need to use new keyword where possible)? Do you think it's worth e.g. making it possible to do map.panTo([50, 30]) instead of map.panTo(new L.LatLng(50, 30))?
[08:28:15] <Mourner> or var marker = L.marker(...) instead of new L.Marker(...)
[08:38:58] -!- logger[psha] [logger[psha]!~loggerpsh@195.135.238.205] has joined #leaflet
[09:05:31] -!- danst has quit [Read error: Connection reset by peer]
[09:08:17] -!- chron0 has quit [Ping timeout: 272 seconds]
[09:10:04] -!- factor has quit [Ping timeout: 246 seconds]
[09:19:31] -!- gambakufu has quit [Ping timeout: 246 seconds]
[09:35:27] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[09:36:09] <b_b> hi there
[09:36:42] <Mourner> hi Bruno
[09:37:29] <b_b> hey Mourner ;)
[09:37:45] <b_b> ha, i see that mxn is not op anymore
[09:37:50] * b_b checks the logs
[09:44:27] -!- mode/#leaflet [+o mxn] by ChanServ
[09:44:37] <b_b> ok it works
[09:46:59] -!- mode/#leaflet [-o mxn] by ChanServ
[09:47:14] <b_b> ok, no need to have an op all the time
[09:47:36] <b_b> is should give you the ability to get op Mourner , what do you think if it ?
[09:48:44] <b_b> but it's not really necessary, as i told you i've seen many chans where we don't use op admin rights since years
[09:49:45] <Mourner> how do I get op if I need to?
[09:51:27] <b_b> http://www.scribd.com/doc/2892558/freenode-irc-chanserv-help#outer_page_9
[09:51:35] <b_b> /msg ChanServ OP #channel
[09:51:52] <b_b> but i have to give you access to op before ;)
[09:52:31] <b_b> have you registred your nick Mourner ?
[09:56:12] <Mourner> yep
[09:57:59] <b_b> ok you can set you op when needed now Mourner
[10:00:45] <Mourner> thanks
[10:02:06] <b_b> has said here : http://meta.wikimedia.org/wiki/IRC/Instructions#Instructions_for_channel_ops
[10:02:20] <b_b> Freenode channel guidelines suggest that you should hide your operator privileges when you are not using them. As such, the channel services interface Chanserv can be used to grant yourself operator privileges for a brief period of time. You should relinquish these privileges when you are done with them.
[10:08:00] -!- mode/#leaflet [+o b_b] by ChanServ
[10:08:11] -!- mode/#leaflet [-o b_b] by ChanServ
[10:08:27] <b_b> just testing, it works ;)
[10:08:41] <Mourner> here's the API simplification proposal for discussion: https://gist.github.com/3038879
[10:09:00] <Mourner> I'm not yet sure about it, would like to hear opinions
[10:09:18] <b_b> hmmm i don't really know why
[10:09:26] <b_b> but i prefer the one with new
[10:09:58] <b_b> the code editors show it in bold generally, so it's easy to read your code and to find where something is created
[10:13:18] <Mourner> If I implement the new variant, it will certainly be backwards-compatible, so we'll have both. The question is if it's OK to have both ways (and won't cause confusion), if it's worth the effort and several added kb of code, and if it's worth advocating it on the website examples / docs taking current JS trends into account (to ease the adoption by users).
[10:14:20] -!- factor has quit [Read error: Connection reset by peer]
[10:14:44] <Mourner> I prefer to use "new" too, but there's a good argument about chainable APIs not looking with it (new L.Marker().doSomething().doFoo() looks a bit confusing, and (new L.Marker()).doSomething().doFoo() is not pretty, etc.)
[10:15:55] <b_b> yes, the new syntax should be more easy to learn for new users
[10:18:40] <b_b> hey Mourner i'm not sure this "bug" is still present in master
[10:18:58] <b_b> but the scale control do strange thing when the zoom is very slow
[10:19:06] <b_b> here for example : http://cornes.debru.me/spip.php?page=carte
[10:19:17] <b_b> zoom out to fit the entire world
[10:19:18] <Mourner> yeah, should be fixed in master
[10:19:24] <b_b> ha great :)
[10:19:42] <Mourner> another argument against new is that it's easy for beginners to make a mistake omitting the new keyword which causes errors that are not always apparent
[10:21:07] <Mourner> and about being able to see where things are being created - I heard an argument about it that you still can't know whether an object is created or not when using getters, e.g. map.getCenter() creates new L.LatLng object, so the benefit becomes weaker
[10:23:07] <b_b> yes you're right
[11:00:39] <Mourner> asked in Twitter, 9:0 for simplified one so far :)
[11:00:39] -!- morfic has quit [Read error: Connection reset by peer]
[11:01:34] <b_b> hehe
[11:33:08] -!- sumpfralle has quit [Ping timeout: 248 seconds]
[12:20:56] -!- Valen has quit [Quit: Leaving.]
[12:22:05] -!- Mourner has quit [Ping timeout: 245 seconds]
[12:41:32] -!- Brandonian [Brandonian!~bmorrison@c-76-23-71-165.hsd1.in.comcast.net] has joined #leaflet
[12:52:34] -!- Mourner [Mourner!c3148201@gateway/web/freenode/ip.195.20.130.1] has joined #leaflet
[13:07:51] -!- alpha1125 has quit [Ping timeout: 244 seconds]
[13:15:02] -!- James628 has quit [Quit: Page closed]
[14:03:45] -!- Mourner has quit [Ping timeout: 245 seconds]
[14:04:02] -!- joe9 has quit [Quit: leaving]
[14:07:54] -!- MrSunshine has quit [Ping timeout: 252 seconds]
[14:27:23] -!- RussianKid has quit [Read error: Connection reset by peer]
[14:30:20] -!- JT-Shop-2 has quit [Client Quit]
[14:30:25] -!- Thetawaves has quit [Quit: This computer has gone to sleep]
[14:30:56] JT-Shop-2 is now known as JT-Shop-22
[14:31:12] JT-Shop-22 is now known as JT-Shop-
[14:39:21] -!- ewidance has quit [Quit: Leaving.]
[15:21:53] -!- joe9 has quit [Quit: leaving]
[15:23:49] -!- factor has quit [Read error: Connection reset by peer]
[15:58:31] -!- dlcervantes [dlcervantes!~dlcervant@ima-colo.iquest.net] has joined #leaflet
[16:18:25] -!- alpha1125 has quit [Quit: Computer has gone to sleep.]
[16:19:27] -!- cevad has quit [Quit: Leaving]
[16:24:05] -!- factor has quit [Read error: Connection reset by peer]
[16:25:21] -!- joe9 has quit [Quit: leaving]
[16:37:54] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[16:38:26] -!- b_b [b_b!ejabberd@81.18.178.14] has joined #leaflet
[17:00:47] -!- morfic has quit [Read error: Connection reset by peer]
[17:33:05] -!- phantoxe has quit []
[17:44:30] -!- alpha1125 has quit [Ping timeout: 264 seconds]
[17:51:59] -!- chillly [chillly!~chris@adsl-83-100-194-202.karoo.KCOM.COM] has joined #leaflet
[18:22:40] -!- syyl_ws has quit [Quit: Verlassend]
[18:27:18] -!- joe9 has quit [Quit: leaving]
[18:27:41] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 13.0/20120601201853]]
[18:36:16] -!- uw has quit [Quit: Ex-Chat]
[18:39:18] -!- sumpfralle has quit [Ping timeout: 245 seconds]
[19:29:49] -!- karavanjo has quit [Read error: Connection reset by peer]
[19:46:41] -!- karavanjo [karavanjo!~karavanjo@213.184.242.183] has joined #leaflet
[19:53:18] -!- Tom_itx has quit [Disconnected by services]
[19:53:24] Tom_L is now known as Tom_itx
[19:57:38] -!- vladimirek has quit [Remote host closed the connection]
[20:05:49] -!- b_b [b_b!ejabberd@81.18.178.14] has parted #leaflet
[20:10:43] -!- Guthur has quit [Ping timeout: 255 seconds]
[20:14:45] -!- draig has quit [Quit: draig]
[20:35:45] -!- skunkworks has quit []
[20:42:07] -!- bedah has quit [Quit: bye]
[20:43:54] -!- kb8wmc has quit [Ping timeout: 265 seconds]
[20:50:15] -!- sumpfralle has quit [Client Quit]
[20:53:11] -!- FinboySlick has quit [Quit: Leaving.]
[20:54:50] -!- mozmck has quit [Quit: Leaving.]
[20:59:43] -!- dlcervantes has quit [Ping timeout: 245 seconds]
[21:07:37] -!- rogge has quit [Remote host closed the connection]
[21:09:49] -!- DJ9DJ has quit [Quit: bye]
[21:28:21] -!- karavanjo has quit [Quit: Leaving]
[21:34:37] -!- chillly has quit [Quit: Leaving]
[21:35:25] -!- WillenCMD has quit [Ping timeout: 245 seconds]
[21:46:19] -!- Loetmichel has quit [Ping timeout: 246 seconds]
[21:46:50] cylly2 is now known as Loetmichel
[21:55:18] -!- joe9 has quit [Quit: leaving]
[22:01:24] -!- syyl has quit [Quit: Leaving]
[22:01:54] -!- elmo40 has quit [Client Quit]
[22:03:07] -!- frallzor has quit [Ping timeout: 240 seconds]
[22:04:22] -!- frallzor has quit [Client Quit]
[22:20:09] -!- erictheise [erictheise!~mataro@c-68-35-140-196.hsd1.nm.comcast.net] has joined #leaflet
[22:21:47] <erictheise> looking for some insights on a problem i'm having
[22:21:54] -!- tjb1 has quit [Quit: tjb1]
[22:22:14] <erictheise> when we deploy our rails app to ec2, leaflet causes problems for ie8
[22:22:45] <erictheise> works fine in dev mode in a vm, but on amazon, under tomcat, base tiles only
[22:22:52] <erictheise> works for firefox and chrome
[22:22:59] <erictheise> i'm mystified
[22:28:50] <erictheise> also: IE freezes at that point
[22:49:19] -!- joe9 has quit [Quit: leaving]
[22:53:45] -!- WillenCMD has quit [Ping timeout: 245 seconds]
[22:55:20] -!- elmo40 has quit [Quit: Leaving.]
[22:57:28] -!- Brandonian has quit [Quit: Brandonian]
[23:01:39] -!- draig has quit [Ping timeout: 265 seconds]
[23:03:49] -!- draig has quit [Client Quit]
[23:17:12] -!- micges has quit [Quit: Leaving]
[23:20:19] -!- draig has quit [Client Quit]
[23:31:17] -!- tjb1 has quit [Quit: tjb1]
[23:46:23] -!- dimas has quit [Ping timeout: 245 seconds]