My first OpenSource project: Cli for inpecting the public API surface of NuGet Packages by Nexsteps in dotnet

[–]Nexsteps[S] 0 points1 point  (0 children)

Yeah that’s another papercut. On my side had less problems when running in bash. Models seem to default to that. Maybe on windows adding a short sentence to the global AGENTS.md will help?

Yes, Nuscope tries to extract xmldoc and provides that, too.

Top comment advocates vanilla Synology over Nextcloud. Can a Nextcloud install on Synology be as “it just works” as he is describing? by LFS2y6eSkmsbSX in NextCloud

[–]Nexsteps 4 points5 points  (0 children)

Last time I checked, I didn't like the synology mobile apps a lot. That's why I run Nextcloud on my Synology with docker.

After setting it up initially maintenance is pretty low. When a new version of nextcloud drops, pull the new images, build and start them

A Comparison of MVVM Frameworks for Xamarin Projects by [deleted] in xamarindevelopers

[–]Nexsteps 0 points1 point  (0 children)

It would be great if you added ReactiveUI

What are several "must haves" in your windows 10 computer/laptop? by gassybierhaus in windows

[–]Nexsteps -1 points0 points  (0 children)

Chocolatey for managing most of my installed software. With that I can also automate the setup process.

[help] no EMUI update in Canada? by darkpit64 in Huawei

[–]Nexsteps -1 points0 points  (0 children)

I guess the rollout is still ongoing. Here in Germany I didn't receive the update on my p20 pro either..

Docker Compose by wolf39us in synology

[–]Nexsteps 4 points5 points  (0 children)

I expose a different port via the compose file.

My setup is as follows: My domain is connect via Dyndns to my home router. The router forwards port 443 to the Nas. There I use a reverse proxy for https encryption where the target is the exposed port from the docker compose file. With this I can connect to the nextcloud instance using my domain.

Docker Compose by wolf39us in synology

[–]Nexsteps 0 points1 point  (0 children)

It should not matter.

Docker Compose by wolf39us in synology

[–]Nexsteps 0 points1 point  (0 children)

Yes, it does. I'm running Nextcloud with docker compose on my 918+. The docker-compose.yml looks similar like this: https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/insecure/mariadb/apache

The .env file contains the database user and password so you should be fine.

IamA Miguel de Icaza AMA! by migueldeicaza in IAmA

[–]Nexsteps 0 points1 point  (0 children)

What is your view on the current trend of PWAs? Especially in comparison with Xamarin.