问题标签 [janky]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
89 浏览

ruby-on-rails - Janky 响应:未知存储库:'myrepo'

当我在 campfire 上构建我的 Github 存储库时出现未知存储库错误,如下所示:

这是我的 Janky heroku 日志:

我在此日志中得到状态 404。我真的陷入困境,无法解决这个问题。等待你的想法。

0 投票
1 回答
86 浏览

git - Setting up the same repository twice under different names in janky

I have a build server which leverages janky as the glue between jenkins and hubot.

I was wondering if anyone knows of a clean way in janky to duplicate a specific repository under a different name?

The main problem that I'm trying to solve is that I have a regular build job and I would like to create a separate job that runs the complete test suite only when certain conditions occur. All that while I still leverage the benefits of janky (web interface, hubot controls, etc.).

As far as I could tell there was no clean way to create a second job in janky that points to the exact same github repository. Looking at the application, I wonder if I should try to hack in an interface through janky's console. Has anyone had the same issue as me? If so, how did they solve this problem? I would like to keep janky in the picture, if feasible.

0 投票
0 回答
46 浏览

reactjs - 与 Electron 的长帧卡顿

在此处输入图像描述

使用 ReactJS 和 Redux 制作了一个在 Ubuntu 上运行的 Electron 应用程序,遇到了所附图片时间轴中显示的 UI Jank。卡顿总是在 XHR 得到响应并处理时发生(或者在 Dispatched 操作重新渲染 React UI 的同时),添加“componentShouldUpdate”检查长帧是否仍然存在。

原始时间线数据可能会有所帮助。

由于我已经搜索了一周的问题,因此该案例的任何可能原因都会有所帮助。提前致谢。