Andras Csizmadia

Results 8 issues of Andras Csizmadia

Current: ``` private function set_sampleProperty(value:Dynamic):Void { _sampleProperty=value; } ``` Expected: ``` private function set_sampleProperty(value:Dynamic):Dynamic { _sampleProperty=value; return _sampleProperty; } ```

enhancement

Hi! I would like to have Your and the Community opinion about integrating Graphics drawing into Starling framework. While StarlingGraphics extension exists, I would like to have a well tested,...

Feature

When I try to process an es6 javascript exported function types are not generated from jsdoc. Test project: https://github.com/vpmedia/flow-jsdoc-issues

Details of the issue can be found here: https://github.com/getsentry/sentry-python/issues/2293

When I rename some of the default field names using `rename_fields={key:key}` they are logged at the end of the json output. **current behaviour:** Log output without rename fields: `{"asctime": "2023-02-21T22:02:12+0100",...

Error #3119: Database file is currently locked. at flexunit.framework::Assert$/fail()[C:\Users\mlabriola\Documents\workspaces\net\digitalprimates\opensource\fluint\FlexUnit1Lib\src\flexunit\framework\Assert.as:370] at tests.com.probertson.data::SQLRunnerCloseTest/testCloseAfterMixedExecute_executeModify_error()[C:\Work\classes_repo\github\air-sqlite\tests\tests\com\probertson\data\SQLRunnerCloseTest.as:275] at com.probertson.data.sqlRunnerClasses::PendingBatch/_finishError()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:240] at com.probertson.data.sqlRunnerClasses::PendingBatch/rollbackTransaction()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:223] at com.probertson.data.sqlRunnerClasses::PendingBatch/conn_error()[C:\Work\classes_repo\github\air-sqlite\src\com\probertson\data\sqlRunnerClasses\PendingBatch.as:210]

**Describe the bug** Using socket.io 4.8.0 server and socket.io-client 4.8.0 with native Node v21+ web socket transport I'm getting the following exception when the connection is closed between the client...

bug

Hello! We are using this package in our production environment for various services and it's a bit worrying that no releases has been done for a while (including security and...