Vincent S Chen
Vincent S Chen
This line doesn't seem to be affecting the line width: https://github.com/lapfelix/ARKit-line-drawing/blob/master/ARKitDraw/ViewController.swift#L77 Do we have all the necessary imports/packages?
## Is your feature request related to a problem? Please describe. It's been helpful to think about an `op_sequences` in `MultitaskClassifier` as a path through network modules for each task....
I was trying the `SQLDatabaseChain`: ``` db = SQLDatabase.from_uri("sqlite:///../app.db", include_tables=["events"]) llm = OpenAI(temperature=0) db_chain = SQLDatabaseChain(llm=llm, database=db, verbose=True) result = db_chain("How many events are there?") result ``` but was seeing...
click (`c`) and type submit (`t`) aren't working as expected. page goto URL (`g`), page up (`u`), page down (`d`) seem to work fine. anyone else?