Martin Juul

Results 8 comments of Martin Juul

Just use the official cli https://1password.com/downloads/command-line/

Any progress on this issue?

@dustinbarnes I just had this issue, what fixed it for me is running the update as: `apk --update add --no-cache `

Have a look at the [ios](https://github.com/martin-juul/react-native-pjsip/tree/master/ios) platform implementation of the library for react native. It covers the integration part pretty well.

If you ran into the same problem as me, you would see this as the first log entry: `WARN: Postgres database is already configured. Remove the environment variable with root...

This is by default [HostComponent](https://github.com/ngneat/spectator/blob/defdeddbca73df6ca7642cd28e197281bb5c2c05/projects/spectator/src/lib/spectator-host/host-component.ts#L7) as can be seen in https://github.com/ngneat/spectator/blob/defdeddbca73df6ca7642cd28e197281bb5c2c05/projects/spectator/src/lib/spectator-pipe/options.ts#L20

The typing issue doesn't seem to appear if you use the library like this: ``` export function createLibrary(data: CreateLibraryRequest) { return apiFetch(route('api.library.create'), { method: 'POST', body: data, }) } ```...