Kaizer69
Kaizer69
### Bug Description You cannot use a PropertyHandler (the attribute works correctly) with either **values** or **Nullable values**. ```csharp // Tried all possible combinations of .Add PropertyHandlerMapper.Add(new DateTimeHandlers(), true); PropertyHandlerMapper.Add(new...
### Desired Behavior When use ts-node, you should use default swcrc that ts-node create, but if is present a .swcrc file, you should use that file. ### Is this request...
Hello! I try to deobfuscate a file that have private fields (hash char #): [here docs on mozilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_class_fields) ``` ..............node_modules\shift-parser\dist\tokenizer.js:1536 throw this.createILLEGAL(); ^ Error: [1:6801]: Unexpected "#" Console error: index:...
### Describe the bug When you have a file with a multicomment like `/** I like to comment a multiline */ ` or `/* I like to comment a multiline...
### Describe the bug Hi! When in datatable you enable VirtualScroller and you freeze a row, the freezed row show correctly, but the other rows (one or two rows, depend...
Hello! The current middleware on "onBeforeSetupMiddleware" pipeline is deprecated. DEP_WEBPACK_DEV_SERVER_ON_BEFORE_SETUP_MIDDLEWARE] DeprecationWarning: 'onBeforeSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.
**Use browser stacktrace for warn/error** Is possible customize warn and error levels like using console.warn() and console.error() that when called, browser show a grouped stacktrace that can be expanded.