AnythingOverIP

Results 28 comments of AnythingOverIP

@RudolfAchter , I was able to get proper UTF8 characters in console using PowerShell 7.0.4 Previously, I was using powershell 5.1.19041.610 and it seems that 5.1 has some issues rendering...

I doubt this be a priority if not reproducible in 4.x... I haven`t had a chance to test with beta.

When I have to play with tags, I ended up doing the following: #Loading available Tags: $nbtags = Get-nbObject -Resource 'extras/tags' #Replacing array values by ID $site.site_tags = @($site.site_tags |...

We use Inventory items to track individual Software license keys. Having this for VM would be much appreciated.

@pdenessen : Unfortunately, I ran into that issue with 0.11.0 (not published on github, but available at https://pypi.org/project/nextbox-ui-plugin/#description . Everything was fine on my end until that upgrade (was running...

just realized the issue might come before migration... I had to issue the install command as sudo because I got the following error when I first tried: ``` (venv) user@hostname:~/nextbox-ui-plugin$...

Could this be done on client side? In our case (and I'm sure it's the same for many others), the Netbox infrastructure does not have access to internet...

Same here... Environment: Redmine version 3.2.0.stable Ruby version 2.0.0-p647 (2015-08-18) [x86_64-linux] Rails version 4.2.5 Environment production Database adapter Mysql2 SCM: Subversion 1.8.13 Git 2.6.1 Filesystem Redmine plugins: redmine_ckeditor 1.1.4 redmine_contacts...

Although not everything is not translated, most of the dialogs are not: ![image](https://github.com/home-assistant/frontend/assets/25624251/677e5095-aa3d-4712-956b-dea3be3408c4) also, the "Could not restore backup" error message is not translated, even though they are in Lokalise.

@NetTech2001, would you mind looking into https://github.com/drygdryg/netbox-plugin-interface-sync/pull/7 ? @rizlas had provided a mean to sync all items, not just interfaces. This was proven really helpful in our Netbox implementation. It...