Pinned Loading
-
KelvinCampelo/zero-decimal-currencies
KelvinCampelo/zero-decimal-currencies PublicZero-decimal currencies parse, useful for Stripe
-
localstorage-handler.js
localstorage-handler.js 1export const LOCAL_TIMESTAMP = "APP IDENTIFIER";
23export const has = key => !!localStorage.getItem(key);
45export const get = (key, defaultValue = null) => {
-
Just a wrapper function to handle ax...
Just a wrapper function to handle axios errors, based on https://github.com/axios/axios#handling-errors 1import axios from 'axios';
23export const handleAxiosError = (error) => {
4let errorDefault;
5 -
-
An simple class to compute pid with ...
An simple class to compute pid with ajustable parameters 1class PID:
2def __init__(
3self,
4Kp = 10,
5Ki = 1,
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.