Skip to content
View eliottrobson's full-sized avatar
Block or Report

Block or report eliottrobson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. graph-queryable graph-queryable Public

    GraphQL convention based Linq provider

    C# 1

  2. Boolean Expression Reducer Boolean Expression Reducer
    1
    /// <summary>
    2
    /// Reduces boolean expressions to improve performance with generated queries.
    3
    /// <example>
    4
    /// For example:
    5
    /// <code>
  3. Specification Expression Replacer Specification Expression Replacer
    1
    public interface ISpecification<T> where T : class
    2
    {
    3
        Expression<Func<T, bool>> Predicate { get; }
    4
    
                  
    5
        bool IsSatisfiedBy(T entity);
  4. SwiftUI Sticky Header SwiftUI Sticky Header
    1
    //
    2
    //  View+PositionSticky.swift
    3
    //  App
    4
    //
    5
    //  Created by Eliott Robson on 22/03/2024.