Alexis Rico
Alexis Rico
Setting ws.row(1).freeze() freezes cells on all existing sheets, not only on the selected one.
DataValidation with sqref "A3:A" produces a corrupt excel. It works though when using sqref "A3:A5" or "A:A".
Excel allows a given Cell to have a name and refer to that cell using the name. For example: A1 has name "_MyCell", B1 has formula "=_MyCell" and both output...
### Describe the bug After updating to `@netlify/[email protected]` imports began failing. ```ts import type { OnPreBuild } from '@netlify/build'; export const onPreBuild: OnPreBuild = async function ({ netlifyConfig }) {...
- **Start pre mode** - **Init version 1.0** - **Make XataApiClient to use ES Proxies (#1287)** - **Remove cache implementation (#1368)** - **Update pgroll spec** - **Fix release in next...
Signed-off-by: Alexis Rico
List of breaking changes proposed for v1: API: - [x] https://github.com/xataio/client-ts/issues/1081 Internal improvements: - [x] XataApiClient with Proxies (@SferaDev and @eemmiillyy) - [ ] Remove `getMetadata` in favor or `xata_id`,...
- [ ] [Codegen] Switch from `getBranchDetails` to `getSchema` (Disclaimer: OpenAPI spec doesn't exist, check frontend-next services/index.ts for the hook that uses it) - [ ] [Inference] Add support for...