🌝
You are very curious, aren't ya?
Fullstack dev, from Sicily with love.
Pinned Loading
-
MinMaxRangeAttribute: Unity custom p...
MinMaxRangeAttribute: Unity custom property drawer provides a user-friendly min-max slider for integer values in the inspector. It is useful for developers who need to set a range of values. The custom attribute and property drawer handle MinMaxInt class, ensuring that values are clamped within specified limits and displayed as a slider with editable fields for min and max values. 1using UnityEditor;
2using UnityEngine;
34[System.Serializable]
5public class MinMaxInt
-
Automatically expose all the ACF fie...
Automatically expose all the ACF fields to the Wordpress REST API in Pages and in your custom post types. 1<?php
2function create_ACF_meta_in_REST() {
3$postypes_to_exclude = ['acf-field-group','acf-field'];
4$extra_postypes_to_include = ["page"];
5$post_types = array_diff(get_post_types(["_builtin" => false], 'names'),$postypes_to_exclude);
766 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
Yaygunn/SBIG-Jam
Loading
Contribution activity
April 2025
16
contributions
in private repositories
Apr 11 – Apr 27