-
Updated
Sep 12, 2020 - C
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Sep 11, 2020 - JavaScript
Koa
-
Updated
Sep 13, 2020 - C++
Ekoparty 2020
September 24, 2020 - September 26, 2020 • Virtual
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Python
Sentry
Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.
Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.
-
Updated
Sep 13, 2020
-
Updated
Sep 11, 2020 - Java
-
Updated
Sep 5, 2020 - Jupyter Notebook
-
Updated
Sep 12, 2020
-
Updated
Sep 12, 2020
-
Updated
Sep 11, 2020 - C++
-
Updated
Sep 9, 2020 - Jupyter Notebook
-
Updated
Sep 11, 2020 - C#
-
Updated
Aug 24, 2020 - Jupyter Notebook
Hi ,
I have tried out both loss.backward() and model_engine.backward(loss) for my code. There are several subtle differences that I have observed , for one retain_graph = True does not work for model_engine.backward(loss) . This is creating a problem since buffers are not being retained every time I run the code for some reason.
Please look into this if you could.
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Sep 12, 2020
Since state is a reserved keyword in Truffle's guard mechanism, it should not be possible to use it in a guard definition as this can cause serious problems. The annotation processor should either reject the state keyword in guard definitions or the state temporary variable produced by the processor should be renamed to avoid this conflict.
Here's an example:
<img width="629" alt="screen
-
Updated
Sep 9, 2020 - Rust
-
Updated
Sep 13, 2020 - Vue
-
Updated
Sep 13, 2020
-
Updated
Sep 12, 2020 - Python
Datree
Datree is a git-based policy engine.
It allows engineering teams to automatically enforce coding standards and security policies directly within their git workflow.
Datree connects with GitHub pull requests to provide automatic policy compliance checks and insights for every code change. Create and enforce custom or built-in policies, in the context of your dev stack.
Related PR: #6331
Suggested by @pimlie
When trailing slash handling is enforced (in any manner), it'd be great to have two things for improved DX:
Nuxt Link adaption
No matter how you input the links in your Nuxt link (be it as an object via named routes or via string), the component should enforce the set up trailing slash handling (adding or removing the slashes as needed).
U