Miguel Serrano

Results 12 issues of Miguel Serrano

It would be really useful to support translations to other languages. https://react.i18next.com/ is a reasonable option given the current tech stack

t:feat
help wanted
s:ui

As described in [Use services and databases in Bitbucket Pipelines](https://confluence.atlassian.com/bitbucket/use-services-and-databases-in-bitbucket-pipelines-874786688.html)

help wanted

Currently `docker` commands are run with `--rm` option, that destroys the container after execution. A `--keep-container` will not destroy the containers, which is useful for debugging purposes.

enhancement
good first issue

After #19 was fixed, this no longer breaks the builds, but builds are executed sequentially. They should be executed in parallel.

enhancement

Currently the execution environment doesn't support running docker commands against a docker daemon. Potentially we can use a local Docker daemon and add support as described in [Run Docker commands...

help wanted

- Create standalone binary - Create brew formula - Upload in every deployment

help wanted

As in: ``` options: size: 2x # all steps in this repo get 8GB memory pipelines: default: - step: size: 2x # or configure at step level script: - ......

help wanted
good first issue

I have a grunt watch task that seems to be working with other devs on my team, and for the most part works for me. HOWEVER it only seems trigger...

`req.connection`, an alias of `req.socket` can be null, causing a null pointer exception when reconstructing a request URL. See https://github.com/jaredhanson/passport-oauth2/issues/183

`req.connection` (deprecated alias of `req.socket`, see https://github.com/jaredhanson/passport-oauth2/issues/178) can be `null`, causing a null pointer exception when reconstructing a request URL. See upstream discussion in https://github.com/nodejs/undici/issues/1115 and https://github.com/nodejs/node/issues/41011.