Search the web
Sign In
New User? Sign Up
squeak
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 116700 - 116729 of 143014   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
116700
Yes, I sent him some email earlier today too asking questions about universes and have not received a response. I wonder if he got them? -Todd Blanchard...
Todd Blanchard
tblanchard@...
Send Email
Mar 1, 2007
8:04 am
116701
I'd guess it was just a nod to the rest of the world. There are a lot of peeks in a lot of stream implementations out there, and pretty much all of them leave...
brad fowlow
fowlow@...
Send Email
Mar 1, 2007
8:05 am
116702
Hi Damien, on both my platforms, WinXP and KDE via remote X11 (SuSE10), the GUI of #83 has better response time :) Mind to tell what's the magic, thank you. ...
Klaus D. Witzel
klaus.witzel@...
Send Email
Mar 1, 2007
8:11 am
116703
Actually, that method was removed in 3.9 so you should not simply add it back. Rather, change the sending side. - Bert -...
Bert Freudenberg
bert@...
Send Email
Mar 1, 2007
9:15 am
116704
... Here are some "simple" issues: How do Parcels deal with conflicting modifications to base classes? Say, one that says "Object>>isCommon ^true" and one that...
Andreas Raab
andreas.raab@...
Send Email
Mar 1, 2007
9:22 am
116705
... The problem with ScriptManager is that it's graphical. It's small, 1 class, but graphical. If I'm working on a package which does not depend on a graphical...
Damien Cassou
damien.cassou@...
Send Email
Mar 1, 2007
9:45 am
116706
... Maybe you are dreaming :-) I didn't change anything in that area I think :-) -- Damien Cassou...
Damien Cassou
damien.cassou@...
Send Email
Mar 1, 2007
9:54 am
116707
As usually, we all have different opinions :-) Since most Smalltalks have the same #peekFor: implementation, I won't touch it. However, I will explicitely...
Damien Cassou
damien.cassou@...
Send Email
Mar 1, 2007
10:12 am
116708
Hi, Andreas, just one answer at your first question: VW allow parcel to modify a method already on the image. Interesting behavior is the fact that, if and...
giorgioferraris@...
Send Email
Mar 1, 2007
10:33 am
116709
... Kind of JARs in Smalltalk? Pleeeeeease, please, please, please don't do that, no! *scream* I've done Java in my main job since 1996 till last year from...
Frank Mueller
frank@...
Send Email
Mar 1, 2007
10:42 am
116710
... That's what I expected. ... Well, that's great as long as it is *your* foot. Unfortunately, when modifying a base class that other modules use you are not...
Andreas Raab
andreas.raab@...
Send Email
Mar 1, 2007
10:43 am
116711
Hi, I use these images since dev-42 and I don't see any changes in the UI response. The only thing which makes my display to go slow is the use of big font...
Martial Boniou
Martial.Boniou@...
Send Email
Mar 1, 2007
11:05 am
116712
Another one :-) In the standard, #skip: should explicetly not raise an error if #skip: would go after the end. It is said that "A number of objects equal to ...
Damien Cassou
damien.cassou@...
Send Email
Mar 1, 2007
11:21 am
116713
... yes but you cannot have extra behavior and subclass does not solve the problem. I can show a lot of problems where not having class extension can be...
stephane ducasse
stephane.ducasse@...
Send Email
Mar 1, 2007
11:21 am
116714
But why should there be a method #peekFor: if it does not more than #peek and #=? These two would do the same stream peekFor: $a stream peek = $a That would be...
Bert Freudenberg
bert@...
Send Email
Mar 1, 2007
11:32 am
116715
... Didn't someone a few years back write an ANSI compatibility package on SqueakMap? Ah, yes: "ANSI Compatibility" at ...
Frank Shearar
frank.shearar@...
Send Email
Mar 1, 2007
12:00 pm
116716
... +1 don't reimplement the implemented. Talk small and do great things. ... /Klaus...
Klaus D. Witzel
klaus.witzel@...
Send Email
Mar 1, 2007
12:09 pm
116717
How is the Thinglab rework going? What needs to be done to get it running? How about in 3.8? Cheers, Alan...
Alan Kay
alan.kay@...
Send Email
Mar 1, 2007
2:12 pm
116718
Hi Bert, I get that #peekFor: that doesn't advance is the same as #peek #=. That's why it was easy for me to get what I was looking for without using peekFor:...
Ron Teitelbaum
Ron@...
Send Email
Mar 1, 2007
2:52 pm
116719
I am trying to file in a changeset that was made for Squeak 3.2, but will lock up a 3.8 image when filed in, due to changing some really deep stuff with in...
Matthew Fulmer
tapplek@...
Send Email
Mar 1, 2007
2:56 pm
116720
... Ah, you're right. - Bert -...
Bert Freudenberg
bert@...
Send Email
Mar 1, 2007
2:57 pm
116721
Hi, Is they a way to shorten string in a way that i still understandable but more compacte? For exemple something that remove all the vowel. Thanks Math...
Mathieu Suen
mathk.sue@...
Send Email
Mar 1, 2007
2:59 pm
116722
Try this: 'vowels' reject: [:e | 'aeiouy' includes: e] ... Benoit St-Jean Yahoo! Messenger: bstjean Blog: lamneth.wordpress.com A standpoint is an intellectual...
Benoit St-Jean
bstjean@...
Send Email
Mar 1, 2007
3:02 pm
116723
'vowels' copyWithoutAll: 'aeiou' copy. 'vowels' select: [:aCharacter | aCharacter isVowel not]. aStream := 'vowels' copy readStream. result := WriteStream on:...
Ron Teitelbaum
Ron@...
Send Email
Mar 1, 2007
3:41 pm
116724
Sorry saw a typo. Here it is again :) 'vowels' copyWithoutAll: 'aeiou' copy. 'vowels' select: [:aCharacter | aCharacter isVowel not]. aStream := 'vowels' copy...
Ron Teitelbaum
Ron@...
Send Email
Mar 1, 2007
3:48 pm
116725
'The general-purpose Squeak developers list' contractTo: 20 - Bert -...
Bert Freudenberg
bert@...
Send Email
Mar 1, 2007
4:24 pm
116726
Hi Math, ... 'your string' reject: [:char | char isVowel] /Klaus...
Klaus D. Witzel
klaus.witzel@...
Send Email
Mar 1, 2007
4:52 pm
116727
Thanks that one is quite cool. Math...
Mathieu Suen
mathk.sue@...
Send Email
Mar 1, 2007
5:02 pm
116728
Heheheh! Ok so Bert wins he read the question much better then I did. How about: ^((aString substrings reject: [:aWord | aWord size < 4]) collect: [:aWord | ...
Ron Teitelbaum
Ron@...
Send Email
Mar 1, 2007
5:28 pm
116729
Well he seems to post in spurts on the list (like myself) so maybe he is just a really busy guy? :) ... ...
J J
azreal1977@...
Send Email
Mar 1, 2007
5:30 pm
Messages 116700 - 116729 of 143014   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help