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

xterm

Here are 171 public repositories matching this topic...

contour
NTBBloodbath
NTBBloodbath commented Sep 25, 2021

Hey, hope you're doing well!

As the title says I want to have a RPM package for contour. It would benefit users from Fedora/RHEL because there is people like me who doesn't want to or can't manually build contour from source.

I know all the necessary build dependencies (including the extra ones) and I have a bit of experience packaging software using RPM. Did a tiny [spec file](https://gis

hericlesme
hericlesme commented Jun 21, 2021

Description

Importing a module using import * may unintentionally pollute the global namespace if the module does not define __all__

_When you import a module using from xxx import * all public names defined in the module are imported and bound in the local namespace of the import statement. The public names are determined by checking the all variable for the module. If _all

Improve this page

Add a description, image, and links to the xterm 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 xterm topic, visit your repo's landing page and select "manage topics."

Learn more