-
Updated
Apr 18, 2020 - JavaScript
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Apr 14, 2020 - Lua
iOS
Setting up an issue based on our brief exchange on Reddit.
It would probably go a long way simply to point people to the text file record of commands.
I'd talked about a Gigantum integration (which could happen - but perhaps isn't a priority given your current cloud push, and I don't want to undercut that). But some ideas you could carry over include keeping thumbnails and outputs in additio
Before we have a good fix for #63 we should manually verify the qemu args somehow. We may have to copy-paste code from qemu or something. In the very least we should be aware of incompatible config options exposed in the UI (maybe we can't check additional args).
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Moesif API Insights
Leverage user-centric API analytics to understand how customers adopt and use your platform with:
Support for REST, GraphQL, Web3, & others
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
-
Updated
Apr 18, 2020 - CMake
Related to
It would be good to have a Resource Server sample that integrates with the authorization server sample. It should be quite similar to the Resource Server sample in Spring Security.
Like other samples, it should go into the samples directory. For simplicity, classes ought to be
I write tutorials and do lots of live teaching and gravitate mostly to using Jupyter Notebooks, which allow for text and code to be integrated together in one. Using dash on a local instance of Jupyter is essentially no different than using it from a normal .py file.
But, when teaching to people that have no local jupyter instance or don't even have python installed, I've turned to [Binder](myb
-
Updated
Apr 18, 2020 - TypeScript
Hi,
First of all, thank you all for Falcon. It's awesome.
However, it looks like the Apache Drill connector only works with S3 buckets. Nonetheless, Drill itself is able to query from lots of other places (such as a local filesystem, HDFS, MongoDB...).
Adding generic support for Apache Drill (without the need for S3 credentials) would be great. It would expand Falcon capabilities a lot
-
Updated
Apr 16, 2020
In 1.2, we can read the following:
You can use --autosquash to squash all your commits to a single commit. Nobody wants many commits for a single feature in develop branch. read more...
I think that asserting that nobody wants that is a fallacy. There are good reasons for which you would want to keep those commits separated even in develop branch:
- know what the reason of a change wa
-
Updated
Apr 18, 2020
-
Updated
Apr 16, 2020
-
Updated
Apr 16, 2020 - Go
-
Updated
Apr 18, 2020 - JavaScript
If I read https://github.com/jethrokuan/org-roam/blob/b7afb02015a31a2cba02415ba863149ad7c0cee5/org-roam.el#L958 correctly, there is no particular ordering for the backlinks. It would be great to be able to configure it, for instance:
- most recently updated first (maybe this could be the default choice)
- oldest file first
- alphabetical order of title
-
Updated
Apr 14, 2020 - Python
There is no updated document that explains the branching policy in PocketMine. In particular, when a developer opens a pull request, which branch should it be targeted against? This should be added to CONTRIBUTING.md. Currently I am seeing different pull requests targeting master, stable and next-minor.
The button in top Toolbar is very hardly clickable. It uses size of drawable for click area, which is 24x24 dp for ic_back.xml. 48dp is probably recommended minimum for buttons.
Ideally the button uses entire toolbar height, and has predefined width, starting from leftmost pixels. The drawable icon may be whatever size it wishes, but clickable area should be large enough.
See visualization
-
Updated
Apr 16, 2020 - Java
GuardRails
GuardRails scans new code changes as they occur in your repositories. For pull requests, we will post comments whenever security issues are detected. For branches, you will be able to see reports in your dashboard.
In docs/Poly.md, the 2nd
IFooexample is incomplete:https://github.com/facebook/folly/blob/cc3f054a35dec6d6385ed62738b479b879904293/folly/docs/Poly.md#L341
should be
struct Interface : Base {instead. None of the other example snippets appear to have the same issue.