Nathaniel Fitzenrider

Results 6 issues of Nathaniel Fitzenrider

While the README in this repository suggests the generated files are licensed under [CC0 1.0], the [LICENSE.md](https://github.com/toptal/gitignore/blob/600b6a286aaa9f72814f08e1e5d8ee1514e6a485/LICENSE.md) file in the gitignore template repo suggests that the files are still licensed...

backlog

As it stands, people can't legally modify or redistribute this code. Adding a [free software] or Open Source license is a necessity. Of course, because there are other contributors (in...

Would it be possible to add a [free software] license to the program/data, such as [`GPL-3.0-or-later`]? (See also FSFE's [REUSE](https://reuse.software/), for marking licenses, and the GNU Project's [license recommendations][1], for...

I understand that there may be issues with copying and modification (#16). However (assuming you don't want external contributors or have a CLA process), would it be possible to release...

Red 3.5 made [a lot of breaking changes](https://docs.discord.red/en/latest/incompatible_changes/3.5.html#incompatible-changes-3-5). Principally among these is that [cog (un)loading is now asynchronous](https://docs.discord.red/en/latest/incompatible_changes/3.5.html#cog-package-extension-and-cog-loading-unloading-is-now-asynchronous), which affects all cogs. Updates thus need to be made to support...

Everything works as one would expect, but `[p]xkcd latest` will get the latest xkcd. I also cleaned up a bit of code by abstracting the xkcd query and reusing aiohttp...