Philip Tellis

Results 32 issues of Philip Tellis

``` Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 268435456, or (2) set Module.TOTAL_MEMORY before the program runs. api.js?FEAvRRZoeZUrpvIzsh9qVQ:31...

I'm trying to create a sysimage that includes `PyCall`. Julia v1.5.4 PyCall v1.92.3 The build runs in an Ubuntu 18.04 docker container (it's part of the docker build process). The...

I'm using `PyCall` v1.92.1 Near the top, it has this code: ```julia if isdefined(Base, :hasproperty) # Julia 1.2 import Base: hasproperty end ``` so it only overrides `hasproperty` on 1.2...

Hey, it would be great if you could merge this code into the primary UA Parser project here: https://github.com/ua-parser to unify dev efforts. The ua-parser project started out at Google...

Open Discussion

Hey folks, didn't know where to post this, so I'm opening an issue. This is a very cool project, using a lot of modern web APIs. I'm the lead dev...

`summarystats` is only defined on `AbstractFloat`, but it would be useful to have it work on `Rational` as well. I've found that this addition gets it working: ``` function StatsBase.summarystats(a::AbstractArray{T,...

I'd like to see a standardized way to tell a loader to load assets (scripts mainly) into a browser window in a way where the download starts early in the...

## What happens There are cases when a resource fetched over the network has completed downloading, and is available to the browser, but the browser is too busy to read...

enhancement

In the hope that someone who has commit access to the yahoo repo will merge this in, we have a huge update that contains all the bug fixes and features...

Via @nicjansma w3c/resource-timing#93 Probably bug here https://github.com/SOASTA/boomerang/blob/master/plugins/rt.js#L456