Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 22, 2020 - Java
Telegram
-
Updated
Jun 25, 2020
-
Updated
Jun 24, 2020
-
Updated
May 16, 2020 - C
-
Updated
Jun 10, 2020 - Java
DeepSource
DeepSource helps you find and fix issues during code reviews.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/
-
Updated
Jun 25, 2020 - HTML
-
Updated
Jun 24, 2020 - Python
If I want to add hader, I need to wirte -H "Authorization: testValue".It must have a blank space between : and the value.It is not easy to know it.I suggest to optimize it or give an example in help.
问题描述
前端项目登陆的时候,报错500。
原因分析
是因为feign获取user的时候,超时,然后走的是降级的代码。
本质就是因为feign请求的时候,超时。
在这个项目里,feign请求超时。
而且,自己写的简单demo ( https://gitee.com/52itstyle/Spring-Cloud-Alibaba.git ), 专门用于测试nacos和feign,也是超时。一模一样的错误。
所以,应该不是这个项目的原因,而是我的电脑(mac),只要是nacos和feign,都是超时。
2020-02-24 20:58:21.938 ERROR [authorization-server,b6ed6d23d9efe8e5,b6ed6d23d9efe8e5,true] 20465 --- [nio-8000-exec-1]
-
Updated
Jun 9, 2020 - Python
-
Updated
Jun 24, 2020 - TypeScript
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
-
Updated
Jun 24, 2020 - Go
-
Updated
Jun 25, 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-
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'
-
Updated
Jun 25, 2020 - C
-
Updated
Jun 25, 2020 - PHP
-
Updated
Jun 24, 2020 - Jupyter Notebook
-
Updated
Jun 23, 2020 - Java
What behaviour is expected:
Proper tab complete for alias commands from commands.yml
The /give command is shared between EssentialsX and Vanilla; ideal fix would be assigning it an alias in the commands.yml file to direct /give to the /minecraft:give command, and retain tab completion to the alias.
What behaviour is observed:
Tab completion for /give only provides usernames,
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
For #6082
example:https://github.com/ant-design/ant-design/blob/master/components/locale/zh_CN.tsx#L71
Todo:
- ar_EG
- az_AZ
- bg_BG
- ca_ES
- cs_CZ
- de_DE
- da_DK
- [
BuildPulse
Stop losing time to flaky tests
Invest time eliminating flaky tests, not tracking them. BuildPulse shines a spotlight on your most disruptive tests, so you know exactly where to focus first for maximum impact.
Fix flaky tests faster with one-click access to the build logs and the code. Quickly see what's failing and why.
Keep your test suite healthy. Detect new flaky tests before they have a chance to fester.
Get started in just a few minutes.
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/trip_table.rs
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/parking_overhead.rs
These share lots of duplicated code. I don't know what the ideal API to construct a table should be -- declare the columns, whether they're sortable, provide all the data in a reasonably type-safe way