johnnytolengo

Results 8 issues of johnnytolengo

any idea why does not working? ``` editorDidMount={ (editor) => { editor.markText({line: 0, ch: 0}, {line: 0, ch: 26}, { readOnly:true }); } ```

I already build my own vernemq version but when I use that release to build an own Docker-vernemq version it crashes, it seems that something is missing around the config...

Hi, I have an issue the limit labels, they are not displayed in the right way. I am using defaults as configuration. ![image](https://user-images.githubusercontent.com/5218298/73302421-e95a2680-4214-11ea-9716-957cd869774a.png) The values are drawn out of the...

My env: ``` - ESP32 with PSRam - [email protected] - platformio - Testing repo: https://git.quark-i.com/public/esp32ArduinoMongoose - Purpose: Serve static files from LittleFs for a Web ``` I am thinking in...

Hi, is there any way to refresh the table itself using the ajax example? ``` var mytable = $('.table').footable({ "columns": $.get('columns.json'), "rows": $.get('rows.json') }); mytable.refresh();

Hi, it's any chance there to get the list of attachments ID from a given Release via API? with /repos/{owner}/{repo}/releases I can get the release list but there are not...

Hi, which impedance option did you used? ![image](https://github.com/user-attachments/assets/cf4c6563-6a7e-4e85-bba5-656875425dfe) thanks.

Hi, has anyone done a Recursive directory Remove on full deep? Seems to be pretty tricky while the LittleFS remove doesn't work with an open dir. Any help will be...