Shyam Jayakannan

Results 11 comments of Shyam Jayakannan

@mrDIMAS will decreasing the minimum size here help? https://github.com/FyroxEngine/Fyrox/blob/7de5a3107da2dfab180fd23f4c79b2542b466d70/fyrox-ui/src/scroll_bar.rs#L548-L555

> Good starter bug / help needed: on web, loading files uses `fetch_with_request`, which I don't think exposes any way of tracking how many bytes have been downloaded. If we...

@0HyperCube would it be alright to convert `bounding_box_snapping` and `geometry_snapping` to maybe enums in which the various fields of `BoundsSnapping` and `PointSnapping` are either activated or not. Right now both...

Would behavior like that in the video below be alright? https://github.com/GraphiteEditor/Graphite/assets/120047549/8b1cb1da-5310-480f-8823-c8dd5d6f2049 As can be seen in the video, earlier the cursor was snapping to Bounding Box edges, but turning it...

@Keavon will do. Should I make a separate PR or add commits to #1727?

Hello @Keavon and @0HyperCube . I have made changes that won't outline the hovered layers while using box selection and will outline them when simply hovering otherwise. However, as for...

@Keavon and @0HyperCube please review #1727 when free

@mkhan45 could you provide more context as to what you mean by default fields?

@juanbono there are three files (`versioned_constants.json`, `versioned_constants_13_0.json`, `versioned_constants_13_1.json`) in the folder that the link you tagged opened. which file are we to use for the value of constants? Also where...

**Here:** **I think it should be 'return' and not 'returns' here. This is from section 5.4(peek).** **Here too:** **I think it should be 'mutably' and not 'mutable'. This is from...