André Pinto

Results 8 issues of André Pinto

I would like to deploy omnidb as a docker container with a preconfigured database connection and allow our users to use omnidb with this database connection, but without the possibility...

help wanted
question

I believe this is because this code assumes the presence of "bridge" https://github.com/testcontainers/testcontainers-python/blob/master/testcontainers/core/docker_client.py#L52 https://github.com/testcontainers/testcontainers-python/blob/master/testcontainers/core/docker_client.py#L48 which is not the case when the container runs in a specific docker network (possible to...

``` perfcollect collect sample-threadtime -collectsec 10 -threadtime Collection started. Collection will automatically stop in 10 second(s). Press CTRL+C to stop early. ...STOPPED. Starting post-processing. This may take some time. Generating...

``` # perfcollect collect sample-pid-threadtime -collectsec 10 -threadtime -pid 1 Collection started. Collection will automatically stop in 10 second(s). Press CTRL+C to stop early. ...STOPPED. Starting post-processing. This may take...

I followed the instructions in the readme, but I get this error when trying to run the container: > docker: Error response from daemon: failed to create endpoint X on...

https://github.com/alexo/wro4j/blob/1.7.x/wro4j-core/src/main/java/ro/isdc/wro/model/resource/locator/support/DispatcherStreamLocator.java#L106 is not a valid way to compute the servletContextPath. Consider: Request url: http://foo.bar:80/resources/some.css Servlet path: "" Location: /some_other.css The resulting request will be made to http://foo.bar:80/resources/some.css/some_other.css which is obviously...

NuGet ( https://www.nuget.org/ ) is becoming the mainstream way to publish library code. I think it would be useful for this library to be published there in order to facilitate...

Shouldn't this be marked as a field too: https://github.com/Ecwid/maleorang/blob/master/src/main/java/com/ecwid/maleorang/method/v3_0/lists/members/EditMemberMethod.kt#L36 in order to conform to: http://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#edit-patch_lists_list_id_members_subscriber_hash ?