Ivan Gagis

Results 42 issues of Ivan Gagis

- add shader for per pixel luminance modulating the given color. - add shader for alpha texture and given color.

task
minor

LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library

bug
minor

do

task
major

### Description Recently, my build started to fail with the following errors: ``` error: 'void* __builtin_memcpy(void*, const void*, long long unsigned int)' offset [16, 19] is out of the bounds...

bug

enhancement
help wanted
patch welcome

Missing elements: switch, style, text, tspan, tref, textPath, altGlyph, altGlyphDef, altGlyphItem, glyphRef, marker, color-profile, clipPath, feDistantLight, fePointLight, feSpotLight, feComponentTransfer, feConvolveMatrix, feDiffuseLighting, feDisplacementMap, feFlood, feImage, feMerge, feMorphology, feOffset, feSpecularLighting, feTile, feTurbulence,...

enhancement
help wanted
patch welcome

**Describe the enhancement** Add support of `if:` property to `jobs..services.` to start services only in case a condition is met. **Code Snippet** ```` jobs: my_job: services: my_service: if: ${{ some...

enhancement