Thiago Marinho
Thiago Marinho
Popstand is a Los Angeles based web and mobile software development company with decades of experience. We are well-versed in the art of the startup and build minimum viable products...
Improve README with some gifs showing how it works in practice. Clone the project, then: ``` ~/Developer/ast-i18n> yarn start --src=/home/user/Developer/project_that_u_want_put_i18n/src ```
I'm trying to deploy on Heroku Dockerfile with hasura folder with metada/migrations without success: ``` # FROM hasura/graphql-engine:v2.6.0 FROM hasura/graphql-engine:v2.0.4.cli-migrations-v3 COPY ./hasura/migrations /hasura-migrations COPY ./hasura/metadata /hasura-metadata WORKDIR / # Enable...
Nice work coding something coll. I would like to know the difference between this lib from Events? Thanks
# IA Meme Generator Bolha Dev Sibs Server Idea: Each 30 minutes, the backend should create memes using **text** and **image** about _bolha tech_, using the IA, then send it...
what about cache? how does the website invalidate the cache? _Originally posted by @sibelius in https://github.com/sibelius/ccsseraphini/issues/433#issuecomment-1098104443_
- once the user is logged in to the app, they can do RT
- once the users is logged in to the app, they can give Like
``` import * as React from 'react'; import * as ReactNative from 'react-native'; type Constructor = new (...args: any[]) => T; type SliderReferenceType = | (React.MutableRefObject & React.LegacyRef) | undefined;...