Ifeanyi Ubah
Ifeanyi Ubah
Hi! Creating this issue as a result of the [discussion here](https://github.com/cincheo/jsweet/pull/546#issuecomment-538680937) - about having knowledge of an expression's implementation type at least during methodInvocation substitution. I bring it up since...
The following code doesn't compile: ```java package quickstart; public class QuickStart { public static void main(String[] args) { class Foo { } Foo f = new Foo(); } } ```...
Hi! I have a usecase that involves accounting for untyped access in a source file. I figured extending the transpiler by overriding `PrinterAdapter` might work but it seems JSweetTranspiler has...
According to the documentation the --quake switch will toggle the tilix window's visibility if one is already running. This behavior works fine if the window was already in focus: in...
**What happened**: We hit an issue with OM after we upgraded istio in our cluster to v1.10.3 where connectivity to open-match components sporadically becomes flaky after om is redeployed and...
_Originally posted by @XAMPPRocky in https://github.com/googleforgames/quilkin/pull/406#discussion_r716228044_
Currently the `WriteContext` we pass to filters on `write` contains this `from` field containing the ip address of the sender https://github.com/googleforgames/quilkin/blob/main/src/filters/write.rs#L30 this is in addition to the `endpoint` field containing...
We currently have a naive load balancer that doesn't account for any packet information like the source address (each packet is routed to a distinct server according to the lb...
Adds support for single line comments using `#` syntax. GenericDialect isn't included because the syntax conflicts with Postgres' JSON access syntax `#>` https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical#single_line_comments
- Adds `DATETIME` variant to `DatetimeField` - Adds support for snowflake abbreviations via `Custom` variant. https://docs.snowflake.com/en/sql-reference/functions-date-time#supported-date-and-time-parts - Adds support for BigQuery weekday `WEEK(MONDAY)` syntax https://cloud.google.com/bigquery/docs/reference/standard-sql/date_functions#extract