Here's what's popular on GitHub today...
-
Updated
Apr 9, 2021 - C#
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
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
Made in India
Open source projects built in or receiving significant contributions from India :india:
LogRocket
LogRocket lets you replay problems as if they happened in your own browser. Instead of guessing why errors happen, or asking users for screenshots and log dumps, you can replay sessions to quickly understand what went wrong.
LogRocket records pixel-perfect videos of user activity along with console logs, JavaScript errors, network requests, and browser metadata. It also has deep integrations with React, Redux, Angular and Vue.js to record application state.
-
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
Percy
Percy gives your team confidence in every visual UI change before it's shipped.
Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.
Description
Avoid unnecessary re-render of the data table in Explore. As we can see in the video below, the data table is re-rendered even if the control being applied is not related to the table. We can improve the user experience by only re-rendering the data table if the modified control affects the table data.
Screenshot
https://user-images.githubusercontent.com/70410625/1137825