faberchri

Results 4 comments of faberchri

Created a [fork](https://github.com/faberchri/fast-data-dev) with the required [changes](https://github.com/faberchri/fast-data-dev/commit/753da93c50187ac3d65d7f0bcca8b2d2af650090) to run on arm64 / Apple M1. Execute the following sequence of commands: ``` git clone https://github.com/faberchri/fast-data-dev.git cd fast-data-dev docker build -t faberchri/fast-data-dev...

> I have created a minimal next-js + react-pdf codesandbox and everything works fine with current version, look > https://codesandbox.io/s/react-pdf-next-js-y4ev2 @jeetiss Thanks a lot for your example! I updated it,...

The following procedure worked for me on: - MacBook Pro M1 - macOS 12.2.1 Monterey - rocksdb 6.29.3 Install `rocksdb` with `brew`: ``` brew install rocksdb ``` Use `brew` to...

Regarding [my previous comment in this thread](https://github.com/twmht/python-rocksdb/issues/47#issuecomment-1050775030): > The following procedure worked for me on: > > MacBook Pro M1 > macOS 12.2.1 Monterey > rocksdb 6.29.3 > Install rocksdb...