Alexey Gulev

Results 509 comments of Alexey Gulev

Most of the time, it catches one extra byte. I think, in this case, it’s harmless (a false positive), and throwing the error itself breaks the game. In the very...

``` • The resource control disappears after a restart because the extension setting gets downgraded to an “unknown string” meta setting during project load, and that placeholder then wins over...

it's the same for the other types e.g. boolean

The problem is in the Round Robin LoadBalancer: https://github.com/defold/defold/blob/58d212a82be27393a8ea076ca8d76ca8f917cc51/engine/script/src/http_service.cpp#L429-L447 I think we should use job system used by dynamic fonts

``` editor.app_view$refresh_app_title_BANG_.invokeStatic.class java.lang.NullPointerException: Cannot invoke "clojure.lang.IFn.invoke(Object)" because "settings" is null at editor.app_view$refresh_app_title_BANG_.invokeStatic(app_view.clj:1795) at editor.app_view$make_app_view$fn.invoke(app_view.clj:1927) at editor.ui$__GT_timer$fn$fn.invoke(ui.clj:1968) at clojure.lang.AFn.run(AFn.java:22) at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456) at java.security.AccessController.doPrivileged(AccessController.java:399) at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) ```

One more callstack form https://github.com/defold/defold/issues/9596 : ``` editor.app_view$refresh_app_title_BANG_.invokeStatic.class java.lang.NullPointerException: Cannot invoke "clojure.lang.IFn.invoke(Object)" because "settings" is null at editor.app_view$refresh_app_title_BANG_.invokeStatic(app_view.clj:1793) at editor.app_view$make_app_view$fn.invoke(app_view.clj:1925) at editor.ui$__GT_timer$fn$fn.invoke(ui.clj:1959) at clojure.lang.AFn.run(AFn.java:22) at com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:456) at java.security.AccessController.doPrivileged(AccessController.java:399) at com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:455)...

and it's already works from inside editor if you open readme.md in the editor itself with such code: ``` [game.project](defold://open?path=/game.project) Add Library ✔ ```

> That's cool! But only inside editor. Is it possible in future to trigger these links from browser by user click? this is what the task about: registration of custom...

It should be better explained, and yes, we should provide release notes each time we suggest an update: [GitHub Issue #7186](https://github.com/defold/defold/issues/7186). Here's how it works in Defold: There are a...