Jiaqi Liu |【烬火】胡桃

Results 14 issues of Jiaqi Liu |【烬火】胡桃

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...

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...

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

@cdeszaq Suggested splitting filters into two classes categories: * Negative filter: notin-filter * Positive filter: in-filter, startswith-filter, contains-filter, eq-filter

TECH-DEBT

## Expected Behavior In order for quicker debugging, when Elide is scanning an non-existing data model package, Elide service is better with not starting successfully but through an Exception instead....

Hi Elide team, The root entity concept in elide sounds logically fair, but we are not sure what's the significance of making a JPA entity special this way. Is it...

## Description Corrects the documentation based on the two issues below ## Related Issue - https://github.com/marmelab/json-graphql-server/issues/85 - https://github.com/marmelab/json-graphql-server/issues/54 ## ToDo - [ ] step 1. - [ ] step 2.

There are two methods that appear to be a source of serious runtime bug: ``` default SimplifiedIntervalList getAvailableIntervals(PhysicalDataSourceConstraint constraint) { return getAvailableIntervals(); } default SimplifiedIntervalList getAvailableIntervals(DataSourceConstraint constraint) { return getAvailableIntervals();...

TECH-DEBT
BUG

**What happened**: We have 2 screwdriver templates: The first template has one parameter called `parameter-1`: ```yaml --- namespace: MyTeam name: template1 version: '1.0.0' description: "1st template" maintainer: [email protected] config: image:...