David Sargrad
David Sargrad
Ah Wow.. As seen in the [snippets](https://glom.readthedocs.io/en/latest/snippets.html), this seems to do the trick for the first part of the question: `glom([1, 2, 3, 4, 5, 6], [lambda i: i if...
Looks like Parts 2 and 3 are also easy. Something like this does the job. `{'time': ('time'), 'a_param': ('size'), 'another_param': ('shape'), 'sublist': ('a_list', [lambda i: i if i['SOURCE TYPE'] ==...
@franciscojs12 I do have a solution that works for me. I actually effectively do the kind of thing that @Yasamato mentioned. I do indeed wrap the reactplayer with a responsive...
I've verified that even with a small program I see this as a jsdoc "issue": ``` (docs) [dsargrad@sdbie-sargrad test]$ jsdoc main.js /home/dsargrad/.conda/envs/docs/lib/node_modules/jsdoc/node_modules/mkdirp/lib/opts-arg.js:7 opts = { mode: 0o777, fs, ...opts }...
@scholzj this is a proper response.. and indeed we are using the "yaml from the release pages" as you suggest. I was only comparing and contrasting those yamls to the...
@scholzj I love your attention to detail. ty!
Hi. It turns out that host-gw fixed my problem as well: #1268. To me this is a critical bug somewhere in the vxlan based pipline.
> Maybe #1245 and #1243? @gamer22026 ... You Da Man!! I tried the work-around found within #1243 . That work-around worked for me. Specifically, for now, I am using host-gw,...
@ralphflat I have this same problem. Thank you for taking the time to post this issue. I think you will find that @kay-schecker provided you with the configuration that is...
@ralphflat I'm assuming that you can run with a command such as this: `npx @openapitools/openapi-generator-cli -c cfg.json version` Where cfg.json is the file containing something such as : ``` {...