Results 32 comments of Daniel Lidström

I think you can use Traefik (or another) to implement SSL. In fact someone has already [documented one way](https://techoverflow.net/2022/03/27/a-working-traefik-docker-compose-minio-setup-with-console/).

Det ser ut som att dokumentationen har genererats felaktigt. Kanske du kan ta en titt på det också?

Hi @m4r35n357 I have implemented my own neural network which handles the biases correctly. I'm not sure my description above is correct, but you can [check here](https://github.com/dlidstrom/NeuralNetworkInAllLangs/blob/main/C/neural.c) for my own...

Looks cool 😎 Good luck!

@mingodad Fantastic! Thanks for sharing :+1:

Or allow full access to JavaScript. I currently have these macros: ```json "macros": { "keyboardScrollDown": [ "cursorDown", { "command": "editorScroll", "args": { "to": "down", "by": "line", "revealCursor": true } }...

This project is only updated for now legacy .NET Core 3.1. So yes, unfortunately this project is outdated and does not work.

@AkosLukacs use a wrapper class instead, i.e. keep the db entities free of any logic, including equality comparison.

Good catch! That means F# records should be annotated with [ReferenceEquality](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-core-referenceequalityattribute.html) attribute in order to be used with YesSql.

No problem, I know this is your free time. Appreciate the effort you have made ❤️