Thibault Van Win

Results 5 comments of Thibault Van Win

I removed the custom severity scale in favour of a dynamic severity field to make it more general. This makes it less tailored to our use case. Now, the severity...

Yes enum{1, 2, 3, 4} contains the only supported values here: I will try to finish the rest of the checklist before the next release.

Adding the `-v` flag, gives the following invocation ` "/usr/bin/ld" -pie -z relro --hash-style=gnu --build-id --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o pluto /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/bin/../lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/bin/../lib/gcc/x86_64-linux-gnu/9 -L/usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/bin/../lib/gcc/x86_64-linux-gnu/9/../../../../lib64 -L/lib/x86_64-linux-gnu -L/lib/../lib64...

I had the same problem. With me, the input directory contained other files than the replay files. Fixed the issue by making sure that the input directory only contained .replay...

I achieved something similar by using the "•" char. You can then make a row where the first cell only contains this bullet point. Example: ``` func getBulletPoint() core.Component {...