Nolan Woods

Results 66 issues of Nolan Woods

Running the compose stack I get ```bash Failed to activate conda environment! Error was: /export/tool_deps/_conda/bin/activate: line 3: /tool_deps/_conda/etc/profile.d/conda.sh: No such file or directory ``` when I try to use Trackster....

I am running clinker over dozens of clusters, it is quite labourous to load and export every SVG. It is even more painful when I want custom settings for the...

I believe this is an effective fix, but I am not entirely sure what the consequences of using negative indices is. Resolves #13

I have two files where some tokens are disjoint between the files (regardless of the set they belong to). The following line filters any tokens from the query set that...

This is a prototype to allow many databases and many stores to interoperate in an application. It maintains the global default store Container.store but allows the user to specify the...

With only one global handle to the Vuex store, it allows me to hot swap the store. ```js const database = new VuexORM.Database(); const mainStore = new Vuex.Store(); const alternateStore...

enhancement
need design

Currently object unpacking is being used to combine all of the configs. This does not allow setting axios settings higher up in the config stack that are objects. For example,...

enhancement

#### Is your feature request related to a problem? Please describe... The backend I interact with returns a heterogenous list of objects. This can't currently be processed by VuexORM. Each...

enhancement