Fabricio C Zuardi
Fabricio C Zuardi
> Tipo quais vantagens? Pelo seu post percebi que temos valores diferentes, entao tentar listar as vantagens do IRC sobre o gitter ou o slack é como tentar listar as...
aliás o bug sobre este assunto da mudança da comunidade react traz um resumo bom dos pros e contras de cada plataforma de chat https://github.com/reactiflux/volunteers/issues/25
Pode dar um exemplo?
O github comeu seu exemplo de xml, mas se entendi vc quer algo tipo o transform de JSX do [react](http://facebook.github.io/react/), que transforma tags em html e aplica comportamento definido em...
> This is the fix: https://gist.github.com/jeffreymeng/78bd7f6b0f301fa5ef04359cd512222b This patch worked for me (react-firebase-hooks + gatsby-plugin-firebase using for auth only)
What would be the best return for the exec.command in this case? Log the error and return an empty string? Log the error and return the exit status as a...
Out of curiosity, I went looking for the [forks of this project](https://github.com/grafana/xk6-exec/forks?include=active&page=1&period=&sort_by=stargazer_counts) and it seems that changing this is a popular motivator forforking. Some replace this `log.Fatal` with a `log.Print`,...
Even with a regular try/catch block this fails: ```js import { check } from 'k6' import exec from 'k6/x/exec'; export function setup (){} export function teardown (){} export default function(){...
maybe duplicate or similar than https://github.com/grafana/xk6-exec/issues/12