Rezorl
Rezorl
Unfortunately, it still doesn't work on iPhone.
> Openshift will run containers with a random user (which can be simulated with the -u flag in docker run). There is no possibility to define the user as an...
> > @MathiasVDA Any news? Have you found the solution? > > @Rezorl yes, we have created our own dockerfile and startup script based on docker.osgeo.org/geoserver > > The docker.osgeo.org/geoserver...
> > @MathiasVDA Thanks. Could you show what the changed/added files look like? > > @Rezorl Sure, here it is: https://gitlab.com/mathias.vanden.auweele/geoserver-openshift It works. Thank you.
> Witam@RezorlNie ma oficjalnego obrazu dokerowego Jmeter, Jmeter jest raczej narzędziem interfejsu użytkownika i nie ma standardowego sposobu korzystania z niego w środowisku dokerowym. > > Próbuję utworzyć niestandardowy, elastyczny...
the problem is when the service that hits the http server is injected into provideAppInitializer(() => {})
> [@Rezorl](https://github.com/Rezorl) How is this a bug in OpenLayers? the message from Google is quite clear; permission to use 3D and satellite tiles is denied In that case, how can...
> Have you found a solution? I'm experiencing a similar problem with the static API. Last week i could access satellite images but now all of a sudden I cannot...
@Yawarzy Did you try something like: ``` import {importProvidersFrom} from '@angular/core'; @NgModule({ providers: [ importProvidersFrom(provideKeycloak({ config: { url: 'keycloak-server-url', realm: 'realm-id', clientId: 'client-id' }, initOptions: { onLoad: 'check-sso', silentCheckSsoRedirectUri: window.location.origin...