Chris Warth

Results 9 issues of Chris Warth

The Quickstart document says to push your blog to `username/username.github.com.git`; shouldn't that be `username/username.github.io.git`? Maybe the intent is not to host your blog on github-pages? How does hosting from username.github.com...

This example is one of the first things that comes up when searching for 'Dash asynchronous'. This PR updates the use of Event input which is no longer supported, and...

The [pacman vignette](https://cran.r-project.org/web/packages/pacman/vignettes/Introduction_to_pacman.html) says, ``` p_install(dbConnect, qdap, reports) ``` When I try this I get, ``` > p_install(dbConnect, qdap, reports) Error in p_install(dbConnect, qdap, reports) : object 'qdap' not found...

Bug
Question

It would be great, especially during early development, to have a button on the UI that collects relevant version information in one place that can be copy-pasted into a bug...

enhancement
UI/UX

## Description why.init() presents a model dialog in interactive environments like jupyter notebook. The dialog has "Cancel" and "Ok" buttons. The Cancel button does not cancel - the only way...

## Description All of the examples provided in the whylogs repo README generate what look like error messages. ``` ⚠️ No session found. Call whylogs.init() to initialize a session and...

An enum property with Schema description generates an incorrect open api yaml specification, with 'allOf' and 'type: object' that should not be there, ``` @Data public class ColumnNameListRequest { @Schema(description="foo")...

## Environment Setup Clone the whylogs-examples repo from GitHub and work in the java/kafka-avro/ subdirectory Use docker-compose to bring up a basic Kafka cluster and control dashboard. ``` % docker-compose...

I just cannot figure out how to use the dynamic list constructor for variable rules from the example in the documentation. Could we get another example? My question that I...

Type: enhancement
Type: discussion
Lane: help wanted
Need: documentation