Stepan Vyterna

Results 9 issues of Stepan Vyterna

Haxelib server version which can automatically cache requested libraries and forward calls to a "parent" server when it's missing something. The purpose of this server is to be running in...

Removing parsing logic from request and using any string passed in as-is. This also remove the split of `Image` and `Tag` making the config a single string. (based on https://github.com/hellofresh/kangal/pull/222...

Use master and worker images for Locust runner if specified. This is very useful if using Locust Master and Locust Boomer workers.

Bump opentelemetry version

stale

Currently when using data provider test names and descriptions are always the same - it would be nice to be able to template the name or to specify custom one...

enhancement
hexUnit

Allow overriding mapping ids for instances - for example: ```xml ``` so then I can have a commands cleaner when working only with singletons - like this: ```haxe class MyCommand...

feature
priority high
hexInject
hexIOC

For example this is what happens when you do: `` instead of: `` ` C:\HaxeToolkit\haxe\lib\hexioc\0,7,0\src/hex/compiler/parser/xml/PositionTracker.hx:25: characters 38-54 : Invalid field access : from C:\HaxeToolkit\haxe\lib\hexioc\0,7,0\src/hex/ioc/parser/xml/XmlAssemblingExceptionReporter.hx:36: characters 127-177 : Called from C:\HaxeToolkit\haxe\lib\hexioc\0,7,0\src/hex/compiler/parser/xml/XmlCompiler.hx:479:...

bug
priority moderate
hexIOC

When creating a state machine the initial state is passed as a constructor parameter but "enter" event on that state is never triggered. One way to get around this is...

enhancement
priority moderate
hexState

I'd like to be able to use constant strings in DSL as IDs so I can easily reference them from code as well without having magic strings all over the...