John Beech
John Beech
Using a multi-tab spreadsheet that contains a chart as one of the tabs: Example code: ```js function getCells(worksheet) { const { title, index } = (worksheet || {})._rawProperties try {...
I thought it was worth putting a note on on this project; denodeify is now effectively redundant. If you're using Node > 8, then `util.promisify` does the same job. I...
**Summary** I'd like relative anchor links in a markdown file to jump to the matching slide. I think this could be achieved by having remark to auto-generate default `name: page-name`...
I've raised an issue here: https://github.com/bassarisse/google-spreadsheet-to-json/issues/32 to advertise an updated version of the tool as a potential candidate to merge in the future. Proposed change log: # 2.0.2 ## Changes...
I've created a `v2.0.2` fork here with new tests and CI pipeline: - https://github.com/connected-web/google-spreadsheet-to-json/releases/tag/v2.0.2 To install from my repo (connected-web org): ``` npm i -g connected-web/google-spreadsheet-to-json ``` To directly use...
Based on a conversation in the InnerSourceCommons slack, from the Sept/2021 community call: >Curious to know if we have a source code score/ranking format, which can tell us how much...
After reading: - https://github.com/steffendx/GoNorth/wiki/Swagger And running GoNorth via docker instructions... By default, I get no response on the endpoints. And if I change this code: ``` if(env.IsDevelopment()) { app.UseSwagger(); app.UseSwaggerUI(c...
Tried to get this component working with my project... ended up getting multiple errors: ``` "$createElement" was accessed during render but is not defined on instance. ```