On Thu, Oct 11, 2012 at 5:57 PM, Brian Craft wrote:
> Geez, you want me to share my brain failures? ;-p In my defense, I was up
> half the night taking care of sick progeny.
I just wondered if whether it was the sort of problem that others might run
into and sharing it might help them... but ap
Geez, you want me to share my brain failures? ;-p In my defense, I was up
half the night taking care of sick progeny.
The slice-probes call was working fine, and wasn't affected by the .write
call. The call to score-str was wrong. The failure it generated looked like
an earlier failure I'd had
On Thu, Oct 11, 2012 at 10:38 AM, Brian Craft wrote:
> Never mind, I found it. ;) Been up too long, apparently.
Please share - I'm curious now!
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
"Perfection is the
Never mind, I found it. ;) Been up too long, apparently.
On Thursday, October 11, 2012 10:24:55 AM UTC-7, Brian Craft wrote:
>
> On Thursday, October 11, 2012 9:11:44 AM UTC-7, Sean Corfield wrote:
>>
>> On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft wrote:
>>
>>> and I get "Insufficient bytes to
On Thursday, October 11, 2012 9:11:44 AM UTC-7, Sean Corfield wrote:
>
> On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft wrote:
>
>> and I get "Insufficient bytes to decode frame" from gloss. I didn't
>> expect an error reading the table. What am I doing wrong?
>
>
> Source for read-table?
>
Includ
On Wed, Oct 10, 2012 at 9:43 PM, Brian Craft wrote:
> and I get "Insufficient bytes to decode frame" from gloss. I didn't expect
> an error reading the table. What am I doing wrong?
>
Source for read-table?
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World S
I'm reading a table & dumping to stdout, like this:
(sql/with-connection db
(dorun (map #(println %) (read-table
read-table is doing some gloss calls to parse some floats.
Then I try to write it to a file (adapting an example), like this:
(sql/with-connection db
(with-open [myfile (