Eric

Results 247 issues of Eric

The following XML tags function as expected: ``` ``` However, there is an issue with this; if the user has omitted these compile flags and simply uses the default `lime...

As it stands, the configuration for the ElectronBrowserWindow created by lime in `ElectronSetup` cannot provide certain additional parameters needed by the user. Notably, additional `webPreferences` cannot be overridden, meaning that...

Versions: ``` Haxe: 4.1.5 OpenFL: 9.1.0 CrashDumper: git CPU: Name=Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz GPU: Name=NVIDIA GeForce GTX 1070,DriverVersion=27.21.14.6611 Mem: TotalVisibleMemorySize=16734280 OS: Microsoft Windows [Version 10.0.19042.1165] ``` Steps to...

There are a variety of file formats available for storing and using translations, and Firetongue should support more of them. This checklist is based on the list of file formats...

As more and more features are added to the library (for example #42), additional parameters will be added to the `init()` function and it may become unworkable. Redo the function...

Assume the use case where a user has a project with many existing strings and wants to find places they may have missed while translating. A debug option to help...

My current existing projects create resources and functions using the Serverless Framework, which generates a CloudFormation template based on YML. I would like to be able to integrate SCAR into...

Initializing the lambda function with defined subnets and security groups should be possible by adding support for an optional `VpcConfig` object in https://github.com/grycap/scar/blob/99a8cb250ecfe60cbc182d8ebd55d9b6b1dbc683/scar/providers/aws/lambdafunction.py#L52 Example: The following configuration: ``` functions: aws:...

The following error occurs during compilation of any project which includes `hx.concurrent.lock.RLock`, even a minimal one., ``` Error: ./src/hx/concurrent/lock/RLock.cpp: In static member function ‘static Dynamic hx::concurrent::lock::RLock_obj::__CreateEmpty()’: ./src/hx/concurrent/lock/RLock.cpp:47:49: error: invalid new-expression...

Certain video file formats (such as WEBM) have support for an alpha color channel. This results in the channels with lower alpha values being rendered with transparency. This would allow...

enhancement