Pierco

Results 5 comments of Pierco

I found a tricky solution ```js mde.gui.toolbar.remove() mde.toolbar.push({ name: 'metadata', action: function() {}, className: 'fa fa-tags', title: 'Metadata' }) mde.createToolbar() ```

Have you made any progress? I'm really looking forward to it as well. In order to avoid big changes in the UI for buffer edition, you could implement a new...

That's true, maybe not a good idea. Anyway, I patched `emit` on my project and it does the job for now. Do you think of another way to stop the...

I'm just adding another example where openpyxl is not detected as a requirement: ``` df = pd.read_excel(file, dtype=str, engine='openpyxl') ```

I did a quick test with Verilog and it seems to work. Since I'm not a Java developer, I'm not sure about integrating VHDL and providing test coverage, so I'm...