Fotis Gimian

Results 123 comments of Fotis Gimian

Appears to be the same issue as https://github.com/FractalBoy/perl-language-server/issues/50 Adding `-nst` resolves the problem. Perhaps it may be worth adding to the README @FractalBoy? I'll close this one then 😄 Fotis

> I guess I hadn't considered adding -nst in the code. I can go ahead and do that. Thank you so much! 😄

Just wanted to re-open this as there seem to be multiple issues (at least for me). The `-nst` flag is the first. But even after that, PLS doesn't seem to...

> What about your VSCode settings? Your tab settings in VSCode are also taken into account when formatting. Thanks heaps for the reply. I've tried this with an empty VS...

Just a further thought, the current behaviour will likely cause conflicts with `[CodeLayout::RequireTidyCode]` in Perl Critic as PLS ultimately may not indent a file based on the `.perltidyrc` setting; but...

I think it would be great to have a `slim` variant of the official Go image; because while it's not required at runtime, it'll still be something that we use...

Just want to open one more point up for discussion. The only reason I needed the curve is to counteract the effect of `linear_f32_from_gamma_u8` which causes the result not to...

Rebased against `master` just now. Would love your feedback on the way alpha is applied as per my comment above and I can then adjust this PR. 😄

@emilk Really appreciate your feedback as it helped me understand the animation system further in egui and simplify the code heavily. I've pushed a new commit now which only leaves...

> Just my personal opinion: I do think your proposed behavior looks cleaner, but to me the current behavior is more readable at a glance. That is, I notice that...