Skip to content
Avatar
😎
Working on TypeScript for Vaadin
😎
Working on TypeScript for Vaadin

Achievements

Achievements

Organizations

@irssiconnectbot @vaadin @vaadin-learning-center
Block or Report

Block or report Haprog

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. 1
    # Googlebot User Agents
    2
    
                  
    3
    \[2019-05-08] Update: Info on this page is now probably outdated. I might update this later. See: https://webmasters.googleblog.com/2019/05/the-new-evergreen-googlebot.html 🎉
    4
    
                  
    5
    ## User agent strings
  2. A small utility lib for working with the "hashchange" event and "window.location.hash". Makes it easy to define actions that happen when the user "enters" or "exits" specific URL fragments on the p…

    JavaScript

  3. 1
    /**
    2
     * Load the given script.
    3
     * (appends a new <script> tag to the end of the main document's <head> tag)
    4
     *
    5
     * @param {string}  src   URL if the script to be loaded
  4. 1
    // Returns a new function that will call the given "func" at most once every "wait" milliseconds.
    2
    // Based on debounce function from: https://davidwalsh.name/essential-javascript-functions
    3
    function rateLimit(func, wait) {
    4
      var waiting = false;
    5
      return function() {

239 contributions in the last year

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

Contribution activity

October 2021

Created 7 commits in 1 repository

Created an issue in vaadin/fusion that received 1 comment

Generated TypeScript is broken when there is an Endpoint with no public methods

Description of the bug When adding an endpoint class that has no public methods (e.g. if you forget to add the public keyword in front) the build w…

1 comment

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