James Lindsay

Results 104 comments of James Lindsay

Thanks for the bug report @Calsign. The algorithms in bézier-rs aren't particularly robust or performant. The original maintainers of the library implemented it as a university project and are no...

Hello @pbrinkmeier, thanks for your interest in contributing. As mentioned in the original issue text, this is already fixed by https://github.com/GraphiteEditor/Graphite/commit/218e9675fd2751ac588a8a6995ec045e00539fcb. I think this issue was more pertaining to @Keavon...

Hi @domin2ktr, You seem to be having a bit of trouble updating the ProcessSpeedModifier and OsmoregulationModifier. You might be interested to review the following patch: ```diff diff --git a/src/auto-evo/simulation/SimulationCache.cs b/src/auto-evo/simulation/SimulationCache.cs...

@domin2ktr I have created an updated diff that also alters the cell editor: ```diff diff --git a/src/microbe_stage/MicrobeEnvironmentalToleranceCalculations.cs b/src/microbe_stage/MicrobeEnvironmentalToleranceCalculations.cs index 429bc84c1..953d1ef02 100644 --- a/src/microbe_stage/MicrobeEnvironmentalToleranceCalculations.cs +++ b/src/microbe_stage/MicrobeEnvironmentalToleranceCalculations.cs @@ -1,6 +1,7 @@ using...

@domin2ktr the check failed because SimulationCache.cs line 547 has trailing white space.

Unfortunately vello only allows for setting the anti aliasing for the entire render. https://github.com/linebender/vello_svg/blob/43fe2d2d823890a7def1f81c9350b656d95588ae/src/lib.rs#L23

@KartikSharma0 The issue is with importing SVG files. Not PNGs. This is clearly stated in the issue title: «Importing SVG…». You have to press import and then select a SVG...

Well clearly there are no layers to export. You cannot find the bounding box of no layers. Altering this would require significant refactoring.

@Keavon closing because I'm not rebasing this yet again, I only just finished rebasing it the first time. Thanks.