-
In the interest of more lore and flavor, I want to update the human timeline on the wiki page to reflect more events in the development of humanity, such as: references to specific battles, new events…
-
I’m getting an “Check_input” error when I try to run PrepText using the sotu example, even though the text is type character. I tried creating my own tf-idf data frame using tidy text so I could still…
-
There have been a lot of various requests to extend the modding in various ways.
Usually they're from one person, and have very little effect on the general playerbase, and they're kind of clogging u…
-
We can reduce the number of core functions by removing redundant ones (like GT and LT, ADD and SUB, even MUL and DIV since their implementations are based closely on Java's). The functionality can be …
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12 darwin/amd64
### Does this issue reproduce with the latest release?
yes
### What operating system a…
-
Hey @Gadgetoid, thanks for making this wonderful interactive pinout website. Will it be possible to create a site like `beagleboard.pinout.xyz` to host the pinout diagram of [fully OpenSource SBC ](ht…
-
# scripted sanya
[https://scriptedsanya.me/](https://scriptedsanya.me/)
-
### Issue description
We wrote a script that, given values on DomainInformation, will populate the federal agency type field on FederalAgency. Now we just need to run this script on staging
###…
-
Reply with your memo as a Comment. The memo should be responsive to this week's readings and 300–500 words + 1 visual element (e.g., figure, image, hand-drawn picture, art, etc. that complements or is…
-
Many repos, use a line ending of `\n`.
When using Windows, these seem to be converted. Often, this isn't an issue with actual code, but has messed up testing. The following seems to fix it, run …