SiriusED
SiriusED
Is that possible turn on this ability in the module?
### Overall: - +Added: new endpoint `/api/clear_table` that requires for the Web UI 'Clear data' functionality - =Changed: db data return structure for better using\reading inside web ui js code...
Hi, I use mongo-migrate inside of grunt task like this: let mm = require('mongodb-migrate') mm.setDbConfig(JSON.stringify(mmConfig)); mm.run("up"); Can I pass revision number to this method like? mm.setDbConfig(JSON.stringify(mmConfig)); mm.run("up", 10); Or which...
Hi, Im trying to use ui-tinymce with lazy loaded the tynyMCE npm module via webpack like: ``` // Main module require('angular-ui-tinymce'); angular.module('pages', [ 'ui.tinymce' ]); // And then in my...
Is that possible to update model only on blur something like this: `ng-model-options="{ updateOn: 'blur' }"`
I need to make 'rehighlighting' in the text. So basically I need remove prev highlight and create new one. But this code doesn't work, when I select text it just...
Hi. I'm trying to use VS theme for my custom tool window and getting an error. The code I tried to use is from this example: https://github.com/VsixCommunity/Community.VisualStudio.Toolkit/blob/master/demo/VSSDK.TestExtension/ToolWindows/RunnerWindowControl.xaml And this is...
**Describe the bug** When I open some file in sample program and after when I try to scroll Up\Down it has very slow performance. **To Reproduce** Steps to reproduce the...
Basically subject.. How to do it? I tried to use plugin `DataHandlerExample` and tried to receive data in the `OnServerDataReceived(object? sender, DataEventArgs e)` by using `PacketDotNet` library, but can't read...
When I add about 3000 items to the list it get laggy a lot. After I changed **** to **** it fixed the laggs with scrolling but not with the...