Viktor Brešan

Results 21 comments of Viktor Brešan

[Java 11/17 migration documentation](https://cloud.google.com/appengine/migration-center/standard/migrate-to-second-gen/java-differences). Recommended [Maven](https://cloud.google.com/appengine/docs/legacy/standard/java/using-maven) and [Gradle](https://cloud.google.com/appengine/docs/legacy/standard/java/tools/migrate-gradle) plugins.

I would also prefer to have the SDK as a JAR file. The main reason is ease of integration. It's much more convenient to add a JAR file to library...

I am experiencing this issue with NC 29.0.3 and Bookmarks 14.2.2. The browser is Firefox 115.13.0esr. Please see the attached video. https://github.com/user-attachments/assets/7b3415e9-d4e5-4369-8b9b-990eb580bc0b

It is my nextcloud log that I get from https://myipaddress:8080/api/docker/logs?id=nextcloud-aio-nextcloud I am aware that it is not relevant, I pasted it anyway as those were the only lines that showed...

I have inspected the bookmarks file and found that "4294967295" is set as the ADD_DATE for a number of entries. The bookmarks file was exported from Bookmarks 11.0.4 running on...

Here is my `docker-compose.yml` ``` version: '3.4' services: db: image: postgres:14.5 environment: POSTGRES_USER: POSTGRES_PASSWORD: volumes: - dbdata:/var/lib/postgresql/data web: image: riggraz/astuto:latest environment: POSTGRES_USER: POSTGRES_PASSWORD: BASE_URL: http:// SECRET_KEY_BASE: RAILS_LOG_TO_STDOUT: true ports: -...

You are right, it worked when I changed ports to "80:3000" in `docker-compose.yml`. Please note that I followed the [docs](https://github.com/astuto/astuto?tab=readme-ov-file#self-hosted) which have "3000:3000" set.

> Why do other X scrapers work? Because they don't have a pool system like we do, so they load the home page once, and then there's no problem (if...

@mattwoberts I believe that when an error is detected while sending the confirmation email, the account should not enter the 'pending activation' state. > There is a FAQ at the...

@mattwoberts In that case, I believe that my problem is related to this [discussion](https://github.com/getfider/fider/discussions/1174).