Dana Woodman

Results 45 issues of Dana Woodman

I have a test file like: ```go // +build e2e package e2e import ( "testing" "github.com/sebdah/goldie/v2" ) func TestFoo(t *testing.T) { g := goldie.New(t) out := []byte("some-text") g.Assert(t, "example", out)...

Would it be possible to have a `.Contains()` method that would check just part of the golden file? I have a golden file where some parts will change (like generic...

I was hoping that `ToStringSlice` would support turning a slice of ints into a slice of strings. Am I wrong in that assumption? The following fails: ```go nums := []int{1,2,3,4,5}...

v12.10.0 is missing from the latest build which is "current" on the Node downloads page πŸ‘

feature

I am unable to apply CSS to blockquotes to change their size, how can this be done? I've tried: ```css blockquote { font-size: 20px; } ``` And it is still...

`v6.0.1` is now released and the last update was 3 years ago in markdown-pdf, any chance it could be upgraded? https://github.com/h5bp/html5-boilerplate/releases

I am seeing a lack of a space in the confirmation message of the prompt: ![](https://p198.p4.n0.cdn.getcloudapp.com/items/qGuzZr2v/Screen+Shot+2019-11-04+at+12.27.13+PM.png?v=a5efd82a4db9280e8a88a865024f94c2) I would assume a space should be appended between the label and the value?...

### Environment 1. `node -v`: v14.1.0 1. `npm -v`: 6.14.4 (we use yarn: 1.22.4) 1. `npm ls jest` or `npm ls react-scripts` (if you haven’t ejected): [email protected] 1. your vscode-jest...

### Describe the bug Follow docs described here does not work with Typescript: https://github.com/bugsnag/bugsnag-js/tree/next/packages/plugin-react Get the following error with the types: ``` Property 'use' does not exist on type 'UniversalBugsnagStatic'...

bug
backlog

https://stenciljs.com/docs/decorators ![](https://cl.ly/7b0e11a97dfe/Screen%20Shot%202018-11-16%20at%2011.53.53%20AM.png)