Dmitry Maganov

Results 40 issues of Dmitry Maganov

1) `fib.js` [default export](https://github.com/Geequlim/ECMAScriptDemos/blob/ca86889abfcd5518ed49b8f3eacf9fc4cefd91d4/worker/fib.js#L1) is `fib` function and not a godot class, so every time the file is loaded i get an error message "modules/ECMAScript/ecmascript.cpp:92 - JavaScript Error". Is this...

bug
investigation

I'm writing gdnative haxe (hashlink) bindings and after update to 3.3 encountered problems with registering the library. There are [calls](https://github.com/HaxeFoundation/hashlink/blob/4c4de37d49cf0ed66b47d20d380fe95bc1bc3ec0/src/module.c#L360) to `dlopen` in hashlink with relative paths and without [`allow-dyld-environment-variables`](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_cs_allow-dyld-environment-variables)...

There are [`default_args`](https://github.com/godotengine/godot-headers/blob/4bae481fc305639a076a69485bed37679149bd32/nativescript/godot_nativescript.h#L186), [`num_default_args`](https://github.com/godotengine/godot-headers/blob/4bae481fc305639a076a69485bed37679149bd32/nativescript/godot_nativescript.h#L185) in `godot_signal` and [`default_value`](https://github.com/godotengine/godot-headers/blob/4bae481fc305639a076a69485bed37679149bd32/nativescript/godot_nativescript.h#L178) in `godot_signal_argument`. Based on source code for [`godot_nativescript_register_signal`](https://github.com/godotengine/godot/blob/c7b97f077a0f62d9e280adbddddc901f35e4f40f/modules/gdnative/nativescript/godot_nativescript.cpp#L162) (link to master, there are no changes to relevant part in question since third...

bug

Question about `api.json`: Why enum types are presented as such only in `return_type` and shown as `int` everywhere else? Random example: `OS` has [`screen_orientation`](https://github.com/godotengine/godot/blob/87aa694ae5003af797b3a1de56f6d4579997bb47/doc/classes/OS.xml#L1093) property with type of enum `OS.ScreenOrientation`,...

bug

The idea is that unless a context object is returned from the call hooks that modify context returning properties other than `result` (like `statusCode` and `dispatch` or other custom ones)...

[](https://issuehunt.io/r/sindresorhus/globby/issues/86) Currently only gitignores from cwd and down are taken into account for gitignore filtering. What about those who are higher in a hierarchy? Use case: monorepo repositories (like babel...

enhancement
help wanted
:dollar: Funded on Issuehunt

**1.** `fromErrorHooks` vs `.map(fromErrorHook)`: Initially there were only `fromErrorHooks` which were backwards compatible with feathers 4 error hooks - they all run in a single `catch()` call, so if one...

Fixes #1

Hi, thanks for library. Found some problem in `SVGData`. I had simple path and when i loaded it with `.Path` everything worked fine, but when i manually called `.Line` and...

So right now it is impossible to do this style for brackets: ```haxe var x = []; var y = [ 1 ]; ``` Ideally it can be done by...

enhancement
whitespace