The Wayback Machine - https://web.archive.org/web/20200625203553/https://github.com/explore
Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

Here's what's popular on GitHub today...

Trending repository
nunotexbsd
nunotexbsd commented Mar 18, 2020

Hello,

I'm trying to build OpenDiablo 2 on FreeBSD 12.1 amd64:

`go get github.com/OpenDiablo2/OpenDiablo2

github.com/go-gl/glfw/v3.3/glfw

In file included from ../go/src/github.com/go-gl/glfw/v3.3/glfw/c_glfw_linbsd.go:18:
../go/src/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.c:53:34: error: no member named 'linjs' in 'struct _GLFWjoystick'
../go/src/github.com/go-gl/glfw/v

Bug
Atom logo
Popular topic
Atom is a open source text editor built with web technologies.
abstreet
Trending repository
App recommended by GitHub

Coveralls

Coveralls.io: Deliver Better Code

We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite.

Eliminate Tech Debt

Maintaining a well-tested codebase is mission-critical, but figuring out where your tests are lacking can be painful. You're already running your tests on a continuous integration server, let it do the heavy lifting. Coveralls works with your CI to sift through coverage data to find gaps you didn't know you had.

brew
Trending repository
MikeMcQuaid
MikeMcQuaid commented Apr 18, 2020

In https://github.com/Homebrew/brew/pull/7371/files I have added lots of # TODO: check could be in RuboCop comments to Library/Homebrew/dev-cmd/audit.rb. These indicate that the audit check/problem below does not rely on Formula state so could be moved to a RuboCop (https://github.com/Homebrew/brew/tree/master/Library/Homebrew/rubocops) to be faster, more reliable and provided in-editor to u

thingsboard
Trending repository
tailwindcss
Trending repository
pumano
pumano commented Apr 3, 2020

Thanks for a great css library.

I spend 2 days for trying to understand why in my vue project leaflet.css file not loaded to my project in test environment while in dev it's OK.

Please add information warning to installation section about purgecss

Also will be good to add note how to add whitelist styles to purgecss

module.exports = {
  plugins: {
    tailwindcss: {},
    'vue-
Trending repository
arunvarma99910
arunvarma99910 commented Apr 19, 2020

File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'

PowerToys
Trending repository
mikeparkie
mikeparkie commented Mar 3, 2020

App specific shortcut guide for any configured app using a modifier + foreground running application.

The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is in the foreground.

Example: PhotoShop is running in the foreground, you press

jax
Trending repository
vmikulik
vmikulik commented Jan 15, 2020
key_1 = jax.random.PRNGKey(1)
key_2 = jax.random.PRNGKey(2)
print("output for key_1:", jax.random.randint(key_1, (), 0, 2**31))
print("output for key_2:", jax.random.randint(key_2, (), 0, 2**31))

yields

output for key_1: 0
output for key_2: 0

And indeed, the function returns 0 for any key you pass it, so long as maxval >= 2**31.

I guess this is an issue with the

rasa
Trending repository
solyarisoftware
solyarisoftware commented Apr 30, 2020

I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.

What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti

Trending repository
AngelGuerra
AngelGuerra commented Apr 16, 2020

Thumbor is an open-source photo thumbnail service

I'm only have read about it, I never have used it so I open a issue instead of pull request, maybe someone can give us a feedback, but it looks good.

Maybe it can be in "Photo and Video Galleries" section?

You can’t perform that action at this time.