开玩笑--watch不会注册按键

时间:2018-07-18 20:21:37

标签: jestjs npx

运行models.py: @register_snippet class LocationHours(ClusterableModel): location = models.CharField( max_length=255, blank=True, help_text='Location for this set of Hours.' ) panels = [ MultiFieldPanel([ FieldPanel('location'), InlinePanel('location_hours'), ], "Hours"), ] class Hours(Orderable): snippet = ParentalKey('LocationHours', related_name='location_hours', on_delete=models.CASCADE) ... panels = [ ... InlinePanel('hours_override', label="Hours Overrides"), ] class HoursOverride(Orderable): orderable = ParentalKey('Hours', related_name='hours_override', on_delete=models.CASCADE) 时,我完全无法与玩笑进行互动。如果我按其中一个键来控制笑话,则该角色将打印在我的终端上,而不触发该动作。

这是它的样子,而不是更新快照,而是在每次按该键时打印字符npx jest --watch

jest not acting on keystrokes

我在具有i3-wm的Ubuntu 18.04上使用Terminator 1.91,但遇到了uurxvtgnome-terminal相同的问题。与rxvt-unicode的结果相同。同样,Unity而不是i3也存在同样的问题。

env -i bash --noprofile --norc

0 个答案:

没有答案