Zach Willard

Results 17 comments of Zach Willard

I was able to deploy my slide-deck to github pages as well! Which is published here https://fullstackzach.com/git-talk/ here's a reference to my working repo. https://github.com/fullstackzach/git-talk I thought I'd share as...

I have the same desire to ignore errors - I have IDs I want to express in excel as a string, and they are passed that way. Some IDs may...

I'm also running into this error with book 9780134757681 - Refactoring: Improving the Design of Existing Code

This is also preventing us from upgrading to v7.

I saw that 7.0.2 was released, I'm still having trouble getting it to work with Styled components v5.1.0 and react-testing-library. I think it does have something to do with the...

@DineshDadwal Try setting a formula For your case it would be ``` worksheet.getCell('E1').value = { formula: 'IF(A1>A2,True,False)', date1904: false, } ```

Hi @rachellerathbone - I did see that documentation when I was trying to solve this problem, but I don't think it solves my request. Our deployments are being properly captured...

Sorry it took me a bit to get back to you here. I am a little apprehensive about posting our build config in a public forum, while giving you enough...

I would like to throw my hat in the ring to request this feature too. We use a monorepo that has several package.json files in different folders in the project....

Gotcha thanks. I think that the includes / excludes files feature is a part of nyc & babel-plugin-istanbul. Unfortunately, this is going to prevent us from switching from babel to...