Hutao of Emberfire

Results 29 issues of Hutao of Emberfire

Hello, I am using TiddlyRoam Desktop, which I think is a fantastic app I love. I'm having notes in a HTML file that is more than 30,000 lines and will...

question

## Motivation and Context We are considering Elide as part of our important data management store infrastructure and I'd like to re-gain Elide knowledge and keep up with it; hence...

Do we have an [example app](https://github.com/yahoo/fili/tree/master/sample-applications) that we can reference in order to spin up a GraphQL instance? We would like to use Elide this way as our object storage...

Resolves # (if appropriate) ## Description [Elide standalone startup throws unchecked exception](https://github.com/yahoo/elide/blob/master/elide-standalone/src/main/java/com/yahoo/elide/standalone/ElideStandalone.java#L81) which hasn't been captured in doc yet A [docker image](https://hub.docker.com/r/liujiaqi/elide-quick) has been introduced to give new users a...

First of all, this is absolutely a great app. I love it. I'd like to thank the creator to make this happen! Now I'm having notes in a HTML file...

It seems Fili has test code [checkstyle turned off](https://github.com/yahoo/fili/blob/master/pom.xml#L1018-L1024). We might incorporate Fili into our system for some analytic application and we'd like to have the checkstyle on. Could we...

When a Druid row updates its dimension column, the same API query which is cached could still return the old dimension value from Memcached. 1. We could add an endpoint...

DruidFilterBuilder, like `DruidInFilterBuilder` are stateless. A single instance can be shared, which shall reduce repeated objects being created.

FILTERS

If a query does not have post aggregation spec, it still includes it as an empty spec. This wastes network resources and reduces the readability of Druid query. ``` {...

Address issue https://github.com/yahoo/fili/issues/552 * A test on swapping Lucene index files was turned off in https://github.com/yahoo/fili/pull/551. That test is turned on again. * (Windfall) A duplicate method `deleteDir()` is found...

NEED 2 REVIEWS
REVIEWABLE