Chi

Results 17 issues of Chi

The plugin will create two Export buttons on the page, and cannot generate Chinese page as PDF, I have added a extra css for the plugin, and it is still...

## Is your feature request related to a problem? Please describe. I want to use datetime with date range picker, but I cannot select time after a date selected and...

## Summary I need to add a babel plugin to my app, I created a `babelrc.json` in the root folder, but it seems the configurations are not taken. I have...

question

I'm trying to use this expression `['match', ["get","width"], 0, ['var','defaultWidth'], ["get","width"]]]` to set the style for a webgl feature, but I got this error `Could not infer only one type...

bug

I want to only update the tooltip name through an `@Input `using `[merge]`; but the pie chart is disappeared when I update the tooltip name. Is this a bug or...

I'm using `followProgress` to write the data got from `'/images/get?'` to a tar, but it will throw `SyntaxError: Unexpected number in JSON at position 1` when streaming the data. The...

**Description** I am using a TfClient to subscribe to tf2_web_republisher to get the transform feedback. However, the subscribe callback never called if I subscribe to the TF outside the topic.subscribe...

bug

``` const sysBus = dbus.systemBus(); const SERVICE_NAME = "org.freedesktop.NetworkManager"; const NM_OBJECT_PATH = "/org/freedesktop/NetworkManager"; const DEVICE_IFACE = "org.freedesktop.NetworkManager"; sysBus .getService(SERVICE_NAME) .getInterface(NM_OBJECT_PATH, DEVICE_IFACE, (err, nm) => { console.log(err, nm); // This does...

**Description** The PointCloud2 class cannot unsubscribe from the topic, because the reference of the callback is not the same as the one subscribed, and Roslib.Topic will not be unsubscribed if...

bug

How do I fix this issue? I want to use this lib in Angular via web-pack