Evgeny Bovykin

Results 39 comments of Evgeny Bovykin

What helped me was going to Wine config in Lutris ![image](https://github.com/user-attachments/assets/2fd8173f-ab36-44c0-a44d-0165ab885f4e) and in graphics changing the `screen resolution` value ![image](https://github.com/user-attachments/assets/8e4b6a63-9fb6-4286-bece-e699931bf3a9) After that, Path of Building is rendered in a more...

@chbndrhnns thanks a lot for your contribution! Some of your changes are not covered by the new tests. Could you please add new tests to cover them?

@chbndrhnns Thank you! I merged the PR using our internal infrastructure and closed the related ticket. Thanks again for your contribution.

@Millione Hi. Should we start with the measurements? With the generation taking several seconds, a simple ```rust let start = Instant::now(); generate(); let duration = start.elapsed(); ``` should be precise...

@Millione @PureWhiteWu Hi. I couldn't find tests for the related builders, could you please point me to one if they exist? Otherwise, I changed one example to use the new...

@Millione Hi, I'm waiting for the reply here - https://github.com/cloudwego/volo/pull/510#discussion_r1819020976

@Millione As I mentioned, Windows cannot handle files that only differ by case. For `testService` and `TestService`, the generated files are considered the same, so the compilation fails.

We can do that, I'll try to implement it

@Millione Please see https://github.com/cloudwego/pilota/pull/280. I added a test as well

@Millione > gets merged, can you check out whether it works fine for here? The tests pass now > There are some structs generated in one file because of volo-build...