Dev Dabke

Results 22 comments of Dev Dabke

Thanks for addressing this so quickly!

> I think there's a couple different issues here. When using `--output=app.js` you don't automatically get an `index.html` and so you have to provide your own. That itself isn't a...

> I think updating the puppeteer dependency resolves this > > [puppeteer/puppeteer#6622 (comment)](https://github.com/puppeteer/puppeteer/issues/6622#issuecomment-906476717) Bump on this: because https://github.com/puppeteer/puppeteer/pull/7099 is closed, I think you would just need to update: https://github.com/jsonresume/resume-cli/blob/21d15f6feb58b689abdb0c740b07319cf5fc2133/package.json#L44 to...

> This is actually a duplicate of the much older #1484, but since the discussion here is more in-depth, I'm actually going to close the older one. I originally opened...

Same issue on Ubuntu 22.04 and Poetry 1.8.2. The workaround from @n00bsys0p worked great for me! (I only used the first one and did not test the second one.)

This would be really helpful!

I've written some really back-of-the-envelope code to emulate this behavior ```python dataset_name = 'fb15k-237' model_name = 'rescal' dataset_and_model = dataset_name + '-' + model_name model = kge.model.KgeModel.load_from_checkpoint( ./local/best/' + model_name...

Would it be possible to bump this? @cvphelps I unfortunately have to run things in airgapped contexts (i.e. a computing environment without Internet access) and then manually run `wandb sync`...

Would love this, too, especially since we run many deployments as subflows as a part of our orchestration!