Thomas-1985
Thomas-1985
I have another issue, it seems that the "sourceMap: false" setting in my config is beeing ignored. I always get the .map files after obfuscation, and i don't want that....
I am trying to find a way to validate a class, that can have multiple names for objects ``` export class MailConfig { @IsOptional() @ValidateNested() @Type(() => SubjectConfig) mailingSubjects*: SubjectConfig;...
### Description Version: 0.13.2 If is use @IsEnum() to validate a string enum, validation succeeds if i validate an empty input "" **Minimal code-snippet showcasing the problem** ``` export enum...
## Issue Description We have a model where the @UpdateDateColumn() decorator is set ``` Entity('users') export class User { @BeforeUpdate() CreateUUID?() { if (this.uuid === undefined || this.uuid === "")...
Hi I have a lightbox that shows i.e. 10 images Is it possible (and if so, how) to show the main image and below (or at the right) show the...
Hi Is there a prop (i.e. "showThumbsbyDefault") which can be set to true and if so, it shows the thumbnail display (on the right) by default? This would be awesome...
Hi Ich think a gread enhancement would be that you can control the zoom slider (if enabled) with the mousewheel so wheel up -> increase zoom and wheel down ->...
Hi package version: 0.4.0 In my project, i have included the admin ui via my package.json. Now i migrated to another development machine and my project fails to build. I...
Hi Versions: ` "webpack-obfuscator": "^2.6.0", "@vue/cli-service": "^4.5.13", "vue": "^2.6.11", ` I am trying to obfuscate my vue.js 2 webapp. My cue.config.js looks like this `const fs = require('fs') module.exports =...
Hi version: 6.6.2 Example data: ``` var data = [ { "title": "Old Man's War", "author": "John Scalzi" }, { "title": "The Lock Artist", "author": "Steve" }, { "title": "Artist...