GithubHelp home page GithubHelp logo

Comments (18)

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi, no. The server still contains proprietary code that I need to be factored out. Still didn't find any time to do this.

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

@KlausSchaefers Does quant-ux support internationalization?

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Yes!

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

@KlausSchaefers

  1. How to change language?
  2. Does quant-ux support privatization Deployment?

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi,

  1. currently there is only english, so there is no need to change the language. Once there is a another language, one can enable language switching

  2. Yes, Why?

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

@KlausSchaefers

  1. I want a Chinese version.
  2. It's too slow beacuse of the GWF. Eh, I mean I will wait for the opensource of server.

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi,

  1. would you be willing to contribute the Chinese translation?

  2. I will focus my efforts now on building a desktop version based on electron. Would this be a solution for you? The open source release of the server might still take some time...

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024
  1. I will, but I work in alibaba-inc and it's a 996 schedule, so maybe I also cannot find enough time.
  2. Does the desktop version need access your server?

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi,

no that idea is to make it work without the server.

I will keep you in the loop.

Klaus

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

Ok. Thx

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi, please checkout https://github.com/KlausSchaefers/qux-java. If you have any issues, please let me know.

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

@KlausSchaefers Awesome. thx.

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

@KlausSchaefers I have made it work with localhost devServer proxy yesterday, the code is beautiful.
image
But I also encountered some problems.

  1. I have to add max.users option to make backend work.
    image
  2. When server starting, there is a VertxException warning log.
    image
    image

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Hi,

great that you got it working!

I thought I had removed the "max.uxers"... Strange. The test cases do do not fail or? I will check later.

The thread blocking is caused because during server boot I read some files using the blocking FileAPI. This can take some time, because VERTX, when started from the far-jar, copies all files into a temp folder. Also, disk speed can contribute to the issue. As this happens only once during server start, it is not a big issue. One could made the code async, or put it in a blocking call.

Could you in the future raise issues in the qux-java repo? THX!

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

Check the latest commit. The max.users should have been removed.

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

Ok. Sry, I did not pull latest code.

from quant-ux.

KlausSchaefers avatar KlausSchaefers commented on July 17, 2024

I added some code to load the mail templates blocking, please check if this helps.

from quant-ux.

jianzhichun avatar jianzhichun commented on July 17, 2024

Yes, it helps. 👍👍👍

from quant-ux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.