:rocket: TypeScript compiler on top of TypeScript as frontend and LLVM as backend
:atom: Social (OAuth1\OAuth2\OpenID\OpenIDConnect) sign with PHP :shipit:
Small library that helps you to get status bar height, P.S 📱X supported ❤️
Is your feature request related to a problem? Please describe.
Hi,
I rather enjoy your Docker images for rust-cross on Docker Hub:
https://hub.docker.com/r/cubejs/rust-cross/tags
This makes it easier for me to port my Rust applications to more platforms.
However, I noticed a few gaps in the targets supported by these images.
Describe the solution you'd like
Can we please push a cubejs/rust-cross image for more Windows target triples as well?
Describe alternatives you've considered
Skipping Windows ARM support for my users and leaving them out in the cold :/
Hello @mcandre ,
There are no plans to support that because we build/use these images as a workaround for some issues in cross-rs/cross
.
https://github.com/cross-rs/cross
Did you see this repository? This project aims to do that.
Thanks
Hello @maatumo,
The query above is defined on BaseDriver: informationSchemaQuery.
Yes, it looks correct. Could you please provide a PR with a fix for that (for both drivers)?
Thanks
chore(ci): Publish - increase timeout for native/darwin, ref #6358
Hello!
Thanks
feat(schema-compiler): Introduce support for sqlTable (syntactic sugar) (#6360)
Hello!
This PR introduces syntax sugar. Instead of writing sql: 'SELECT * FROM my_table'
, you can do sqlTable: 'my_table'
.
Thanks
chore: use spread
chore: better error message
chore: Update Twitter handle (#6357)
Revert "docs: use snake-case property names"
This reverts commit 73a7d9bc48e6a4b65e3dd8330aad9172985068bb.
Revert "docs(schema): replace camel-case properties with snake-case"
This reverts commit 50cfd04a87d6901b2e8f7ff415b8eabdc50222f2.
feat(schema): Introduce support for sqlTable
test: simple test
chore: allow to use sql_table in yaml
chore: use sqlTable in BaseQuery instead of populating sql
chore: allow to use sql_table in yaml
test: simple test
feat(schema): Introduce support for sqlTable
Hello!
Thanks
Hello!
Thanks
Hello!
Thanks
fix(cubestore-driver): Fix informationSchemaQuery (#6338)
chore(api-gateway): Remove sql-runner routes (#6166)
fix(cubestore): RocksStore - specify TTL for WAL to protect logs uploading (#6345)
docs(cloud): create a page specifically for Cube Cloud pricing (#6347)
docs(cloud): update Cube Cloud pricing page
fix(cubesql): Allow any aggregation for number measure as it can be a wildcard
feat(playground): BI connection guides, frontend integration snippets (#6341)
v0.32.15
docs: fix - make sidebar sticky on desktop (#6351)
docs: fix - disable overscroll behaviour and make sidebar sticky on desktop
docs: revert overscrolling
fix(cubestore): RocksStore - skip WALs for logs loading
Hello!
RocksStore logs uploading depends on WAL from RocksDB, but RocksDB uses 0 as default for WAL's TTL, which can lead to to a situation when RocksDB::get_updates_since can't return write batches (it returns batches > last batches and error over iterating). The previous versions of rust-rocks didn't return errors while iterating over the batches when the WAL was compacted.
https://www.youtube.com/watch?v=uwmeH6Rnj2E
Thanks
fix(cubestore): RocksStore - specify TTL for WAL to protect logs uploading (#6345)
chore: more safety wal ttl
chore: more safety - meta_store_snapshot_interval
Hello!
RocksStore snapshotting depends on WAL from RocksDB, but RocksDB uses 0 as default for WAL's TTL, which can lead to to a situation when RocksDB::get_updates_since can't return write batches. The previous versions of rust-rocks didn't return errors while iterating over the batches when the WAL was compacted.
Thanks