Skyler Parrti

Results 6 issues of Skyler Parrti

Due to the way sobelow checks for vulnerabilities, it reads the raw code into a string and converts the string code to elixir AST: https://github.com/nccgroup/sobelow/blob/26589a56dcc6b688d107704ecc6ab8ab437668b0/lib/sobelow/config.ex#L80 https://github.com/nccgroup/sobelow/blob/8702702444397a7df7d8ffeeac3678247519ef06/lib/sobelow/parse.ex#L41 Meaning that it analyzes...

enhancement
backlog

Using hxcpp 4.0.19. When trying to compile ``` class EitherSupport { public static function getValue(e: Dynamic): Void { } } ``` I get a compilation error on cppia ``` Error...

I'm getting this error when running on iOS: ExecutionEngineException: Attempting to JIT compile method 'Array`1:Array_cast ()' while running with --aot-only. How did you guys work around this error when developing...

Gives the ability to use defined symbols within SVG and use repeatable patterns.

Given this SVG: ``` ``` expected outcome: ![img](https://s3.amazonaws.com/kjljiolkjm/2.png) got: ![img](https://s3.amazonaws.com/kjljiolkjm/1.png) running: haxe 3.4.7 openfl 8.8.0 lime 7.2.1 svg [master]

enhancement

When rendering with 2D and 3D cameras, the results would be very unpredictable. Adding the filter fixed the issue.