Sander Blue
Sander Blue
What browser are you using? Do you see any JavaScript errors in the browser console?
I haven't had time to look directly into this. Can you open Google Chrome's Developer Tools and see if there are any JavaScript errors in the console? That will help...
This looks like a relative path issue. You're experiencing a 404 error for the main data file `/src/data/solarsystem.json`. Is this file located in a different directory, maybe `/solar_system/src/data/solarsystem.json`? I bet...
Thanks for the kind words. Glad you like the project. I have a few notes on your bullet points below. > Select a planet or moon by clicking on orbit....
Thanks for reporting James. Per your reproduction steps, I was able to reproduce this.
Hi @smcavallo, yes this looks like you're on the right track, however, the client already has some notification channel features that were added prior to us building and using `tutone`...
Hi @smcavallo, glad that worked. It looks like the lint stage of CI is failing. You will need to reformat your commit message per the format [described in contribution guide](https://github.com/newrelic/newrelic-client-go#commit-messages)...
@smcavallo Not sure what's up here, but it looks like there's a [reference to an undeclared type](https://github.com/newrelic/newrelic-client-go/runs/4109027033?check_suite_focus=true) named `AlertsNotificationChannelMutation`. I noticed it in the Tutone config, but I'm not quite...
Thanks for the heads up regarding the `UNION` type, and good call with the `field_type_override` usage there. Have you been able to confirm this works as you expect?
⚠️ **Note:** This will require an upgrade to Go version 1.18 (in the [go.mod](https://github.com/newrelic/newrelic-client-go/blob/main/go.mod) file), as well as upgrading `actions/setup-go` to use version 1.18 in our CI/CD workflows.