Lance Clark

Results 4 issues of Lance Clark

I wanted the ability to append content to the viewport without maintaining content externally and resetting the content every time the content changed. What I ended up doing was taking...

enhancement

I needed this in one of my projects, and I thought that others might benefit from this.

I'm getting an error trying to build lnp-forge: [myhost:~/Projects/lnp-forge] me % ./configure --prefix=$PWD && make install checking build system type... x86_64-apple-darwin19.6.0 checking host system type... x86_64-apple-darwin19.6.0 checking for a BSD-compatible...

enhancement
help wanted

### Describe the bug With an async client built with the following code, ... ``` S3AsyncClient.crtBuilder() .httpConfiguration( S3CrtHttpConfiguration.builder() .proxyConfiguration( S3CrtProxyConfiguration.builder() .build() ) .build() ) .credentialsProvider(credProvider) .region(region) .endpointOverride(endpointUri) // URI.create("http://10.193.72.200:9000") .build();...

bug
response-requested
p2