iclon has quit [Remote host closed the connection]
aquiandres has quit [Ping timeout: 245 seconds]
dbmikus_ has joined #racket
joebobjoe has joined #racket
jao has quit [Ping timeout: 245 seconds]
jmiven has quit [Quit: co'o]
dbmikus_ has quit [Ping timeout: 244 seconds]
jmiven has joined #racket
<bremner>
it is confusing that there are so many equality tests, but they are different in subtle (and not so subtle) ways.
<bremner>
rudybot: (equal? 1 1.0)
<rudybot>
bremner: error: with-limit: out of time
<bremner>
well, anyway, it's #f
<bremner>
while (= 1 1.0) is #t
sagax has joined #racket
orivej has joined #racket
joebobjoe has quit [Ping timeout: 268 seconds]
joebobjoe has joined #racket
dan_f has joined #racket
dddddd has quit [Remote host closed the connection]
joebobjoe has quit [Ping timeout: 244 seconds]
davidl has quit [Ping timeout: 245 seconds]
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 244 seconds]
DGASAU has joined #racket
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 245 seconds]
charh has quit [Read error: Connection reset by peer]
DGASAU has joined #racket
_whitelogger has joined #racket
iyzsong has quit [Ping timeout: 250 seconds]
badkins has quit [Remote host closed the connection]
sleepnap has joined #racket
badkins has joined #racket
DGASAU has quit [Ping timeout: 268 seconds]
badkins has quit [Ping timeout: 250 seconds]
badkins has joined #racket
jao has joined #racket
joebobjoe has joined #racket
joebobjoe has quit [Ping timeout: 244 seconds]
charh has quit [Read error: Connection reset by peer]
charh has joined #racket
vraid has quit [Quit: Leaving]
audriu has joined #racket
YuGiOhJCJ has joined #racket
<badkins>
I have a long table of field names in Scribble, so I'm trying to get some sort of highlight to make it more readable. I'm experimenting with background-color-property, but it's having zero effect, so I must've gotten the syntax wrong.