Michael Harradon

Results 8 issues of Michael Harradon

On main branch: ``` julia> using Ghost: trace, play!, compile julia> function loop6(n) a = 0 i = 1 while true a += i if a > n break end...

PR for #36. This PR converts backslash separated filenames in MPQs into directory trees rather than concatenated long filenames (I believe as intended by the MPQ format). In doing so...

Hello, Thanks for this tool! It still chugs along extracting Blizzard files :) It appears when run on a Unix platform that files get extracted into single files concatenating subdirectory...

I've found what I believe to be quite the mysterious (and painful) bug. A minimal reproducing example: ``` from threading import Thread import faulthandler import gym faulthandler.enable() def make_t2(): print(1)...

Hello, thanks for the nice package. I was working on an application where I wanted perfect prediction in a classification task and found that I was unable to do that...

enhancement

This fixes install from git via pip on Python 3 for Coltrane.

I think 2.7 support is pretty popular among ML types who don't really benefit much from the new features, since doing package management over again is annoying and most of...

Originally implemented by @iampritishpatil here: https://github.com/JuliaStats/Distributions.jl/pull/1523 This PR additionally implements a number of test improvements suggested by @devmotion. Happy to merge this or complete the original PR. Thanks!