Jeffrey Vo
Jeffrey Vo
### Is your feature request related to a problem or challenge? In Spark, they have a concept of `ExprId` which is used to uniquely identify named expressions: https://github.com/apache/spark/blob/9bb358b51e30b5041c0cd20e27cf995aca5ed4c7/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/namedExpressions.scala#L41-L57 ```scala /**...
# Which issue does this PR close? Closes #627 # Rationale for this change Make it clear in documentation that graphviz should be installed if running from source and not...
### What changes were proposed in this pull request? Fix patched base specification to state that only 5% of values are patched, not 10% ### Why are the changes needed?...
Example TOML: ```toml a.b = 1 a.c = { d = 1 } ``` Fails to parse. Example test case output based on above: ``` 1) Failure: TomlTest#test_valid_cases [test/toml_test.rb:133]: Error:...
Relates to #549 Be able to reorder tabs within a window via left mouse drag. Doesn't have animation dragging (like on Konsole), so it looks snappy for now. [Screencast_20241230_204103.webm](https://github.com/user-attachments/assets/c612f8b6-f03d-4e2a-95fa-f2ca6b5ca39f)
### Is your feature request related to a problem or challenge? Lint reference: https://rust-lang.github.io/rust-clippy/master/index.html?search=allow_att#allow_attributes > Checks for usage of the `#[allow]` attribute and suggests replacing it with the `#[expect]` attribute...