David Sargrad
David Sargrad
### Part 1 My target looks like this: ``` { "stuff":"is_cool", "yay":1, "a_list":[ { "SOURCE TYPE":"Something", "ID":"https://blizzard.com" }, { "SOURCE TYPE":"Something Else", "ARBITRARY":"Milk", "notes":[ { "label":"chocolate", "comments":[ "yummy", "yummiest" ]...
Hi. ### What I'm trying to do: I want to create a transparent div that exactly overlays the underlying ReactPlayer video imagery. This overlay div should exactly overlay the video...
js-doc is invoked as part of the [sphinx-js](https://github.com/mozilla/sphinx-js) tooling. Sphinx complains about jsdoc not finding "js" files in a directory that contains valid js files. It seems that this is...
We've been using strimzi for about a year. We are now refining our productization procedures. We've found an issue in the deployment of strimzi "latest" that seems like a relatively...
I have a 2 node development cluster: tonga and spain. I have a simple test replicaset with 2 pods: kubia-unhealthy-r5kb1 (tonga), kubia-unhealty-thtds (spain)  When I curl the kubia-unhealthy service...
Is there a way to know what frame (relative to the start of the HLS stream) is the current frame playing? I have a need to know the absolute frame...
I am using rook/nfs in a small k3s cluster. I am following [these ](https://github.com/rook/rook/blob/master/Documentation/nfs.md#default-storageclass-example)instructions. I saw this error message:  The fix was to replace ReadWriteMany with ReadWriteOnce.  Now...
When I try to build the server code, I see the following problem: ``` (base) [dsargrad@localhost sensor-streamer]$ go build . # dsargrad/sensor-streamer ./server.go:19:18: undefined: sensorpb.Sensor_TempSensorServer ./server.go:33:18: undefined: sensorpb.Sensor_HumiditySensorServer ./server.go:67:11: undefined:...
Hi, dep ensure fails as seen in the picture below:  Any suggestions on how to fix this? 
##### Description I've been using the openapi generation for years. I tend to generate python and javascript client libraries. The problem I found occurs when you have a property that...