Sebastián Magrí

Results 8 issues of Sebastián Magrí

We're constantly getting errors from `from_value` like this one: ``` Error: internal error in native module: Failed to process input campaigns chunk: Err or(Msg("invalid type: unit value, expected a string"),...

When using both `postgresql` and `flink-connector-postgres-cdc` in a project as follows: ``` org.postgresql postgresql ${postgresql.version} org.apache.flink flink-connector-jdbc_${scala.binary.version} ${flink.version} com.alibaba.ververica flink-connector-postgres-cdc 1.1.0 ``` I'm getting this output during build/packaging: ``` [WARNING]...

question
discussion

Under some pressure, we start seeing this and the cache stops adding new entries. Any guidelines on troubleshooting this?

bug
help wanted

Seems like by default logs collection is not enabled when using the docker image without changes, and there's no environment variable or command switch to enable them.

Would like to have the possibility to get an enumerable directly from epgsql:start_replication for use with the `Stream` facilities in Elixir. Is there a way to have this currently? Would...

- [x] I have searched the [issues](https://github.com/recharts/recharts/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/clever-tdd-vqgyh7?layout=%257B%2522sidebarPanel%2522%253A%2522EXPLORER%2522%252C%2522rootPanelGroup%2522%253A%257B%2522direction%2522%253A%2522horizontal%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522id%2522%253A%2522ROOT_LAYOUT%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522UNKNOWN%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522clq83htyh00062e69m1v1lm3g%2522%252C%2522sizes%2522%253A%255B100%252C0%255D%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522EDITOR%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522EDITOR%2522%252C%2522id%2522%253A%2522clq83htyh00022e6943t6u1ck%2522%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522direction%2522%253A%2522horizontal%2522%252C%2522id%2522%253A%2522SHELLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522SHELLS%2522%252C%2522id%2522%253A%2522clq83htyh00032e69uwi7rsjf%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%257D%252C%257B%2522type%2522%253A%2522PANEL_GROUP%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522direction%2522%253A%2522vertical%2522%252C%2522id%2522%253A%2522DEVTOOLS%2522%252C%2522panels%2522%253A%255B%257B%2522type%2522%253A%2522PANEL%2522%252C%2522contentType%2522%253A%2522DEVTOOLS%2522%252C%2522id%2522%253A%2522clq83htyh00052e69yfxg9idn%2522%257D%255D%252C%2522sizes%2522%253A%255B100%255D%257D%255D%252C%2522sizes%2522%253A%255B50%252C50%255D%257D%252C%2522tabbedPanels%2522%253A%257B%2522clq83htyh00022e6943t6u1ck%2522%253A%257B%2522id%2522%253A%2522clq83htyh00022e6943t6u1ck%2522%252C%2522tabs%2522%253A%255B%255D%257D%252C%2522clq83htyh00052e69yfxg9idn%2522%253A%257B%2522tabs%2522%253A%255B%257B%2522id%2522%253A%2522clq83htyh00042e69bg5et21s%2522%252C%2522mode%2522%253A%2522permanent%2522%252C%2522type%2522%253A%2522UNASSIGNED_PORT%2522%252C%2522port%2522%253A0%252C%2522path%2522%253A%2522%252F%2522%257D%255D%252C%2522id%2522%253A%2522clq83htyh00052e69yfxg9idn%2522%252C%2522activeTabId%2522%253A%2522clq83htyh00042e69bg5et21s%2522%257D%252C%2522clq83htyh00032e69uwi7rsjf%2522%253A%257B%2522tabs%2522%253A%255B%255D%252C%2522id%2522%253A%2522clq83htyh00032e69uwi7rsjf%2522%257D%257D%252C%2522showDevtools%2522%253Atrue%252C%2522showShells%2522%253Afalse%252C%2522showSidebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D) ### Steps to reproduce Use a...

question

I'm getting the following error when trying to create an app using this cartridge: ``` Creating application 'hhvmtest' ... mkdir: cannot create directory '/var/lib/openshift/53b609aa65fe3fde4600001c/nginx-hhvm//usr': Permission denied ```