Grímur Daníelsson

Results 12 comments of Grímur Daníelsson

I'd suggest changing it to a peer dependency and mark it optional in [peerDependenciesMeta](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#peerdependenciesmeta) That way it will only use it if the parent module has it installed. EDIT: According...

I apologize for how long this has taken me to do. I haven't been able to replicate this. However by stepping through it i see that in these lines(52 to...

It seems that when loaded via ajax, the line ``` javascript $('').load(function() ``` Is being fired multiple times per pageload. This happens both in Chrome and Firefox but Firefox seems...

From reading the source i noticed that this can be achieved by using the child variable. so my build task now looks like this: ``` javascript var server = require(...

--dry-run=false didn't work for me. I downgraded @nx-dotnet/core to v2.1 and after that everything works correctly.

Accidentally based this on #42 instead of the develop branch. Forced push to fix that

I have the same problem with multiple domains on my server (the original problem).

There is a simple fix that can be done without modifying any netbox files. Create the file local_settings.py inside the same folder that has settings.py. Insert the following: ```python import...

I have the same error but only in CI where I'm using DinD. It never throws when I build locally. I don't have multiple publish commands but I the error...