Ackerley Tng

Results 39 comments of Ackerley Tng

I'd be happy to contribute - let's continue the discussion at https://github.com/minad/consult/pull/68

I can add it later! Just realized this tutorial is based on `com.uber.jaeger`, which has now been replaced by `io.jaegertracing`. I'm trying to get `io.jaegertracing` working first.

I think it might just be how you're using it: TIL: https://stackoverflow.com/questions/24856643/unexpected-results-converting-timezones-in-python ``` >>> print(pytz.timezone("Europe/Dublin").localize(datetime(2018, 3, 30, 8))) 2018-03-30 08:00:00+01:00 ```

@StevenCostiou I tried loading Spec with the Metacello code on the Spec readme, but I'm still getting the same error. I tried editing the .class.st file directly, and I'm able...

Here's the full stack in the debugger, which I get when I load FileDialog. ``` UndefinedObject(Object)>>doesNotUnderstand: #asTraitComposition UndefinedObject>>doesNotUnderstand: #asTraitComposition MCClassDefinition>>traitCompositionCompiled [ :builder | builder superclass: superClass; name: name; layoutClass: (ObjectLayout...

`(while (accept-process-output process 0.1 nil t))` seems to work too. I'll report back if there are more issues.

It only works sometimes. I think `(while (accept-process-output process 0.2))` works more reliably.

I think we might need perhaps something more reliable than a timeout? If I understand correctly the purpose of this is to wait for the prompt to be ready and...

Thanks so much, no hurry on this at all!