Skip to content

Here's what's popular on GitHub today...

Build a game this November!

Game Off

Game Off is our annual month-long game jam where participants create games using their favorite game engines, libraries, and programming languages. Newbies, professional game developers, and everyone in between are welcome to join. It’s a great excuse to learn a new technology, collaborate on something over the weekends with friends, or create a game by yourself for the first time! Join now!

Ubuntu logo

Popular topic

Ubuntu is a Linux-based operating system.
GitHub Universe Extended en Español

Upcoming event recommended by GitHub

Nov
17

GitHub Universe Extended en Español

November 17, 2021 • Online

¡Hola comunidad! Si te quedaste con ganas de más sobre el GitHub Universe 2021 o no pudiste verlo, te traemos un especial de todo lo visto y anunciado durante los dos días de este magnifico evento. Los esperamos.
Code Climate screenshot

App recommended by GitHub

Code Climate

Collaboratively improve code quality with Code Climate and GitHub

Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.

fonoster

Trending repository

psanders
psanders commented Nov 8, 2021

Describe the bug
The command fonoster agents:rm [ID] should return "Not found" if the ID of the Agent doesnt exist. Instead is failing with the following error:

This utility will help you update an existing Agent
Press ^C at any time to quit.
    Error: 2 UNKNOWN: Cannot read property 'spec' of null
    Code: 2

To Reproduce
Steps to reproduce the behavior:

  1. Go

Trending repository

pgomulka
pgomulka commented Jun 16, 2021

We should ignore java.io.tmpdir and override it with ES_TMPDIR. I think that variable should be taken into account from the beginning of startup scripts (including JavaVersionChecker) and the value should be applied as java option to all java processes.

Java processes started before ES_JAVA_OPTS are parsed (JavaVersionChecker, TempDirectory, JvmOptionParser) can also create temporary files in /

pytorch-lightning

Trending repository

jiwidi
jiwidi commented Nov 11, 2021

🐛 Bug

The model notebook at GColab you link when creating an issue is outdated. Tries to import metrics from pytorch lightning:

from pytorch_lightning.metrics.functional import accuracy

I believe this is because pytorch_lightning doesn't include torchmetrics anymore, and they are a completely separate library.

To Reproduce

Go to the link and try to run it:

datasets

Trending repository

mariosasko
mariosasko commented Nov 12, 2021

f-strings offer better readability/performance than str.format and %, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.

NOTE FOR CONTRIBUTORS: To avoid large PRs and possible merge conflicts, do 1-3 modules per PR. Also, feel free to ignore the files located under datasets/*.

Codecov | Code Coverage screenshot

App recommended by GitHub

Codecov | Code Coverage

Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.

  1. Uploads coverage reports from your CI
  2. Merges all builds and languages into one beautiful, coherent report.
  3. Displays coverage data in GitHub Files tab

Is your team using GitHub Enterprise? If so, check out Codecov Self-Hosted.

Do you have less than 5 users in your organization? You can sign up for free on codecov.io.