Feynman Liang

Results 46 issues of Feynman Liang

When the bandwidth is too small, only a single point is in the bandwidth. This causes a divide by zero error. Instead, we should just use that single point as...

This might be important because this abandoned feature [used in this repo](https://github.com/notwaldorf/emoji-rain/blob/master/demo/index.html#L11) is referenced on [the WebComponents's website](https://www.webcomponents.org/introduction#how-do-i-use-a-web-component-). See https://github.com/w3c/webcomponents#abandoned-features

IntelliJ recently [added support for scala macros](https://blog.jetbrains.com/scala/2015/10/14/intellij-api-to-build-scala-macros-support/) which would eliminate the syntax errors reported by using macro-generated code. Is there plans to add this feature to Argus?

Closes #6 --- This change is [](https://reviewable.io/reviews/aishfenton/argus/8)

We would like to pattern match against multiple Argus-generated case classes which all extend from a common sealed trait. Is there a way to make the generated code extend a...

## Description ## Motivation and Context Some projects have dependencies in private NPM registries. Currently, `faas-cli build` will release an incomplete image which dependency errors in production. This change will...

no-dco
new-contributor
design/review

`POST ../rest/rpc/search_items` was broken because the stored proc was using the `todos` relation without prefixing with `api` schema. This fixes that and adds a REST unit test to check it....

Arviz provides nice visualization tools for posterior samples, but the current golden samples data format requires a pretty long dance to get it into an `InferenceData. For example, currently I...