Benjamin Nash

Results 9 comments of Benjamin Nash

Got it. Helpful to know.

Great, thanks for the feedback and pointers. I'd be open to putting together a PR if this seems the right thing to do. > > the resource being requested (e.g.,...

> > but has OCP (OpenShift) has ever been tested/supported? > > AFAIK no. I'm not too familiar with OCP but skimming over their [docs](https://docs.openshift.com/container-platform/4.8/rest_api/index.html) it seems like we'd have...

With the network operator, when we configure a secondary network like this `macVlanNetwork`, we include IPAM info: ```yaml apiVersion: mellanox.com/v1alpha1 kind: MacvlanNetwork metadata: name: macvlannetwork spec: networkNamespace: "default" master: "enp141s0f0np0"...

It looks like TorchX facilitates communication between nodes by spinning up a K8s service and passing the name of the master pod's endpoint in `MASTER_ADDR`. However, according to the Network...

My use case here is embedding Google Docs. Since we can't upload files, I thought a good solution would involve uploading files to Google Drive and then linking or embedding...

This diff helped me get Mustache and Sinatra working together with my Ruby 1.9.3, thanks.

Thanks for the explanation. Would Solid's `classList` help with that merge? ```ts My text ```

Here's what I did: ```rust sentence = (sentence + " " + word).trim().to_string(); ```