Erik Golinelli
Erik Golinelli
no rush (I've already fixed it), thanks again!
Same here, With W11/docker-WSL2 I need download the repo with the option `--config core.autocrlf=input` as suggested [here](https://willi.am/blog/2016/08/11/docker-for-windows-dealing-with-windows-line-endings/) Adding `*.sh text eol=lf` to [.gitattributes](https://github.com/ffmpegwasm/ffmpeg.wasm-core/blob/n4.3.1-wasm/.gitattributes) could solve the issue
This issue seems related to a missing import in [predictor.py](https://github.com/idealo/image-super-resolution/blob/master/ISR/predict/predictor.py#L1-L11). As the error states you need to import also `ISR.utils.metrics` since is that module is required in your yaml configuration...
@mrmlnc so should we expect an esm version soon?
I've created [tsdoc-action](https://github.com/marketplace/actions/tsdoc-action) for using this wonderful repo with the github action, I hope it is well equipped with what is needed but advice and feedbacks are welcome. Give it...
@Mte90 I prepared a [POC](https://github.com/erikyo/WordPress-Plugin-Boilerplate-Powered/tree/feat/wp-env) that can solve this issue, can install the codeception tests and run them inside wp-env... anyhow seems something is wrong because it returns there are...
yeah i see... looks like some env variables were switched during the ci workflow https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/blob/ccd199f5e4f9e6a3897f9552fd140d3104173f12/.github/workflows/integrate.yml#L215-L216 and the [original one](https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered/blob/master/plugin-name/tests/_envs/.env.testing) doesn't fit the wp-env ports / domain etc.
@verlok can you assign this one to me? I am already familiar with this and even recently I have been doing it [here](https://github.com/smhg/gettext-parser/pull/81)
@ram-you completely understand and since I was in the same situation and needed it for [an experiment](https://erikyo.github.io/searchai/) ([example](https://erikyo.github.io/searchai/)) I redid the [USE package](https://www.npmjs.com/package/universal-sentence-encoder-alt) as I needed it. I keep it...
> Same problem. > > And these are valid HTML5 ids. yes it's valid but usually doesn't work. Anyhow you can "escape" the id's with leading numbers in this way...