Vinh Le

Results 25 issues of Vinh Le

Please check this charmap to support other languages like Vietnamese, Romanian... https://github.com/dodo/node-slug/blob/master/slug.js

Currently, if I run this command ``` GITHUB_AUTH= lerna-changelog --tag-from v0.0.1 ``` It will combine all PRs into the latest release. Example current version is v0.0.9, it will combine all...

## Steps to reproduce - Set env ``` env: GO111MODULE: on ``` ## Found `PATH` is empty.

Does anyone have `asciinema` theme configuration for Iterm2? ```css .asciinema-theme-asciinema .asciinema-terminal { color: #cccccc; background-color: #121314; border-color: #121314 } .asciinema-theme-asciinema .fg-bg { color: #121314 } .asciinema-theme-asciinema .bg-fg { background-color: #cccccc...

question

You guys forget to add carbon-relay process to the docker

Similar to uploading Lighthouse traces, we could report metrics to Monitoring services like Graphite, Cloudwatch, etc. What do you guys think? This looks similar to `submit` option, we could support...

**Is your feature request related to a problem? Please describe.** As it's being supported in other languages JS, Ruby, JVM https://cucumber.io/blog/open-source/cucumber-reports/ And it would be great to have it in...

:zap: enhancement

**Describe your environment.** - Latest version 0.5.0. - With Django ext. - Configurations ``` OPENCENSUS = { 'TRACE': { 'SAMPLER': 'opencensus.trace.samplers.ProbabilitySampler(rate=1.0)', 'EXPORTER': '''opencensus.ext.jaeger.trace_exporter.JaegerExporter( service_name='okr', agent_host_name='128.0.0.1', agent_port=6831, transport=opencensus.common.transports.async_.AsyncTransport )''', } }...

bug

``` quotes = [] for f in r.fragments: if f.quoted: quotes.append(f.content) print '\n'.join(quotes) ``` something like EmailMessage.get_quotations()

enhancement

`a.b.c:662.785|[email protected]` Should be `a.b.c:662.785|ms|@0.5` (missing `|` before `@`). Refs https://github.com/etsy/statsd/blob/master/docs/metric_types.md