Michael Schmidt
Michael Schmidt
> specifically "BLEND IMAGES" node is slow I already optimized the node quite a bit in the past, so it should be fast. Could you make an issue for this...
Thanks for the example. Will investigate.
> a shadow could be applied to an image with alpha, with some gaussian blur and some displacement This is all possible now. > then stamp a logo near a...
@skyport Could you please attach Chainner's logs? In the menu, go *Help > Open logs folder* and you'll see a 2 log files.
Errors inside the iterator shouldn't cause the percentage to get stuck though.
Sample project: [sample.zip](https://github.com/Galarius/vscode-opencl/files/4113575/sample.zip) The output of `opencl: custom build absolute` will this: ``` > Executing task: ioc64 -cmd=build -input="c:\Users\micha\Downloads\sample\cl\main.cl" < OpenCL Intel(R) Graphics device was found! Device name: Intel(R) HD...
I tried you suggestion and after some trial and error I present this: ```json { "type": "shell", "label": "opencl: custom build relative", "command": "ioc64", "options": { "cwd": "${workspaceFolder}/cl" }, "args":...
> Does it include details on which of the conflicting fixes will be chosen? Yes. If two of my rules produce fixes that conflict, then I'd like to know which...
I have a few questions: 1. Will this also support `on` in the root config [like in XState](https://xstate.js.org/docs/guides/hierarchical.html#:~:text=POWER_OUTAGE:%20{%20target:%20'.red.blinking'%20},)? 1. Will this support [infinite nesting](https://xstate.js.org/docs/guides/hierarchical.html#:~:text=infinitely%20nested) (= arbitrary nesting depths)? 1. Related:...
Sorry for the delay. > Points 1, 2, 6 👍 > > 3. Can nested states transition into parent states? E.g. can `red.wait` transition into `green`? > > Yes. It...