Here's what's popular on GitHub today...
-
Updated
Apr 9, 2021 - C#
View a 3D model of your GitHub contribution graph. Share it, print it, and more!
macOS
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
RTo improve the quality of our end-to-end testing code, we want to create lint checks for common bad practices. If you would like to help with this issue, please leave a comment on this issue with the task you want to work on.
How to Write E2E Lint Checks
- First think about how you can identify the bad practice based solely on the text of the code. Imagine you get a code file as a string
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Meercode | CI Monitoring
Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.
-
Updated
Apr 9, 2021 - Elixir
-
Updated
Apr 9, 2021 - Java
-
Updated
Apr 9, 2021 - HTML
-
Updated
Apr 1, 2021
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 9, 2021 - JavaScript
To allow a higher api request volume, we should use Binance's websocket APIs instead of the current implementation.
-
Updated
Apr 9, 2021 - C++
-
Updated
Apr 9, 2021 - HTML
-
Updated
Apr 6, 2021 - Java
-
Updated
Apr 9, 2021 - JavaScript
-
Updated
Apr 1, 2021 - Shell
If you are trying to resolve an environment-specific issue or have a one-off question about the edge case that does not require a feature then please consider asking a question in argocd slack channel.
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
-
Updated
Apr 9, 2021 - C++
The tutorial for using Messaging https://firebase.flutter.dev/docs/messaging/overview lacks an important part, it does not talk about the required extra service worker for Web (see my SO question about the matter)
Importing the following scripts in index.html:
Willingness to contribute
The MLflow Community encourages new feature contributions. Would you or another member of your organization be willing to contribute an implementation of this feature (either as an MLflow Plugin or an enhancement to the MLflow code base)?
- Yes. I can contribute this feature independently.
- Yes. I would be willing to contribute this feature with guidance
-
Updated
Apr 9, 2021 - Dart
What problem does this solve or what need does it fill?
Selecting particular camera types is frustrating, relying on checking the name field within a system.
What solution would you like?
Add a simple marker components for UiCamera and GameplayCamera.
What alternative(s) have you considered?
Users can add their own marker components manually.
Only tag UiCamera and
Codacy
Codacy is an automated code analysis/quality tool that helps developers ship better software, faster. With Codacy, you get static analysis, cyclomatic complexity, duplication and code unit test coverage changes in every commit and pull request.
You can use Codacy to enforce your code quality standard, save time in code reviews, enforce security best practices and onboard developers faster. Integrate with your GitHub repositories to get quality analysis of every pull request inside GitHub.
If a metric is removed from a datasource the single metric widget is inoperable if saved slice or URL references the previously defined metric. Note this isn't a problem for visualization types which support multiple metrics.
Expected results
The metric widget to render correctly.
Actual results
The metric widget in inoperable (see attached screenshot).
Screenshots
<