Sascha-Oliver Prolić

Results 147 comments of Sascha-Oliver Prolić
trafficstars

@xrviv Can you try this? Change `devbuild.sh` on line 2: ``` RUN="docker run -it --env ARCH=x86_64 -v ${PWD}:/app -w /app prolic/futr-dev:latest" ```

If you want to take over this project, it would be a relief to me, as I don't have the time to continuously work on all of those open source...

Those are just warnings and no errors, you can just ignore those. Do you have any relays setup in the relay management?

Verify you have a `relays.ft` file next to your futr binary. The content should look like this: ```json [{"uri":"ws://localhost:2700","info":{"writable":true,"readable":true}},{"uri":"wss://nostr.rocks","info":{"writable":true,"readable":true}}] ``` (Feel free to modify the list of relays of course.)

I am still working on this one. See the title WIP (Work in Progress).

Sorry for being so late. My initial goal to complete this is way beyond. Actually, it should be ready to merge, however I would like to make further additions, but...

@Narvalex Thanks for your question. You can see the comment here: https://github.com/EventStore/ClientAPI.NetCore/blob/master/src/EventStore.ClientAPI.NetCore/ExpectedVersion.cs#L13 which obviously claims something different then the code, and second, you can check the server implementation here: https://github.com/EventStore/EventStore/blob/master/src/EventStore.Core/Data/ExpectedVersion.cs...

:+1: :exclamation:

Didn't we had this discussion already? I would always only inject a connected resource. The same way, as I would never inject a closed PDO connection somewhere.