Serhii Olendarenko

Results 10 comments of Serhii Olendarenko

Hey guys, what's with this PR? Is it going to be merged?

My server doesn't hang or crash, but the files are moved indeed while the database hasn't got updated.

Hi @soymadip, I'm not sure I fully understand the problem. Could you please maybe create a minimal example to demonstrate it?

@superlopuh 1. The search is case-sensitive, so if the link is `[[Calendar]]`, it will look for `Calendar.md`, but not `calendar.md`. 2. Please, attach a minimal example of the site you're...

@definitelythehuman This is already possible. But now, I cannot tell xmake to process _the same files_ with _two different rules_ via _two separate calls_ in the target, where each of...

@waruqi The approach with tags may also be used to pass certain artifacts between rules. For example, I have a rule that compiles shaders. One user may decide to put...

I don't think `target:data_set` is a good idea, since ideally I'd like my rules to be unaware of each other. But I'll try to utilize `set_values` for this purpose.

@waruqi > I don't have time to write documentation, you can directly look at the rule source code This is why I propose to make rules self-documenting.

@kernie I haven't changed this setting, and its default value is `skip` I believe.