Fantasy

Results 13 comments of Fantasy

maybe it can be like below, use [config](https://docs.npmjs.com/files/package.json#config) in package.json ```json { "name": "es4x-demo", "version": "1.0.0", "private": true, "description": "A barebones es4x application", "main": "index.js", "keywords": [], "author": "", "license":...

may also need to modify the Main-Verticle in MANIFEST.MF. because there may not be a dist directory on the server.

[then of io.reactiverse.es4x.Thenable](https://github.com/reactiverse/es4x/blob/develop/es4x/src/main/java/io/reactiverse/es4x/Thenable.java#L37) Maybe should return new Future. ![image](https://user-images.githubusercontent.com/9549027/169078407-cf6c575e-d056-4f36-90a7-88387c8fad3a.png)

> [then of io.reactiverse.es4x.Thenable](https://github.com/reactiverse/es4x/blob/develop/es4x/src/main/java/io/reactiverse/es4x/Thenable.java#L37) Maybe should return new Future. > > ![image](https://user-images.githubusercontent.com/9549027/169078407-cf6c575e-d056-4f36-90a7-88387c8fad3a.png) I tried to modify it, but the problem was not simple.😣https://promisesaplus.com/#the-then-method

I try to implement this with native promises. I testing. ```java @Override public Value then(Value onResolve, Value onReject) { try { return JavaScript.createPromise(context, (_resolve, _reject) -> { Consumer onResolveNext =...

我试了一下,虽然提示失败了,但是不影响使用。 但是样式会丢失,需要手动在angular.json的build.styles加一行就正常了。 ```js "node_modules/ng-zorro-antd-mobile/src/ng-zorro-antd-mobile.min.css" ``` 等解决之前只能先这样了。

> Thanks @rstirling, it does. Have you solved this problem?I can't open this link。😣

Error Log view [1.log](https://github.com/dbeaver/dbeaver/files/10137276/1.log)

I didn't change any fonts. What fonts are used in dbeaver's dashboard?

I found the problem.I installed dbeaver from the Microsoft Store.