Enric Moreu

Results 13 comments of Enric Moreu

In the meantime, you can use version 3.9.1 if you really have to display images: `docker pull codercom/code-server:3.9.1`

Still not working for me. I have the following setup: docker-compose.yml: ``` vscode: image: codercom/code-server:4.0.2 ports: - "8080:8080" volumes: - ../:/desk/ - ./:/home/coder/.config/code-server/ restart: always user: "1000:1000" ``` config.yaml: ```...

@ryanheise I can confirm that 1e033273a8b3757995ad416ebfb21f17a973fa98 example from the `visualizer` branch works on iOS (simulator). Is it possible to visualize the amplitude instead of the "frequency"? Something more like the...

I am in the `eu-central-1` (Frankfurt) region. I haven't changed the code.

Face the same issue. Any workarounds?

I am interested in this feature, since I am downloading the images from the web to create my webdataset.

https://photos.enricmor.eu/

This Dockerfile works for me, replace it with the current one: ``` FROM jjanzic/docker-python3-opencv:contrib-opencv-3.2.0 RUN apt-get -y update && apt-get install -y git vim procps curl #Face classificarion dependencies &...

Hey! We just released CSV2Menu inspired by Piatto. Check it out! https://github.com/enric1994/csv2menu We support emojis, allergens and calories!

Hey again @HollyGhos ! Have you resolved the question you made?