Paulo Rodrigues

Results 7 issues of Paulo Rodrigues

**Describe the new feature you'd like** Many times we have to mask input values for better UX. VueFormulate already have really good features and be able to mask a value...

feature request
suggestions welcome
future

Hello! This function brakes on server side because obviously `navigator` api isn't part of the NodeJS, but given the name of the function `isGeolocationSupported` isn't supposed to verify exactly this...

help wanted
discussion

In case that isn't possible, Anyone has any idea how can I use nbind without having the source code? Thanks!

Hi, i'm using this package for while and looking at the code and dependencies can't figure out why the final bundle has 79.5kb minified. Can someone help me to figure...

3.0

How can I add a literal string to the format string? For example: `dddd, DD [de] MMMM [às] HH:mm` The parts with brackets are literal, doesn't have to be converted....

enhancement

I'm getting this error when trying to call the validate function `validate_js_1.default is not a function` I'm importing the lib like this `import validate from 'validate.js'` and calling it this...

``` export function onBootstrap(appRef: ApplicationRef, transferState: TransferState) { return () => { appRef.isStable .filter(stable => stable) .first() .subscribe(() => { transferState.inject(); }); }; } ``` Is this garanteed? I have...