-
Almost all of the SQL I write is inside of python data pipelines, using Spark and Presto flavoured syntax.
So my queries are written like
```sql
SqlQuery(
select="""
WITH users_in_threa…
-
## Bug Report
### iRODS Version, OS and Version
iRODS 4.2.8, CentOS 7
### What did you try to do?
I'm trying to add a very large iRODS rule language rule base to my servers.
### Expec…
-
```
I tried changing the language in the latest X-WRT trunk and it didn't
work. When I straced the webif-page binary I saw that it tried to open "/
usr/lib/webif/lang/ /common.txt" which means that t…
-
I really like this plugin and the UI, you made it really great and it is similar to postman, so thanks for this. Also I like the idea of what VS Code is doing with the simple http rest client, where y…
-
Hello, I have a grammar for an expression-based language like this (simplified):
```rust
pub Expr = {
...
// unary operators
#[precedence(level="2")] #[assoc(side="right")]
=> …
-
If you want to use a programming language that Dolos does not support yet, please ask here! This helps us with prioritizing which programming languages we should focus on first.
We currently ship D…
-
We have made the choice to use existing package managers for distributing WESL code.
One currently unanswered question is how exactly such a WESL project on npm or cargo (or another package manager…
-
The bug in question came from a parser hosted [here](https://hub.darcs.net/vmchale/ats/browse/language-ats/src/Language/ATS/Parser.y#617). In short, if you write
```happy
| FunName Universals OptT…
-
In various circumstances, the `cel-go` implementation ignores an unbounded number of extraneous digits in numeric literals. While this behavior is probably common to most programming languages, it mig…
-
### Did you check the tree-sitter docs?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
### Is your featur…