Results 107 comments of Felipe Lima

I'm actually having the same issue on big sur but the workaround above didn't fix it for me https://github.com/timescale/timescaledb/issues/2690 Also I have homebrew installed in `/opt/homebrew` though

Actually nevermind, that did work, just hadn't created the symlink properly. `/opt/homebrew/Cellar/postgresql@12/12.5/include/server` did the trick 👍

Also for the record, stuff like `timescaledb_move.sh` and `timescaledb-tune` don't work well with a nonstandard homebrew installation path (eg.: `/opt` instead of `/usr`), so you have to set up some...

> [react-native-community/discussions-and-proposals#671](https://github.com/react-native-community/discussions-and-proposals/issues/671) this issue says that after adding namespace, you should delete package definition from `AndroidManifest.xml` file. Is this change not necessary? yup that change is also necessary

This issue continues happening for us with typeORM v0.3.20

`afterTransactionCommit` doesn't include the `entity` or `entityId` fields, like `afterInsert` and `afterUpdate`, for example. How am I supposed to know which record was modified during the transaction (if any)?

> FYI the loader.mjs workaround prevented the error in my project, but also stopped traces from being sent. The way I was able to fix this was by importing the...