James Fairbanks

Results 131 issues of James Fairbanks

I saw this helper function [uniquify](https://github.com/AlgebraicJulia/AlgebraicRelations.jl/blob/951be8010824d307d503b5eb80c367564a22b1e5/src/SQL.jl#L12) and it looks like you are manually creating unique symbols. Julia provides a builtin for that called [gensym](https://docs.julialang.org/en/v1/base/base/#Base.gensym) which makes symbols. ```julia julia> gensym("foo")...

The function mds(D::Array{T,2}) at DimensionalityReduction/src/mds.jl:22 returns a type MDS(X, D, k) which is not defined in the package. The typedef was removed in commit cbbbfcab8f19e891e77380cdd12eed8ddee50e13. Was this an accident or...

I got this from the deprecation cop today. Are you trying to listen for the 'core:cancel core:close' Atom command with `jQuery::on`? `jQuery::trigger` can no longer be used to listen for...

Based on Carina Curto's paper that we saw at AMS Sectional meeting

This PR has some examples when I was trying to figure out how to express hybrid dynamical systems in ACT frameworks.

I was thinking about the parallel performance of our distributed algorithms and wanted to test if we could communicate less often and still get the right answer. Here is an...

```julia 628 Testing Running tests... [629](https://github.com/AlgebraicJulia/AlgebraicDynamics.jl/actions/runs/5347756391/jobs/9696703768?pr=123#step:7:632) Test Summary: | Pass Total Time [630](https://github.com/AlgebraicJulia/AlgebraicDynamics.jl/actions/runs/5347756391/jobs/9696703768?pr=123#step:7:633) UWDDynam | 55 55 38.5s [631](https://github.com/AlgebraicJulia/AlgebraicDynamics.jl/actions/runs/5347756391/jobs/9696703768?pr=123#step:7:634) Test Summary: | Pass Total Time [632](https://github.com/AlgebraicJulia/AlgebraicDynamics.jl/actions/runs/5347756391/jobs/9696703768?pr=123#step:7:635) DWDDynam | 54 54...

good first issue
performance

@slibkind, now that you've convinced me that machines > resource sharers, what would it take to get an `oapply` for DWDs? @mehalter and @bosonbaas both have had really great experiences...