Jesse Aldridge

Results 18 comments of Jesse Aldridge

Is there a way to generate secure environment vars other than using the cli tool? We want to run CI against pull requests, and we need secure env vars to...

Strangely the cli tool works for one guy in our office and no one else.

I actually can't remember the last time I saw that popup. I think this bug was somehow fixed long ago.

I found download as -> python. Is that what you mean? Thanks, that's a step in the right direction. But there are still problems like "In [*]" comments scattered all...

Ok, I started on this: https://github.com/JesseAldridge/document_cluster Note I found a big speed-up by by caching the stemming like so: ``` def cached_stem(t, cache={}): if t not in cache: cache[t] =...

Ah, ok. Thanks for the explanation.

Me and my buddy got things working in this fork: https://github.com/dan335/tickle But there were still more weird issues with tickle. And the project seems to be abandoned. I would suggest...

Same problem with `break`