Questions tagged [hub]

36 questions
1
vote
1 answer

MarkLogic Data Hub document metadata added by steps

According to the documentation: Document metadata added by steps For every content object outputted by a Data Hub step, regardless of the step type, Data Hub will add the following document metadata keys and values to the document wrapped by the…
Den_Alex
  • 51
  • 2
1
vote
0 answers

.net core circular reference of dependency injections of SignalR and Background Servcie

Consider this situation: There is a background service, which is needed to generate data by user input and notify web users in timely manner. In the meantime, there is a SignalR hub to do two-way communication with web users. The hub will need a…
user3670632
  • 45
  • 1
  • 7
1
vote
1 answer

How to reassign a pull request on GitHub to a different user using command line?

I am using hub by github to create pull requests from command line. I even assign the pull request to a user using the command line. However, I don't understand how do I reassign a pull request that was already created via the command line to a…
Eyal Gerber
  • 1,026
  • 10
  • 27
1
vote
1 answer

How to store multiline outputs from 'hub' command in a variable?

If I use the hub command to create a pull request on GitHub and I get an error then it is outputted on four lines: hub pull-request -p -b MyOrg:main -h Test_Branch -m "testing" output: Everything up-to-date Branch 'Test_Branch' set up to track…
Eyal Gerber
  • 1,026
  • 10
  • 27
0
votes
0 answers

Selenium 4 with multiple nodes

I am testing the upgrade from Selenium 3 to Selenium 4. I am having problems trying to start two nodes at the same time. These nodes have a .bat file that calls a .json file for its configuration. In Selenium 3, the start-node1.bat file is as…
sergio
  • 21
  • 4
0
votes
0 answers

How to configure Azure Device Provisioning and IoT Hub behind an Azure Gateway

I am trying to configure an Azure Device Provisioning service and IoT Hub behind an Azure Gateway (using websockets), but have some of issues. Idealy I want to have a single DNS/Host/IP/port for all my services. e.g. gateway.example.com. This is to…
nivs1978
  • 1,126
  • 14
  • 20
0
votes
1 answer

Using project "Asp.Net Core Web API" with SignalR using .Net 7.0 or higher, how to add a route to a signalR Hub?

I try add signalR to a new ASP.NET Core Web API project created for .net 7.0. I try to follow the sample found at: GitHub AspNetCore.Docs/aspnetcore/signalr/ Without success because they pass through a StartUp class which seems to be the old way to…
Eric Ouellet
  • 10,996
  • 11
  • 84
  • 119
0
votes
2 answers

Unity doesnt create or open projects

It worked fine for a few years, but recently I updated my unity hub to 3.4.1 but it worked properly, until today, I restarted my laptop, ran unity as administrator, nothing works, when I click to open a project it just shows that its loading but it…
0
votes
0 answers

yolov5 outputs' sizes are wrong

I am trying to use yolov5n6 pretrained model on local but it seems there are some errors. I expect the detection size to be torch.Size(3,4) because I sent same image to the model three time in batch. I printed the result and copy-paste next to the…
0
votes
2 answers

Hub VNET in cloud-only environment approach

I was told recently that the Hub VNET is only used in case there is on-premise networking to/from considerations. I am quite surprised as were many, at the table. I was under the impression if I have, say, a AZURE Cloud only env. that I could still…
thebluephantom
  • 16,458
  • 8
  • 40
  • 83
0
votes
0 answers

Unity Hub 3.4.1 sign in button

I installed Unity Hub 3.4.1 and opened it, but the sign in button doesn't work, no mater how many times I press it nothing happens, I don't even get an error message and everything in my computer still works just fine I tried downloading an LTS…
0
votes
0 answers

Already activated the license in Unity Hub but it said no actives license

Unity Hub 3.4.1 Window 10 Free Unity Personal License I updated Unity Hub to version 3.4.1 and cannot open any projects. It said "No active licenses To create and open projects, you need an active license". So I click Manage licenses, my license is…
K19
  • 1
0
votes
1 answer

How to create a mininet topology with 3 nodes (A, B and C) and traffic goes through B like A <-> B <-> C

I'd like to create a topology in Python with Mininet, that has three nodes, A, B, and C. When A/C sends packets to C/A, packets are always routed via B. Please help! Thanks a lot in advance!
D. Wang
  • 165
  • 1
  • 9
0
votes
0 answers

Data Vault - Deleted record from Multi Active Satellite

I am trying to figure out how to handle following situation. I have a table in source system, which ends up as MAS in our system, let's call the table A, the related hub that is filled by it H_A and the related MAS sat as MAS_A. The table 'A' holds…
Filip Kraus
  • 2,714
  • 2
  • 14
  • 16
0
votes
0 answers

Want to use large images for style transfer

I am running the TF-Hub: Fast Style Transfer for Arbitrary Styles.ipnb in Colab. The output file size, is too small for my use. Do the changes require a new "TF Hub Module"?, or can I change the .ipnb above to use Higher res inputs, and get HR…