-
_From @stephendonner on January 7, 2015 17:26_
Let's re-evaluate the static homepage-link tests, which it looks like (due to frequent changes) we'd have to update often, like to address this recent f…
-
_From @stephendonner on January 7, 2015 17:26_
Let's re-evaluate the static homepage-link tests, which it looks like (due to frequent changes) we'd have to update often, like to address this recent f…
-
Right now the first step in the build process is to delete everything in whatever directory you give it for an output directory, this is probably a footgun:
https://github.com/adhocteam/pushup/blob…
-
Compare these
```julia
julia> using DataStructures, BenchmarkTools
julia> pq = PriorityQueue(1 => 0.2, 2=>0.3)
PriorityQueue{Int64, Float64, Base.Order.ForwardOrdering} with 2 entries:
1 => 0…
-
Right now, in practice, `Delete`ing an actor has destructive side effects that can't be easily undone, notably severing all follower relationships. I dealt with this recently in https://github.com/sna…
-
globard edit users can delete labels (not sure if this synchs to github...not yet anyway). Labels may just be 'seeded' form the repo. explore more, create a way to backup to dummy repo using label cop…
-
Hi,
thanks for great project, awesome work. I've had some problems trying to build tf-coriander from sources on macOS Sierra. At first, I want to point out that maybe I've misunderstood the instructi…
-
Having both installed causes pytest to error out quickly. This only happens when both testmon and sugar are installed, so I'm posting this in both repos. The testmon issue is at https://github.com/tar…
-
Hi,
I was trying to install VarFish on Ubuntu server 20 but I encounter several issues :
- make jannovar : ssh on localhost due to root permission (solved)
- make postgres : No package matching 'ce…
-
When using nested views that have dom events in both the parent and child, it might happen that a dom event triggered in the child view will call also call the event handler in the parent (besides cal…