Dylan Piergies

Results 6 comments of Dylan Piergies

Yes, what we actually need is a mode that produces styled text but still produces line-oriented output, i.e. doesn't try to move the cursor around to maintain progress bars, etc.

I'm trying to do the same thing. The repository that @mathieudevos mentions above contains a customised schema that more closely matches that of Active Directory, along with a slapd.conf that...

@obourdon To clarify, my intention here is to bootstrap a fresh container with the modified schema and configuration in a new image derived from osixia/openldap.

I've hit this as well, deploying my own model: ``` endpoint = PredictionEndpoint(MyModelServe, input_files=included_files, service_type='LoadBalancer', docker_registry='{}.dkr.ecr.{}.amazonaws.com'.format(AWS_ACCOUNT_ID, AWS_REGION), backend=BackendClass(build_context_source=build_context)) endpoint.create() ```

We have observed a similar, probably related, issue that can be reproduced as follows: ```java package org.example; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.assertThat; public class AssertJRecordBooleanTest { @Test void testAssertJWithRecord() {...

It might make sense to treat `record`s slightly differently, taking into account the implicit relationship between their fields and accessors, but ultimately it's a design decision for the AssertJ developers....