Stanislav Trifan

Results 13 issues of Stanislav Trifan

I'm getting: ``` java.lang.UnsupportedOperationException: JsonObject at com.google.gson.JsonElement.getAsString(JsonElement.java:191) at com.fatboyindustrial.gsonjodatime.DateTimeConverter.deserialize(DateTimeConverter.java:85) at com.fatboyindustrial.gsonjodatime.DateTimeConverter.deserialize(DateTimeConverter.java:44) at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:117) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:217) at com.google.gson.Gson.fromJson(Gson.java:814) at com.google.gson.Gson.fromJson(Gson.java:779) at com.google.gson.Gson.fromJson(Gson.java:728) at com.google.gson.Gson.fromJson(Gson.java:700) ``` For object with next...

I've tried to install Meslo font through brew and got: ``` brew tap homebrew/cask-fonts && brew install --cask font-meslo-nerd-font in bash at 15:50:05 Error: Cask 'font-meslo-nerd-font' is unavailable: No Cask...

Nice project. But there is a issue for using it for automation. It requires to have keyspace created before migration, but how to create keyspace itself if I'm interested just...

By having next definition: ``` public Parser DefineTerm() { ... var underscore = Char('_'); var atom = Letter.Or(underscore) .Then(LetterOrDigit.Or(underscore).ManyString(), (first, rest) => first + rest) .Select(x => (Term)new Atom(x)) .Labelled("atom");...

Hi having a project from scratch with REST Assured 5.3.0 and some of spring boot libraries. It's either something missing or conflicting with rest assured that non of logging functionality...

Current version of NixOS is 22.11 and the latest published is 18 I do believe is not so convenient to publish it manually. Can it be automated (or having it...

'using docker compose for https://github.com/dbpedia/dbpedia-lookup/tree/master/examples/dbpedia-lookup-search Overall started without errors, however once accessing http://localhost:{mapped port from docker} and getting `localhost didn’t send any data.`

It's kinda hard to contribute to this project at this point. Mostly because you cannot just open it in a IDE and run the tests without modifications. At least by...

Lack of usability for local dev/testing for CDH makes it almost unusable or irrational expensive. Is it possible to have a sample docker-compose sample for local development?

Could you please make the exception selfexplanatory? so I can fix the dependencies. Background: I've installed XCP-NG Center on linux via wine and is falling with an exception that it...