-
https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/46823/pull-kubernetes-e2e-gce-etcd3/35722/
```
I0613 08:53:55.962] Ginkgo ran 1 suite in 32m39.916549611s
I0613 08:53:55.9…
-
Hello. Congrats for this great project. I have an issue but I don't know if it belongs to the project.
When I write a message from Andromeda I see that the Mac makes some steps like putting iMessag…
-
This issue may be:
- more likely to occur where a session has many tabs; and/or
- an extension conflict.
Shortly before Firefox 55 was released: with 54.0.1 I typically worked with more than …
-
Failed to get clearance from API: 404
http://isup.me/cloudhole.herokuapp.com/
![down for everyone or just me -- check if your website is down or up- 2016-05-08 18-44-17](https://cloud.githubuserconten…
-
The EJB automatic timer migration works in shutdown instance mode. That means after automatic timer is created, use asadmin stop-instance, the timer migration will happen. But it doesn't work in crash…
-
The Beta site seems to be offline: http://beta.processing.org
Also test with: http://isup.me/beta.processing.org
@benfry could you take a look? Perhaps a recent site config change impacted this? Tha…
-
PsUtil 3.0 brings a new net_if_stats() function (see: http://pythonhosted.org/psutil/#psutil.net_if_stats). Glances can get from this function the default network interface speed.
Notes: this values …
-
昨天您只是解决了部分问题,还是有滑动问题,**比如viewpager的左右滑动和scrollview的上下滑动,recyclerView的问题貌似并没有解决**,我今天测试了下发现要**重写onInterceptTouchEvent方法**。
`public boolean onInterceptTouchEvent(MotionEvent ev) {
switch (ev.g…
-
Hello guys,
I have this error on mac os ...
``` text
# vagrant up
Bringing machine 'sorru' up with 'virtualbox' provider...
/Users/k42/.vagrant.d/gems/gems/vagrant-berkshelf-2.0.1/lib/berkshelf/vag…
ghost updated
7 years ago
-
title指向RecyclerView的时候,一开始事件就交给scrollableView进行分发了。
还有就是水平滑动有时候有点冲突,你看这样是不是好一点:
`if (Math.abs(detalY) > Math.abs(detalX)) {
//加一个判断水平还是上下滑动,只有上下滑动的时候才会有上滑和下拉
if (isUp) …