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.

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 1

  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
    }

2,147 contributions in the last year

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

Contribution activity

June 2022

Reviewed 2 pull requests in 2 repositories
OneSignal/OneSignal-Android-SDK 1 pull request
OneSignal/onesignal-vue 1 pull request

Created an issue in OneSignal/onesignal-ruby-api that received 3 comments

[Bug]: Unable to push notifications to users within segment

What happened? I built the following sample app to push notifications to all users within a segment, but unfortunately, I was unable to get it to w…

1 task done
3 comments
Opened 1 other issue in 1 repository
137 contributions in private repositories Jun 2 – Jun 26

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