LuWa-at-work

Results 8 issues of LuWa-at-work

Hey, I tried using the IPNumType Enum but as i found out it will be erased during compilation because its a `const enum` like described in this post on Stackoverflow:...

Hey @dadepo , It's me again 😅 🙈 I think i found another bug 😬 When trying to collapse an IPv6 Address this happens: ```js const test = new IPv6("2001:db8:0:0:1:0:0:1")...

I think i found a problem with the Validator.isIPv4Mask: ```js import { Validator } from 'ip-num/Validator'; const test = Validator.isValidIPv4Mask("255.255.0.0a") console.log(test) // => [true, Array(0)] ``` i think thats not...

Hey i found this solution for passing slots to child components of a component. I think this should be in the official docu, because it's a cool trick and has...

enhancement

I get following errormessage in vscode when i use the -component: ``` Das Argument vom Typ "{ data: JSONDataType; showLine: false; "show-line": boolean; showIcon: true; "show-icon": boolean; deep: number; }"...

Is there any plan to support multi root Workspaces? In our Projekt it's really nice to have multiple Folders in one workspace. Most of them have their own .vscode Folder...

For the enum item if i select Combobox i get a inputfield where i can insert text. Out of which i get suggestion. The text is only added to the...

I usually structure my message-body something like this: ``` * __What was the Problem?__: * problem 1 * problem 2 * problem 2.1 * problem 3 * __What changed?__: *...