Alan P

Results 8 comments of Alan P

What’s the current best way to upload from RN? Most comments here are old and they don’t seem conclusive. Couldn’t find anything in the official docs or SO either (except...

> same error with SQLDatabaseChain + ChatOpenAI > > ``` > db = SQLDatabase.from_uri("sqlite://...") > llm = ChatOpenAI(temperature=0) > db_chain = SQLDatabaseChain(llm=llm, database=db, verbose=True) > ``` Actually it was fixed...

@Urigo, RN can be made to work with hooks now, see this issue: https://github.com/facebook/react-native/issues/21967

A RC of RN with hooks was released today: https://github.com/facebook/react-native/releases/tag/v0.59.0-rc.1 We still need `react-native-web` to support it though.

Even better, it could also read the `.bib` name from [metadata blocks](http://pandoc.org/README.html#metadata-blocks).

Any news on this? Got same issue here, running OS X 10.9.2: ``` Building postgresql-libpq-0.8.2.6... Preprocessing library postgresql-libpq-0.8.2.6... dyld: Library not loaded: /usr/local/opt/postgresql/lib/libpq.5.6.dylib Referenced from: /private/var/folders/3f/zqnpxfzn4r147hdls9h9vkb80000gn/T/postgresql-libpq-0.8.2.6-21334/postgresql-libpq-0.8.2.6/dist/dist-sandbox-ea416cd3/build/Database/PostgreSQL/LibPQ_hsc_make Reason: image not found...

The output of pg_config is copied below: ``` $ pg_config BINDIR = /usr/local/Cellar/postgresql/9.3.3/bin DOCDIR = /usr/local/Cellar/postgresql/9.3.3/share/doc/postgresql HTMLDIR = /usr/local/Cellar/postgresql/9.3.3/share/doc/postgresql INCLUDEDIR = /usr/local/Cellar/postgresql/9.3.3/include PKGINCLUDEDIR = /usr/local/Cellar/postgresql/9.3.3/include INCLUDEDIR-SERVER = /usr/local/Cellar/postgresql/9.3.3/include/server LIBDIR =...

Running `config` and `build` manually I get this, which is really the original error message: ``` Alans-MacBook-Pro:postgresql-libpq alanpog$ runghc Setup.hs configure Configuring postgresql-libpq-0.8.2.6... Alans-MacBook-Pro:postgresql-libpq alanpog$ runghc Setup.hs build Building postgresql-libpq-0.8.2.6......