Imanuel Pundoko
Imanuel Pundoko
#### Environment - __Package version(s)__: `3.22.3` - __Browser and OS versions__: `Windows 10 WSL` #### Feature request Add style props support for Slider component to modify style property on specific...
Original Post: https://stackoverflow.com/q/63490698/8271526 I think, i have same question with him. --- What I want is to make Rete.Component build with dynamic data (etc. inputs/outputs scheme) from server, and my...
How to removeListener on editor. ```js useEffect(()=> { const handler = ()=>console.log('its duplicate'); editor.on('process', handler); return() { /* Maybe u can add `off` function to remove previous listener */ editor.off('process',...
Hello. I currently work with wildcard selector to speed up writing style on css. css code like this: ```css .bar-foo { // css property } .foo-bar { // css property...
The example not working. I can't connect my device with this [blynkkk/lib-python](https://github.com/blynkkk/lib-python) library, it print `blynklib.BlynkError: Auth stage failed. Status=4`. It work well with [vshymanskyy/blynk-library-python](https://github.com/vshymanskyy/blynk-library-python). I'm so confuse which library...
How can i get multiple layers in the same source? Example: In [tilesplash ](https://github.com/faradayio/tilesplash)i can combine multiple query and getting multiple layer on the same source, like so ```javascript app.layer('multiLayer',...
Can u make some example to make mesh network with this [sandeepmistry/arduino-LoRa](https://github.com/sandeepmistry/arduino-LoRa) library
### Describe the bug I running a refine app on localhost, it should run normal even there's no internet connection But i cant use the app without internet, i see...
Can you make some documentation about getting started this library, with simple example. Also, maybe add some cpanel deploy documentation. Please.
How do i can upload image/video through API?