IRC log for #wowace on 20101228

00:00.44p3limno sign of them atleast
00:08.44*** join/#wowace the-golem (~Darrin@c-24-23-41-179.hsd1.ca.comcast.net)
00:28.12Repo10big-wigs: 03jongt23 * r7699 Blackwing/Locales/esES.lua: Maloriak esES update
00:32.21Torhalp3lim: Try converting to a different VCS type, then back. That may nuke the info. If not, I'll let Kaelten know.
00:33.12*** join/#wowace Next96 (Next96@121.129.140.135)
00:34.45p3limTorhal: no idea how to do that
00:35.43Torhalp3lim: Project management->Edit repositort
00:35.48Torhalrepository*
00:35.55*** part/#wowace mitchnull (~opera@catv3EC944A1.pool.t-online.hu)
00:36.23p3limrepo type?
00:37.09p3limnah, still there
00:37.52*** join/#wowace DarkerAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
00:38.00TorhalUrk
00:38.12p3limKaelten is the only one with powers to delete a repo?
00:38.31TorhalOr ckk
00:38.59Repo10big-wigs: 03jongt23 * r7700 Blackwing/Locales/esES.lua: Chimaeron esES update
00:42.42Arrowmasterhmm i wonder if creating a new empty repo locally and trying to push it with --mirror would work
00:43.10Arrowmasterif not make one commit on master and push with --mirror then push <remote> :master
00:45.51*** join/#wowace Dark_Elf (~Dark_Elf@h69-128-35-89.wdrnin.dsl.dynamic.tds.net)
00:46.56p3limwhats the --mirror argument?
00:48.21Arrowmasterits for mirroring
00:50.27p3limmirroring worked, but I can't delete a branch I am currently on
00:50.51Arrowmasterhuh?
00:51.02Arrowmasterwhats the error
00:51.08p3limits huge
00:51.40p3limand I don't know how to copy from mingw32, will a screenshot do the job?
00:52.06Arrowmastersure
00:52.34p3limhttp://u.snelhest.org/i/2010/12/28_4941.png
00:53.02Shirik2Are you really trying to do that p3lim?
00:53.31p3limArrowmaster said so
00:53.33p3lim:p
00:53.46Arrowmasterwhat the hell
00:53.55Shirik2that sounds like an awful idea
00:54.27p3limwell I want the repo deleted
00:54.29Shirik2then again I don't really know what the problem is
00:54.38Arrowmasterreceive.denyDeleteCurrent
00:54.39Arrowmaster<PROTECTED>
00:55.39ArrowmasterKaelten: find ckknight and beat him with a whiffle bat until he answers why an error for something that should only ever happen on a non-bare git repo is happening on curseforge which should be using bare repos
00:56.11Repo10fishing-ace: 03Sutorix * r133 LibFishing-1.0.lua: FishingAce: Update to latest version of my fishing library
00:57.15Arrowmasterp3lim: hummor me and try it again with -f
00:57.34Arrowmasterpush -f curse :master
00:57.53p3limsame error
00:58.17p3limbtw, what ever happened to the forum nick change that was put up a few years ago?
00:58.31p3limI submitted to that but I still have the account name as nick
00:58.39Repo10fishing-ace: 03Sutorix * r134 FishingAce.toc: FishingAce: Update version number
00:59.11Repo10fishing-ace: 03Sutorix 04Release 0.5.5f * r135 : Tagging as Release 0.5.5f
01:15.38*** join/#wowace kandarz (~kandarz@c-67-183-240-167.hsd1.wa.comcast.net)
01:15.44*** part/#wowace kandarz (~kandarz@c-67-183-240-167.hsd1.wa.comcast.net)
01:18.51Shefkip3lim: That never worked.
01:19.53Mikkp3lim: http://www.curseforge.com/projects/curseforge/tickets/1492-mikks-account-keeps-being-broken/
01:29.40p3limneat bug
01:30.40Funkeh`Does :find support utf8 in wow now?
01:31.10Funkeh`or did they add some kind of special utf8 find
01:36.00Funkeh`hmm seems to work fine, im sure i remember someone complaining that something didnt work with utf8
01:38.52chiperbeats his head on a wall
01:38.54ArrowmasterFunkeh`: it works on bytes though so you cant do something like msg:gsub("^.", string.upper, 1)
01:39.12chiperthe more I work with the auction house APIs the more I want to slit my wrists
01:39.41mckenziemci guess it would match a utf8 sequence fine -- since it doesn't actually have to understand them -- but it will think they are multiple characters instead of one
01:40.10Arrowmastermckenziemc: exactly
01:40.57Arrowmasterthe problem is when you want to match characters and not bytes
01:43.30p3limchiper: what are you doing?
01:44.14Megalonhe is trying to use the tunnel effect to get to the other side p3lim
01:44.31chiperp3lim: it's a very simple addon.  it just takes any auction data recieved and scans the results for items priced below vendor
01:45.03chiperit handles specific searches more or less fine, tho i sometimes get WAY more rows then actually were returned
01:45.26chiperbut when doing a getAll, things go completely bonkers.
01:46.28chiperin my most recent test that I started five minutes ago, AUCTION_ITEM_LIST_UPDATE has been firing at least once a second, and is still going.
01:46.37p3limMegalon: <3
01:47.44p3limchiper: just data storing or does it do something?
01:48.18chiperwell originally I was trying to do storing for post-processing in a timer, but I quickly got memory allocation errors
01:49.00chiperon the realm I was testing on, GetNumAuctionItems("list") told me there were over a million rows.  the one I'm on now is a much more conservative 300k
01:51.09p3limany item or specific ones by type/name?
01:51.27chiperany item.  it just handles everything returned by AUCTION_ITEM_LIST_UPDATE
01:51.34p3limok
01:51.47p3limwhat about throttling the result if its possible
01:52.06chiperI'm doing some slight hashing to try and reduce duplicate rows from people posting single stacks
01:53.16p3limby the way, if any of you are doing a shitloads of quests (leveling from 1 to 85), please check out my addon Monomyth. need some debugging to get out all the issues
01:53.19p3limits on github
01:54.49Repo10libperiodictable-3-1: 03Gazmik * r324 / (2 files in 2 directories):
01:54.50RepoRe-added Shimmering Minnow to basic fish, as it seems to have disappeared in some revision.
01:55.21chiperI'm definitely getting duplicate firings of the event
01:56.00chipera search for alicite returns 50 results of 250, yet the event fired 15 times
01:58.01Repo10libquestitem-1-0 (experimental): 03Nickenyfiken * r20 LibQuestItem-1.0.lua: -Add status text table for quest items.
01:58.23chiperlooks like shadowed ran into this problem too, there's a note about it in QA3
02:03.20Repo10questitembar: 03Nickenyfiken * r72 Core.lua: -Show quest name and status (if available) in item tooltip.
02:05.18Repo10arl: 03pompachomp 07master * 2.0.5-103-gd9fef80 / (3 files in 2 directories): [+2 commits]
02:05.19Repod9fef80: The Leatherworking database now includes all the recipes added in Cataclysm.
02:05.20Repocf63372: Added two new vendors
02:09.16Repo10libquestitem-1-0 (experimental): 03Nickenyfiken * r21 LibQuestItem-1.0.lua: -Tweak status text.
02:10.16Dark_Elfmumbles to self that author of Lightheaded needs to throw most of the comments away lol
02:15.50Dark_Elfi like how blizzard sneaks some quests in without u knowing their their
02:18.41p3limoh?
02:19.03Dark_Elfi wish they hadnt killed Fizzle though i loved fighting him, he was a good challenge for a low level orc/troll wanting to get ass beat and those poor lightning lizards were fun too, i sometimes wish they hadnt changed that area lol
02:30.32chiperok, I think I finally get it.  the event can fire multiple times while the results are being received, each time with the same data set just a little bit more complete
02:36.29*** join/#wowace bien|| (~bien@p4FF43B1C.dip.t-dialin.net)
02:42.02Mikk@describe libquestitem-1-0
02:42.03RepoMikk: http://www.wowace.com/addons/libquestitem-1-0/. LibQuestItem-1.0. A library that tells wether a item is a quest item or not (equipped or in bags)
02:42.53ShefkiPretty sure that's obsolete.
02:43.29Mikkpretty sure it's new & experimental
02:44.03Mikkunless you meant the idea in general
02:44.14Mikkand then i have to disagree :P
02:44.33Mikkbecause i pretty much see exactly how items are tagged with baggins filtering
02:44.41Mikkand far from everything has useful categorizations
02:48.08ShefkiThere's an API for that now.
02:49.01*** join/#wowace DarkerAudit (~Brian@c-98-236-98-13.hsd1.wv.comcast.net)
02:49.07*** join/#wowace mckenziemc1 (~mckenziem@dialup-4.246.248.191.Dial1.SanJose1.Level3.net)
03:09.39*** join/#wowace tem (~tardmrr@WoWUIDev/WoWI/Dongle/Tem)
03:09.39*** mode/#wowace [+o tem] by ChanServ
03:15.34p3limKaelten, ckknight: if any of you read this, delete the Molinari master repo on CF/wowace
03:15.43p3limgnite ladies
03:19.12*** join/#wowace Ingela (~Ingela@90-230-170-118-no35.tbcn.telia.com)
03:40.35*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
03:40.35*** mode/#wowace [+v tekkub] by ChanServ
04:10.04*** join/#wowace Talryn (~Talryn@unaffiliated/talryn)
04:39.52*** join/#wowace tem (tardmrr@WoWUIDev/WoWI/Dongle/Tem)
04:39.52*** mode/#wowace [+o tem] by ChanServ
04:41.00*** join/#wowace tardmrr (~tardmrr@WoWUIDev/WoWI/Dongle/Tem)
04:41.00*** mode/#wowace [+o tardmrr] by ChanServ
04:57.57*** join/#wowace tekkub (~tekkub@WoWUIDev/WoWI/Featured/Dongle/GitHub/Tekkub)
04:57.57*** mode/#wowace [+v tekkub] by ChanServ
05:09.48*** join/#wowace ShadniX__ (shadow1st@p5B08FF9B.dip.t-dialin.net)
05:11.10*** join/#wowace the-golem (~Darrin@c-24-23-41-179.hsd1.ca.comcast.net)
05:18.10*** join/#wowace bluspacecow (~bluspacec@60-234-165-167.bitstream.orcon.net.nz)
05:27.28Repo10tank-points: 03zhTW * r140 Locales/zhCN.lua: - zhCN update
05:40.03*** join/#wowace Zasurus (~Zasurus@78-105-174-15.zone3.bethere.co.uk)
06:16.21*** join/#wowace Antiarc (~Antiarc@ip70-190-192-186.ph.ph.cox.net)
06:16.21*** mode/#wowace [+v Antiarc] by ChanServ
06:38.04*** join/#wowace Andune (~morganm@99-150-252-94.lightspeed.sndgca.sbcglobal.net)
06:38.28*** join/#wowace Amadeo (~zenon@ip68-100-50-216.dc.dc.cox.net)
06:39.21Amadeowhat are the most efficient addons for node/archaeology tracking?
06:42.41Repo10ice-hud: 03Parnic * r821 modules (3 files in 1 directory):
06:42.42Repo- another attempt at fixing stack overflow related to dropdown menus for secure frames
06:47.08*** join/#wowace profalbert (~profalber@213.162.68.45)
06:53.13TorhalParnic: ZOMG what did you do?
06:53.15Torhal:D

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.