Ivan Tsai
Ivan Tsai
We saved the last build SHA in CircleCI cache as the reference for next build https://github.com/nrwl/nx-examples/blob/master/.circleci/config.yml#L139-L142 ```yaml - save_cache: key: last-deploy-sha paths: - dist/last-deploy.txt ``` But CircleCI cache is [immutable](https://circleci.com/docs/caching-strategy),...
### What's happened In inverse mode, `scrollThreshold` was not properly applied, so we needed to scroll to the end to trigger `next` function calls. https://user-images.githubusercontent.com/9553914/235976870-9968c5a3-fb5b-4389-a94f-f5262112b47d.mp4 ### Solution We should multiply...
## **What’s the problem you're trying to solve** We should provide a single executable file to serve Vulcan server, with no dependencies or docker env required, ## **Describe the solution...
## Environment - Version: ``` cli version: 0.3.0 core version: 0.3.0 build version: 0.3.0 serve version: 0.3.0 ``` ## What's wrong? Snowflake driver prints logs with console: ``` 2022-10-28 03:26:55.957...
## What’s the problem you're trying to solve We've parameterized all the input data, but if the queries were generated by custom tags (Tag Extensions), we are not able to...
## What’s the problem you're trying to solve We've defined lots of interfaces for nunjucks [here](https://github.com/Canner/vulcan-sql/blob/develop/types/nunjucks.d.ts), but it was not exported, so extension developer won't able to use it. ...
## Environment - Version: ``` cli version: 0.3.0 core version: 0.2.1 build version: 0.2.1 serve version: 0.2.1 ``` ## What's wrong? The `args` property of TagRunnerOptions was constianted to be...
## What’s the problem you're trying to solve We've implemented offset-based pagination #104, but our API response didn't give extra information about it, e.g. total count. ## Describe the solution...
## **What’s the problem you're trying to solve** We haven't had a proper way to set log levels and control what components to show (e.g. file path, function name ...etc.)...
### Issue Description The issue is similar to https://github.com/apollographql/apollo-client/issues/9450, but it involves an additional non-normalized object. I have two components which query the same object with different properties: Compoment1 ```tsx...