Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Laravel
-
Updated
Jul 5, 2020 - Go
-
Updated
Jul 6, 2020 - TypeScript
-
Updated
Jul 6, 2020 - C
-
Updated
Jul 6, 2020 - TypeScript
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Snyk
Snyk is on a mission to help developers use open source and stay secure.
Snyk helps find, fix (and prevent!) known vulnerabilities in your Node.js, Java, Ruby, Python and Scala apps. Snyk is free for open source.
Snyk tracks vulnerabilities in over 800,000 open source packages, and helps protect over 25,000 applications.
83% of Snyk users found vulnerabilities in their applications, and new vulnerabilities are disclosed regularly, putting your application at risk.
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
In the solution for the pastebin/bitly system design, the write to cache flow is missing in the second diagram which refers to the scaling aspect. The cache has only a read arrow but not a write arrow. The diagram will be more intuitive if a write-through/write-back cache mechanism was indicated.
-
Updated
Jun 28, 2020 - Jupyter Notebook
-
Updated
Jul 6, 2020 - Python
-
Updated
Jul 5, 2020
-
Updated
Apr 13, 2020 - C++
-
Updated
Jul 6, 2020 - Python
-
Updated
Jul 4, 2020 - Dart
-
Updated
Jun 9, 2020 - Python
What would you like to be added:
Implement the TextBlock.MaxLines. It's not implemented yet:
https://github.com/unoplatform/uno/blob/4bd015b98029ae8c121a5ad9d36268742fb76b8e/src/Uno.UI/UI/Xaml/Documents/UIElementTextHelper.wasm.cs#L107_L110
Documentation:
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.textblock.maxlines
Solution:
https://twitter.com/addyosmani/st
Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like 0++); they're all just "early SyntaxError" now. tc39/ecma262#691
-
Updated
Jul 2, 2020
-
Updated
Jul 6, 2020 - Python
-
Updated
Jul 6, 2020 - Java
-
Updated
Jul 2, 2020 - Python
-
Updated
Jul 6, 2020 - Kotlin
Hi, I doubt that data_utils.get_num_dialog_examples() returns correct number.
In dstc8_single_domain & train, data_utils.get_num_dialog_examples() returns 82588, but the number of examples in dstc8_single_domain_train_examples.tf_record is 41294. I think these two numbers should be the same. Is it right? (The former is around as double as the latter because get_num_dialog_examples() counts USE
Is your feature request related to a problem? Please describe.
I find it difficult when typing in the entire link to get to
Crowdin
Crowdin is designed to be the one tool you need to get automated and continuous localization.
Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.
Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.
As part of clarifying what is part of the open source offering and what is examples or private code, we should signal these differences using package names/namespaces.
Suggested solution:
@backstagenamespace.plugins/home-page,plugins/welcome) to be under an@internalnames