-
const { Kafka } = require('kafkajs');
const client = new Kafka({
clientId: "transactional_client",
brokers: ["localhost:9092", "localhost:9093", "localhost:9094"],
retry: {
ini…
-
```
import React, { useCallback, useEffect, useRef, useState } from "react"
import Webcam from "react-webcam"
import * as faceapi from "face-api.js"
import "../../RespondentVideoWrapper.scss"
i…
-
ERROR in ./libs/adapter/window.js
Module build failed (from ./node_modules/babel-loader/lib/index.js):
SyntaxError: D:\IDEA\workplace\gitProject\09-nodejs-pintu\sliding_puzzle\libs\adapter\window.js…
-
```
var textSched = later.parse.text('every 1 min');
var timer = later.setInterval(logTime, textSched);
function logTime() {
console.log(new Date());
}
```
results in:
Thu Feb 04 2016 13:31:59 GMT…
-
Hi,
in our project, we are calling match() via setInterval() on a session with initially asserted facts.
We want to avoid using matchUntilHalt(), yet this way we observe that our rules fire only the f…
hjank updated
8 years ago
-
hi i
when showing the calendar in my view, it does not appear
I get the following error:
Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event handler as…
-
Hi,
I am having this problem , that after starting and stopping the flow I am not able to zoom the graph. But if I click on some data in the legend the zoom enables back. I tried to focus and defocu…
-
## Bug Report
**Current Behavior**
Throttle with interval (not throttleTime becuase I need leading & trailing) is creating a very long stack trace of repeated setInterval:
![image](https://…
-
Hey.
This is an issue that I'm facing. The script seems to work okay, but the server console is spammed with this message. Also the CPU usage is quite high.
This is the message:
`WARN Error in …
-
Hello,
Is there any plan to support some kind of wrapper on top of `qtbot` in order to turn the `wait*` methods into async methods that could be called from a qtrio test? That would be very useful…