Johan van den Dorpe

Results 9 issues of Johan van den Dorpe

Hiya, I've observed some problems when a whisper file has an `aggregationMethod` of `sum`. Values that are pulled from the cache are much higher than one would expect, whereas values...

### Environment * Python version: 3.8.10 * Nautobot version: 1.6.2 * nautobot-golden-config version: 1.6.4 ### Expected Behavior Devices which are not part of the golden config dynamic group are not...

Some devices can return a multiline sysname, i.e.: ``` # show lldp info remote-device LLDP Remote Devices Information LocalPort | ChassisId PortId PortDescr SysName --------- + ------------------ ------------------ --------- ------------------...

Fails with the following: ``` ERROR: Command errored out with exit status 1: command: /hosts/zrows4/user_data/.tmp/git.jvd/netbox-importer/venv-zrows4/bin/python3.6 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/user_data/.tmp/pip-req-build-51ipxe3v/setup.py'"'"'; __file__='"'"'/user_data/.tmp/pip-req-build-51ipxe3v/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info...

Hiya, I see there's a tag for 0.7.0 release from last year, but this doesn't seem to have been published to pypi. Could you push it up please?

I'm not sure what these should be converted to, but internal isn't a valid type in mysql ``` $ cat test.pgsql CREATE TABLE public.dcim_device ( id uuid NOT NULL, created...

Likely field name serial is being treated as if it's a serial type https://github.com/dolthub/pg2mysql/blob/main/pg2mysql.pl#L167 ``` $ cat test.pgsql CREATE TABLE public.dcim_device ( id uuid NOT NULL, created date, serial character...