K.I. (Dennis) Jung

Results 58 comments of K.I. (Dennis) Jung

@singingwolfboy thanks. I'm working on flask app, and auth server is custom one(implemented in golang): ``` ... app = Flask(__name__) @app.route('/') def main(): scopes = ['all'] auth_session = OAuth2Session(CLIENT_ID, redirect_uri=REDIRECT_URL)...

@RonBarabash hello~Is this working on progress?

@ysimonson yes, I've saw Python SDK, and it seems pretty simple to go on. Let me look around 🙏

@ysimonson hello I'm reviewing python-sdk to refer implementation. But it has been blocked as following ``` $ make init ... fatal: clone of '[email protected]:indradb/indradb.git' into submodule path '/Users/kination/workspace/oss/python-client/indradb_server' failed Failed...

@ysimonson oh, sorry. It was issue in my laptop. Thanks for quick feedback 🙏

I checked package inside, and it does not have `AdminConfig` in `admin.go`, different with master branch version: ```go type Admin struct { Config *qor.Config SiteName string I18n I18n menus []*Menu...

Seems Rust is being used for compiling...than isn't it okay to use Rust for native binding? https://github.com/neon-bindings/neon This is just a question...I'm new in here.

@garritfra seems right~thanks for comment 🙏

@garritfra great! Is `rio` to replace `pacakges/core/`part of this repository?

Seems this project are focused on 'take advantage of multiple CPUs and CPU cores (parallelism)', maybe you need to think about moving on...(not sure what will be the best option...)