Skip to content
Avatar
Block or Report

Block or report iAmWillShepherd

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.

Add an optional note:
Report abuse

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

Report abuse

Pinned

  1. Example project integrating OneSignal with Vue.js

    Vue 3

  2. 1
    Use the `const` keyword when you want to create a compile-time constant.  
    2
    Note that this value will be immutable.
    3
    
                  
    4
    ```dart
    5
    const color = 'Lava Orange';
  3. 1
    You can throw any valid object in Dart and still get a stack trace. Note that the stacktrace is independent from the error/exception.
    2
    
                  
    3
    ## Throwing a string
    4
    
                  
    5
    ```dart
  4. 1
    // Create intersection type to "extend" types by combining them
    2
    
                  
    3
    type BaseType = {
    4
        readonly id: string
    5
    }
  5. 1
    interface BaseType {
    2
      a: string
    3
      b: number
    4
      c: number[]
    5
    }

1,862 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2022

Created 1 repository

Created a pull request in OneSignal/.github that received 1 comment

Use relative references

Using a hard-coded link resulted in the old image being displayed. Using a relative link ensures that future revisions never have this issue.

+6 −6 1 comment
Opened 6 other pull requests in 3 repositories
OneSignal/.github 3 merged
OneSignalDevelopers/onesignal-rust-sample 1 open 1 merged
OneSignalDevelopers/onesignal-go-sample 1 closed
Reviewed 2 pull requests in 2 repositories
OneSignal/OneSignal-Flutter-SDK 1 pull request
OneSignal/OneSignal-Xamarin-SDK 1 pull request

Created an issue in desktop/desktop that received 4 comments

Diff additions and subtracts icon has too little right margin

The problem I noticed the diff addition/subtraction markers no longer have enough right margin Release version 3.0.8 (arm64) Operating system macOS…

4 comments
Opened 2 other issues in 2 repositories
OneSignal/OneSignal-iOS-SDK 1 open
OneSignalDevelopers/onesignal-go-sample 1 closed
9 contributions in private repositories Sep 1 – Sep 21

Seeing something unexpected? Take a look at the GitHub profile guide.