urbandroid
urbandroid
i checked curl https://fast.com from https://github.com/ddo/go-fast/blob/master/fast.go and it can connect to there too. $ snap info fast name: fast summary: Test your internet download speed from terminal. publisher: Ddo (ddooo)...
Do both snap and flatpak no problem, Appimage not easy to use. To question of why snap over flatpak i say take look at interfaces https://ubuntu.com/blog/a-guide-to-snap-permissions-and-interfaces vs https://docs.flatpak.org/en/latest/sandbox-permissions.html it is...
Google "class explosion" problem once you know that it is pretty clear what the problem is actually.
"CDI isn't a design pattern cookbook" i never said that it was. if you didn't understand the problem pass it to someone who does. to explain to problem to who...
"I assume that what you want is a use-site composition approach, so that each injection point can specify which decorators it wants applied. Do I understand it correctly?" Yes that...
I realized it was javax so javaee code base so i made some changes to run with Wildfly 31 https://github.com/urbandroid/graphql-example2/tree/jakarta10 i get this error any guess? > 05:29:27,601 INFO [stdout]...
Nevermind i found the cause and fixed it. https://github.com/urbandroid/graphql-example2/tree/jakarta10 But when testing it returns > "Failed to load API definition." > Fetch error > Not Found /openapi and when testing...
The thing never talked about on this subject is EJBs pooling and caching capabilities they make high throughput and increase efficiency, object creation cost paid only once, if EJBs going...
i have an idea for CDI should write it here or it isn't the correct place?
It is reasonable for specs to not change that much since it is what they are designed for. On the other hand short release cadence doesn't have to mean frequent...