Maxim Liven
Maxim Liven
> > On a normal Multiplayer Server it seems to work fine > > Edit: Trying it with the pillar seed doesnt give me a result, collection bits by walking...
Exe Amidst version is still Java 1.8.0 required. And it doesn't load with only java 16 installed if you don't speficy it in cmd like that "java -jar ". I...
I've installed dependences and got this message ```Undefined symbols for architecture x86_64: "_opus_get_version_string", referenced from: _ogg_opus_open in libsndfile.a(libsndfile_la-ogg_opus.o) _ogg_opus_write_header in libsndfile.a(libsndfile_la-ogg_opus.o) "_opus_multistream_decode_float", referenced from: _ogg_opus_read_refill in libsndfile.a(libsndfile_la-ogg_opus.o) "_opus_multistream_decoder_create", referenced from:...
> In other words, what's `_algorithmFactory` which you passed at `WithAlgorithmFactory(_algorithmFactory)`? The first block of code in this issue. I've created instance of `ECDSAAlgorithmFactory` in DI.
> Hi! Thanks for reporting this issue. Can you please try the latest beta version? Let me know if it still behaves this way. The latest beta (10.0.0-beta4) doesn't solve...
> @MaxLevs to make the code little nicer, I've made a change in #437. Do you mind consuming the packages produced from [its build](https://dev.azure.com/abatishchev/OpenSource/_build/results?buildId=1235&view=artifacts&pathAsName=false&type=publishedArtifacts) to see if works for you?...
> First, as a workaround, what you can do is to register a [DelegateAlgorithmFactory](https://github.com/jwt-dotnet/jwt/blob/main/src/JWT/Algorithms/DelegateAlgorithmFactory.cs) instead: > > ```cs > return new DelegateAlgorithmFactory( > new ECDSAAlgorithm(publicKeyTask.Result, privateKeyTask.Result)); > ``` `ECDSAAlgorithm` constructor...
> @MaxLevs to make the code little nicer, I've made a change in #437. Do you mind consuming the packages produced from [its build](https://dev.azure.com/abatishchev/OpenSource/_build/results?buildId=1235&view=artifacts&pathAsName=false&type=publishedArtifacts) to see if works for you?...
Okay. First of all, I've cloned branch `delegate-factory-2` to my project and added as dependency. ```csproj ``` Second of all, I've added Factory to DI this way. > > ```cs...
And now I can get last changes from repo directly. But yeah, local source folder did work but `git pull` is easiest way.