The Wayback Machine - https://web.archive.org/web/20201116151930/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

GitHub CLI 1.0 is here

Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.

Vagrant logo
Popular topic
Vagrant is an open-source software product for building and maintaining portable virtual software development environments.
Bringing-Old-Photos-Back-to-Life
Trending repository
bpops
bpops commented Sep 19, 2020

Is it possible to run this on a (recent) Mac, which does not support CUDA? I would have guessed setting --GPU 0 would not attempt to call CUDA, but it fails.

File "/Users/../Desktop/bopbtl/venv/lib/python3.7/site-packages/torch/cuda/__init__.py", line 61, in _check_driver
    raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enable
GitHub Планета (GitHub Planeta)
Upcoming event recommended by GitHub
Nov
17

GitHub Планета (GitHub Planeta)

November 17, 2020 • Online

Присоединяйтесь к нашей первой виртуальной встрече!
App recommended by GitHub

Mergify

Mergify is a pull requests automation service. It allows you to trigger actions when your pull requests match defined criteria. 🤖

In a few lines of YAML, you could write a rule that automatically merges a pull request if:

  • it has been approved
  • the test suite passes

We have plenty of examples.

Mergify executes actions for you, freeing you from the burden of managing your pull requests. 🦾

Trending repository
jnummelin
jnummelin commented Nov 11, 2020

Is your feature request related to a problem? Please describe.

By default k0s configures only cert based auth for API server and only the admin.conf with cluster admin role bound to it.

We should make available some subcommand to easily create a new cert and kubeconfig for a new user.

Describe the solution you'd like
k0s user create jussi --group foo,bar

That would dump ou

javascript-questions
Trending repository
oldbootz
oldbootz commented Aug 6, 2020

Errors:
126. new Intl.NumberFormat is not supposed to get passed a single object as param. The first param must be a string and the second param can be an object.
135. Spelling error ('tis' should be 'this').

Suggestion:
86. Needs to be more explicit by calling the function in the example. Calling getName() with any falsy value would not set hasName to true with your correct answer.

Trending repository
eshellman
eshellman commented Oct 14, 2020

We've now gotten a fair number of "cheatsheet" entries in the books list. I'd like to propose that we move these to a separate page.

Reasons:

  1. Will be easier to find cheatsheets
  2. Cheatsheets aren't books
  3. Cheat sheets aren't so spoken-language specific.
  4. The english-language books page is getting long.
  5. Will encourage better cheatsheet coverage.

Against:

  1. Scope creep.
Trending repository
sanket1729
sanket1729 commented Oct 8, 2020

IRC logs

sanket1729: How can decoderawtransaction RPC know reqSigs if the output scriptpubkey is p2sh/p2wsh? I think it is returning 1 everytime.
sipa: sanket1729: it only works for bare multisig
sipa: we should probably just remove it

The output parameter for reqSigs is confusing as it outputs 1 for all scripts but bare multisig in the scriptpubkey. Considering the limited applicab

App recommended by GitHub

Hound

Hound reviews your code then comments directly in Pull Requests, helping your team maintain consistent coding style and high code quality.

You can’t perform that action at this time.