Jesse Talavera
Jesse Talavera
I think it would be easier to contribute to this cookbook if it were hosted on the [official wiki](https://github.com/sschmid/Entitas-CSharp/wiki), instead of a standalone repo. Or, if you're hesitant, at least...
This library looks fascinating, and I'd love to try it out. However, I can't read it. Are you working on documentation in English? I'm referring to the guides, not the...
If I call [`TimeSeriesClassificationData::setClassNameForCorrespondingClassLabel`](http://nickgillian.com/grt/api/0.2.5/class_time_series_classification_data.html#a57dc5acf3b681bbc46053ce0881530e8) and then call [`save()`](http://nickgillian.com/grt/api/0.2.5/class_time_series_classification_data.html#a513c65a0387a3d19e32c54ef82826257), the names I gave the labels are *not* preserved. Nor does it try to load these names in `load()`, either.
That way, build processes don't have to depend on _which_ flavor of Ribosome is used.
Something this convenient to use needs to be convenient to install and set up, too. Muy importante for automated build systems. In fact, a Debian package would be great too,...
Found myself needing these when writing a code generator.
I'm working on several different projects, and each uses a different set of DevDocs-supported technologies. I'd like to be able to enable and disable different subsets of documentation at will,...
I'm trying to play around with secure Teleconsole sessions, using macOS 10.12.6 to host. However, I receive this error when running `teleconsole -vv -i JesseTG`: # Giving My GitHub Username...
**Is your feature request related to a problem? Please describe.** Only the synchronous APIs for reading and writing files through Steam Remote Storage are available. **Describe the solution you'd like**...
In my project, I already have an encrypted file where application secrets and whatnot are stored. Can I just store `application.secret` in there, or _must_ it be in `conf/application.conf`?