2mik

Results 8 issues of 2mik

__Proposal:__ It would be quite useful to get rid of System.Drawing.Common dependency. __Current behavior:__ My project uses the latest at the moment InfluxDB.Client 4.4.0. When I publish the project, the...

enhancement

__Proposal:__ According to the docs, WriteApi supports batching. If I understand correctly, there is something like an internal queue to send data to server in batches. An application is actively...

Hi, Please clarify if the following features are currently exist or not: 1. Is it possible to display properties of multiple selected objects to change their properties by a single...

Hello, In many cases, color is inherited from the parent element. It would be very useful to add an option to be able to unset the color to an empty...

Hello, Thank you for your work. I would like to use global events as written in the manual ``` pane.on('change', (ev) => { console.log('changed: ' + JSON.stringify(ev.value)); }); ``` How...

Hello, If we set readonly to true, parameter will be updated and change events occur every interval. For example: ``` pane.addBinding(PARAMS, 'time', { readonly: true, interval: 1000, }); ``` How...

Hello, How to enable and disable buttons in the Button grid? There is the disabled property of each cell which can be set when creating a blade. But I need...

If I create a flask object with an empty language `const flask = new CodeFlask('#my-selector', { language: '' });` and then set the language `flask.updateLanguage('js');` it works incorrectly, because the...