Serim Min

Results 4 issues of Serim Min

In ShaderGradient.propertyControls, `position` and `rotation` were defined as objects, but in the GradientT type, these were defined as individual properties (`positionX`, `positionY`, `positionZ`, `rotationX`, `rotationY`, `rotationZ`). This caused a type...

## Description Related to issue: https://github.com/samchon/typia/issues/1263 - add @ts-nocheck option ## Review point Could you evaluate whether the option name (`ignoreGeneratedTypeErrors`) aligns well with the existing naming conventions in the...

## What kind of change does this PR introduce? Related to issue: https://github.com/supabase/supabase-js/issues/1248 This PR expands MIME type support in the `_getExpectedContentType` function and adds MIME type validation during upload....

### Description related #116 - I added a conditional logging mechanism for debugging in the development environment.