Jérémie
Jérémie
I have the same "issue". When MBE is opened, and then I open NERDtree, MBE get resized. If there are too many buffers in the list, they then use 2...
> Hi @benouat ! Thank you for an elaborate comment. One downside I see as a user in your StackBlitz demo is that the popover doesn't close automatically if one...
Hi, any update on this ? Thanks...
Hi, I see you updated your plugin so it should be compatible with ES 2.3.x, but the installation fails with "ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip".
Hi, any update on this ? Thanks...
See #45 for more informations
I checked for the pending issues, found nothing, but now looking for PRs, it may be related to this one https://github.com/angular/angular/pull/9651 . But it is merged, so I should not...
After digging deeper, it seems like the value posted is ok, (and the '+' appears in the string), but it's on the server side, it is replaced by an empty...
Sure : ``` javascript let body = new URLSearchParams(); body.set('label', 'here is a label with + in it'); let options = RequestOptions(); options.headers.append('Content-Type', 'application/x-www-form-urlencoded') return this.http.post('http://localhost/admin/save/', body, options).then(); [...] ```...
Facing probably the same issue. Would be great to merge @scottdupoy 's commit if it fixes the issue.