Front-end Software Designer @ Solita
- Kaarina, Finland
-
07:52
- 2h ahead - @Haprog
Pinned Loading
-
hash-actions
hash-actions PublicA 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
-
A version of querySelectorAll() that...
A version of querySelectorAll() that also recursively looks into all shadow roots 1/**
2* A version of querySelectorAll() that also recursively looks into all shadow roots.
3* @param selector Selector
4* @param root (Optional) Scope of the query (Element or Document). Defaults to the document.
5* @returns
-
Utility methods for loading a script.
Utility methods for loading a script. 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
-
Rate Limiting JavaScript Function Call
Rate Limiting JavaScript Function Call 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
3function rateLimit(func, wait) {
4var waiting = false;
5return function() {
155 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
Haprog/repro-mf-invalid-arg-type,
fintraffic-design/fds-coreui-components,
fintraffic-design/fds-coreui-components-react
and 4 other
repositories
Loading
Contribution activity
March 2025
Reviewed 1 pull request in 1 repository
fintraffic-design/fds-coreui-components
1 pull request
-
feat: add message-circle icon
This contribution was made on Mar 9
2
contributions
in private repositories
Mar 3 – Mar 25