Sara

Results 7 issues of Sara

Helm install, the pgo deployment is crashing as follows: ``` time="2022-08-29T12:09:36Z" level=info msg="Starting EventSource" file="sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:165" func="controller.(*Controller).Start.func1" reconciler group=postgres-operator.crunchydata.com reconciler kind=PostgresCluster source="kind source: /, Kind=" version=5.1.3-0 time="2022-08-29T12:09:36Z" level=info msg="Starting EventSource" file="sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:165"...

**chemlib==2.2.3** ``` ----> 1 Compound('CuSO4').oxidation_numbers() File /opt/homebrew/lib/python3.10/site-packages/chemlib/chemistry.py:129, in Compound.oxidation_numbers(self) 126 left.remove(sym) 128 if len(left) > 1: --> 129 raise NotImplementedError 131 ox_nums[left[0]] = int(-current()/self.occurences[left[0]]) 132 return ox_nums ```

bug

**Description of the problem** X-Forwarded-For header not working tried ignore and ifmissing and in both cases I end up with the same haproxy.cfg: ```bash backend ... http-request set-header X-Original-Forwarded-For %[hdr(x-forwarded-for)]...

kind/bug
status/cannot-reproduce

**Describe your feature request** It'd be very useful to see record links displayed in the Designer pane same as edges. Maybe use unidirectional arrow for record links and bidirectional arrow...

enhancement

I have tried to overwrite it: ```python async def healthcheck(res: Response, _: Request, __=None): res.write_status(200) return res.end_without_body(True) def headers_mw(res: Response, _: Request, __=None): return res.write_header("Server", "myserver") basic_router = MiddlewareRouter(app, headers_mw)...

enhancement

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Make use of standard ssl verify options ssl.CERT_NONE ssl.CERT_OPTIONAL ssl.CERT_REQUIRED **Additional context** Allow for...

enhancement

### Describe the bug ``` "Parse error: Unexpected token '-' expected an identifier | 1 | {\"neg_not_working\": -1} | ^ " ``` See also #4520 ### Steps to reproduce ```...

bug
triage