git-hub-user

Results 8 issues of git-hub-user

When I have ``` {"FreeTextInput":"\u003Cscript\u003Ealert(\u0022links\u0022);\u003C/script\u003E"} ``` in a Notepad++ editor tab, select the text and apply menu Plugins - JSON Viewer - format JSON, the result is: ``` { "FreeTextInput":...

bug
Bug: pretty

… de table filter list of checkboxes. Fix for [Html-encoded content of a table is rendered als mark-up in de table filter list of checkboxes](https://github.com/chestercharles/excel-bootstrap-table-filter/issues/25#issue-464608190).

I discovered an issue where XSS-injection is facilitated by the plug-in. The plug-in will parse all cells of the table it is added to. During this parsing, the innerText properties...

I am confused by the 4 methods related to shutting down: ``` - public void Shutdown() - public Task ShutdownAsync() - public void ServerShutdown() - public Task ServerShutdownAsync() ``` Are...

Using the propery AsString on the return value of Eval may result in the following message: > Can only convert numeric arrays of length 1 to double. This is confusing,...

bug

When constructing a speed curve in slowmo UI, it would be useful to have labels indicating the speed (slope) of that segment. For me, the speed relative to the original...

When I build an application with the setting `DontBreakBuild="false"`, Build output reports: > ========== Build: 0 succeeded, 1 failed, 10 up-to-date, 0 skipped ========== which is as expected. However, when...

…rkdown When I installed the package today, I received version 1.0.10. In this version, the setting DontBreakBuild is set to "false", by default. Also, the xmlns-attribute has protocol http, rather...