kfrajer

Results 5 comments of kfrajer

Hello, Please visit the Processing forum and post your question there: https://discourse.processing.org/ This issue tracker is to manage bugs and feature request for the Processing project. Use the Forum to...

I have to agree with this. A relevant post: https://forum.processing.org/two/discussion/26890/ketailist#latest Making it protected is not enough. Function calling based on specific action will allow to re-use the code. Pseudo-concept illustrated...

This msg is for @codeanticode: As stated in the error message, this is caused because you have non-ascii characters in the home directory path: > Build file 'C:\Users\Sós Barnabás\AppData\Local\Temp\android7432352102827868881sketch\app\build.gradle' line:...

I can reproduce the problem with default renderer in Processing Android mode. No issue if using P2D. Notice that resizing the image to screen dimensions does not help in the...

I added the following modification in the docker-compose which solved this issue: ``` postgres: restart: always image: postgres:latest environment: POSTGRES_HOST_AUTH_METHOD=trust ports: - "5432:5432" ``` Breaking change was reported in [docker-library/postgres](https://github.com/docker-library/postgres/issues/681)