Elsa Gonsiorowski, PhD
Elsa Gonsiorowski, PhD
Would it be possible to get a top-level redirect of `https://bssw.io/fellowship` to the current fellowship page `https://bssw.io/pages/bssw-fellowship-program`? Similar to the `bssw.io/psip` redirect. Thanks!
Love this package. I tried to follow the [system crafters config for `org-present`](https://www.youtube.com/watch?v=SCPoF1PTZpI), but for `org-tree-slide`. One feature I noticed from `org-present` is that it has a nice "title" slide....
Just an idea, but maybe the lock files could be stored in /tmp? This way it's a few fewer inodes used in our file systems.
Use `git clone --depth=1` or download an archive (rather than cloning with git). Just as a way to decrease the number of files.
This PR closes the loop on how the TW_STIME API should be implemented by model developers. It does not make sense for a model-specific tw_stime to be added to ROSS...
**THIS PR SHOULD NOT BE MERGED** I’m update some of the travis configurations. I need the tests to run for master branch PRs, which is why I’m opening this PR....
The ROSS API isn't very well documented. Models are expected to manually set several `g_tw_xx` variables, all of which are exposed through the header files... which means that an installation...
This is a new API function which can be used to set options during runtime (any options that are registered with TWOPT). It may be useful for models that always...
it seems like RIO is managing its own event_free queue... but it really shouldn't. Free events should be returned to ROSS.