Thomas Werner

Results 11 comments of Thomas Werner

I just realized that `package.json` has support for a "description" field, which was missing in my affected project. I added that missing property, deployed a new version of the package...

> So, if you don't include the description field on publish the readme became description by default? 🤔 That's correct, and It seems to be working pretty well, except for...

Hi, thanks for your quick response! I just tried the `widenClientFileUpload: true` setting and it doesn't appear to be working. The framework source map file is still missing. Here's my...

I implemented a workaround that determines the properties declared by a type "A" by diffing them with all properties of the parent types of "A": ```java public static List declaredProperties(ObjectTypeDeclaration...

I just figured out a workaround for IntelliJ IDEA that allows you to use `tsdx test` using a custom Jest run configuration. You can modify your project's Jest template directly,...

> I would recommend instead to deploy a separate netclient to the host machine and give it a different port: "netclient join -t (token) --port=51831". Then you can use this...

One more update. The problem still persists, but I found a workaround using the dashboard, which seems to be hinting at a bug in Netmaker. When I edit the egress...

I'm using the latest version: 1.1.26 I forked your JSFiddle and added the scombobox configuration options I am using on the website I'm working on. I can reproduce the same...

That's strange. I develop mainly on a Linux system (OpenSuse 13.2 KDE) and this is where I'm having this problem. I just tested my fiddle on the latest version of...