Alexey Gulev

Results 408 comments of Alexey Gulev

Could you pls make a PR for `patch_3.4` file (we have a github action that rebuilds glfw)?

But as I understand it should be ON only in windowed mode, is it takes into account by `DwmIsCompositionEnabled` ?

The only diff between result files is : ``` group : "static2" len: 7 ``` vs ``` group : "static1" len: 7 ``` [2.txt](https://github.com/user-attachments/files/20739209/2.txt) [1.txt](https://github.com/user-attachments/files/20739208/1.txt) This issue similiar to https://github.com/defold/defold/issues/8286

I've tested on a couple op iPhones I have, and https://github.com/defold/extension-admob/releases/tag/3.6.0 works fine could you please provide logs?

try `idevicesyslog` https://www.perplexity.ai/search/how-to-install-and-use-idevice-9SeOtZ6OQby9EkxlB9mp9Q

I think lib should be added as dependency in [build.gradle](https://github.com/defold/extension-iap/blob/master/extension-iap/manifests/android/build.gradle) and included conditionally depends on option in game.project. See how it's implemented here for example: https://github.com/defold/extension-ironsource/blob/3da966da251d30e3e272e2f6a6649cbd11bf4676/extension-ironsource/manifests/android/build.gradle#L57-L61

maybe it's related? https://github.com/defold/defold/issues/3306

If we resolve this one, https://github.com/defold/defold/issues/3306 We will need to set up another folder for bundles we do from the editor (to keep the editor's artifacts untouched by bob) and...

> Does this happen in all projects or only in projects with a large amount of files? @Sublustris Please, provide requested info

``` editor.util$capitalize_STAR_.invokeStatic.class java.lang.NullPointerException: Cannot invoke "Object.toString()" because "s" is null at editor.util$capitalize_STAR_.invokeStatic(util.clj:36) at editor.util$capitalize_STAR_.invoke(util.clj:33) at camel_snake_kebab$convert_case.invokeStatic(camel_snake_kebab.clj:46) at camel_snake_kebab$fn$convert_case_STAR___13159.invoke(camel_snake_kebab.clj:76) at clojure.core$comp$fn.invoke(core.clj:2586) at clojure.core$comp$fn.invoke(core.clj:2586) at editor.properties$keyword__GT_name.invokeStatic(properties.clj:573) at editor.properties$label.invokeStatic(properties.clj:580) at editor.properties_view$create_properties_row.invokeStatic(properties_view.clj:882) at editor.properties_view$create_properties$fn.invoke(properties_view.clj:942)...