-
Updated
Jan 25, 2021 - C
Here's what's popular on GitHub today...
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
MATLAB
-
Updated
Jan 24, 2021 - C++
-
Updated
Jan 22, 2021 - Rust
-
Updated
Jan 25, 2021 - C++
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.
-
Updated
Jan 24, 2021 - Objective-C
-
Updated
Jan 24, 2021 - C
-
Updated
Jan 12, 2021 - Rust
While working on Korean translation I noticed errorSplash strings are based on concateration approach, which may not work in all languages due to the differences in ordering of words.
I suggest using string interpolation instead of concatenating a variable between pre and post strings.
References
[How to concatenate localized strings mindfully by Shopify](https://ux.shopify.com/how-
-
Updated
Jan 24, 2021 - C++
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Jan 24, 2021 - HTML
Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.
As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a
-
Updated
Jan 24, 2021 - C++
Hello Philip!
I think there is an issue with this part of the code of rqlite (store/store.go).
func (s *Store) Database(leader bool) ([]byte, error) {
if leader && s.raft.State() != raft.Leader {
return nil, ErrNotLeader
}
// Ensure only one snapshot can take place at once, and block all queries.
s.mu.Lock()
defer s.mu.Unlock()
f, err := ioutil.TempFile("", "rqlilte-snap-
Add volume Bar
some recordings have low volume so the output can be sometimes really quiet. how about we add a volume bar so we can make the output louder/quieter?
-
Updated
Jan 25, 2021 - Java
Describe the bug
The current implementation of the authorization header parsing has (at least) the following issues:
- A value can't contain any commas
- A value can't start or end with a doublequote
- A value can't contain special characters
- HTTP Headers only allow ASCII characters
- There is no option to encode/decode the values (using base64 or urlencoding)
- When a value c
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 5, 2021 - Jupyter Notebook
-
Updated
Jan 17, 2021 - JavaScript
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.


Screenshot
Description
The rich tooltip text renders in a table that is inside a parent div that has the max-width set. If the text in the table is too wide, then the text will render outside of the div.
This is being caused by this line