The Wayback Machine - https://web.archive.org/web/20200619123812/https://github.com/topics/paper
Skip to content
#

paper

Here are 1,336 public repositories matching this topic...

apiontek
apiontek commented Apr 27, 2020

Running paperless on python 3.8 (on ubuntu 20.04) with gunicorn 19.9.0 yields this error:

/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
  return io.open(fd, *args, **kwargs)

This was resolved in gunicorn 20.0 per this issue and doing

Paper
Zefferis
Zefferis commented Dec 7, 2018

What behaviour is expected:

Proper tab complete for alias commands from commands.yml
The /give command is shared between EssentialsX and Vanilla; ideal fix would be assigning it an alias in the commands.yml file to direct /give to the /minecraft:give command, and retain tab completion to the alias.

What behaviour is observed:

Tab completion for /give only provides usernames,

Improve this page

Add a description, image, and links to the paper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the paper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.