Louis Hong

Results 7 issues of Louis Hong

Stacktrace ``` Setting normalized color with a non-normalized color: RGBA(255.000, 255.000, 0.000, 1.000) UnityEditor.EditorGUI:ColorField(Rect, GUIContent, Color) FullInspector.Modules.ColorPropertyEditor:Edit(Rect, GUIContent, Color, fiGraphMetadata) (at Assets/FullInspector2/Modules/Common/Editor/CommonPropertyEditors.cs:233) FullInspector.PropertyEditor`1:FullInspector.IPropertyEditorEditAPI.Edit(Rect, GUIContent, Object, fiGraphMetadata) (at Assets/FullInspector2/Core/Editor/IPropertyEditor.cs:75) FullInspector.PropertyEditorExtensions:DoEditSlow(IPropertyEditorEditAPI, Rect,...

I'm trying to use vexe but the editor says multi-object editing not supported. I understand you wrote the same thing in your FAQs but I have no idea what multi-object...

Similar to Linux, the rpath is now set to @loader_path, the mac version of $ORIGIN on Linux. Now also moves *.dylibs (macs' version of dll) from lib to install.

Minor comments about evenness/oddness to help understandability.

This issue is for the external plugin: contextual Plugin version: 1.3.1 Hello, I'm looking to get in contact to work on new features and bug fixes for contextual-cursor. I could...

contextual-cursor

remap_region_to_platform hardcoded to use args[1] instead of args[argument_pos]. Ignores the argument_pos parameter unless it equals 1). all calls use `argument_pos=1`, currently not an issue.

https://github.com/DFHack/dfhack/blob/e3165854e80411eec584c74949c73000f2aa0dcb/library/lua/gui/widgets/containers/panel.lua#L497C1-L498C1 when `---@field resizable boolean` is set to true, `Panel_begin_drag` will be reached but `Panel_end_drag` will never be reached. ```lua function Panel:onRenderFrame(dc, rect) Panel.super.onRenderFrame(self, dc, rect) -- undocumented behaviour causing...