Skip to content

issues Search Results · repo:developmentseed/cql2-rs language:Rust

Filter by

23 results
 (64 ms)

23 results

indevelopmentseed/cql2-rs (press backspace or delete to remove)

When combining Expr structs, it is easy to produce expressions with redundant or superfluous logic. We should be able to use Expr.reduce to boil down an expression to its minimal form. e.g. cql2.Expr( ...
enhancement
  • alukach
  • Opened 
    15 days ago
  • #77

With updates to the playground, we ve added an examples.toml file where we can add examples with both a cql2_text and cql2_json version and also add a name and description describing each example. We ...
  • bitner
  • Opened 
    22 days ago
  • #73

In the current playground, the examples are listed by their file name. It would be amazing to list the examples to a user based on what the underlying queries perform.
  • zacdezgeo
  • 2
  • Opened 
    24 days ago
  • #71

I m pretty sure this will panic because you can t add calendar units (days or greater) to a Timestamp. It looks like you probably are looking to add 86400s - 1ns right? If so, I d suggest: start + jiff::SignedDuration::new(86_400, ...
  • gadomski
  • 1
  • Opened 
    on Feb 18
  • #66

I m assuming we ll want to publish this under @develpomentseed in NPM, and I know nothing about NPM publishing so I ll need to figure that out. Docs: https://rustwasm.github.io/docs/wasm-pack/tutorials/npm-browser-packages/packaging-and-publishing.html ...
  • gadomski
  • 2
  • Opened 
    on Feb 18
  • #64

I m struggling to get this package working with Python. The first attempt to install will fail with Package metadata name cql2-rs does not match given name cql2. The second attempt seems to pass but seems ...
bug
  • alukach
  • 3
  • Opened 
    on Dec 8, 2024
  • #50

boon appears to be semi-dormant, they haven t released https://github.com/santhosh-tekuri/boon/pull/23 which is blocking https://github.com/developmentseed/cql2-rs/issues/11. jsonschema looks like it s ...
  • gadomski
  • Opened 
    on Nov 8, 2024
  • #46

Hi, thanks a lot for this project. I try using it, but I m stuck with what I think is an invalid parsing. Here is a minimal example: use cql2::Expr; pub fn main() { let s = (floors 5 AND material= ...
bug
  • antoine-de
  • 2
  • Opened 
    on Nov 4, 2024
  • #44

If I look at cargo check --help it says that --all is deprecated Package Selection: --all Alias for --workspace (deprecated) Maybe switch to --workspace? Originally ...
  • gadomski
  • Opened 
    on Oct 9, 2024
  • #35
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub