Andrew Johnson

Results 456 comments of Andrew Johnson

@SteveBronder what do you think of this structure for combining overloads with `if constexpr`? Just figuring out a good consistent structure to follow

I can build both `YPPE` and `bayesforecast` from source with `rstan` and `QuickJSR` 1.8.0. Those packages have also been re-building on CRAN's CI with no issues. I'm guessing this is...

That function call is just `QuickJSR`s entrypoint, it doesn't tell us anything about what in the engine is segfaulting. Your best bet would be to try and create a minimal...

I'd rather not unless it's absolutely necessary. Do you have a modified version of current quickjs that works on ppc Mac without crashing, or are you just wanting to use...

Yes but your issue was a crash when evaluating JS code, not compiling. Try using stanc: ```sh wget https://github.com/stan-dev/stanc3/releases/download/nightly/stanc.js ./qjs --include ./stanc.js qjs > stanc("model_name","data{}") ```

Are you able to share any dummy data or similar that I can use to reproduce the problem locally? If you don't want to share over github, feel free to...

One approach would be to add 'Team' as another level of grouping to the summary table input, so that the table would show a row for each team for each...

Apologies for the issue! Would you be able to share a .pbix file with some dummy/example data that reproduces the problem for you? This one's a bit hard to debug...

Thanks for sharing! It looks like the measure definition might have an issue for all but one of the dates. When I export the data being passed to the visual:...

It's a bit tricky, since the toggle buttons don't support conditional under the visual settings API that I'm currently using. I'm working on upgrading to the new API, but it's...