Martin Ashby

Results 13 issues of Martin Ashby

CockroachDB uses "STRING" (but accepts "TEXT" for compatibility) and PostgreSQL uses "TEXT" always. Fixes https://github.com/auxten/postgresql-parser/issues/15

Hi, I'm experimenting with postgresql-parser to intercept and rewrite some queries to a postgresql database. One problem I have encountered is that the formatter will output "STRING" by default for...

Hi, I'm experimenting with postgresql-parser to intercept and rewrite some queries to a postgresql database. One problem I have encountered is that the formatter will output "STRING" by default for...

This issue was already raised, but closed: https://github.com/wolfcw/libfaketime/issues/175 It seems that the timezone is lost when setting the fake date & time. Example script: ```bash #!/usr/bin/env bash # # Sample...

## Feature Request Hi! I would love to be able to use garden from my low power ARM64 based laptop. ### Background / Motivation I work on a fairly heavyweight...

feature request
discussion

Autolayout makes layouts for different screen sizes a breeze. I think it would be a great addition to the project. It looks like some efforts have already been made to...

Steps to reproduce: * start fennel server, add user with fennelcli * install dav5x on android device, add account using credentials for fennel. Expected behaviour: * successful login and calendars...

Fixes #43442 **- What I did** Add implementation of wildcard DNS lookup for container aliases **- How I did it** `ResolveName` function is updated to perform both exact match for...

status/1-design-review
kind/enhancement
area/networking
impact/changelog
area/networking/dns

Hi! https://docs.osohq.com/rust/getting-started/quickstart.html This page links the python quickstart, but there is actually a Rust one! ![image](https://user-images.githubusercontent.com/1760515/193423388-d0cc43b3-a2ea-4b98-af81-b5187528d1b2.png)

Running `roc repl` on linux GNU aarch64 (roc built from source): ``` d = Dict.fromList [("foo", 123i64)] ``` this code causes roc to use 100% of a CPU core, and...