Eden Tyler-Moss

Results 9 comments of Eden Tyler-Moss

I have a similar issue as this, except for I am using (having trouble with) HDMI. My monitor is an ASUS VG248QE, DDC enabled in the OSD. It is also...

Is there any update on this?

@OwenRay At least some way of sharing 1 singular file would be good, I think is the point they mean. So just being able to sharing a url to a...

This still seems to be an issue. When trying to put Hastebin under a virtual directory such as /hastebin/, references in the frontend seem to be absolute assuming hastebin is...

Encountering the same issue, GAS uses ; the same as C, as a linebreak, so you can have multiple statements on a single line, which here is marks the entire...

This may be an issue related to JDBC or casting operator, I just debugged the `ResultSet.getBytes(col)`, and the resulting `ByteArray` is 26 bytes long corresponding to the ULID string. Although...

Perhaps `pg_column_size` includes padding / alignment? Anyway, I have found the source of the issue, the custom type needs to be registered by the JDBC driver: https://github.com/pgjdbc/pgjdbc/issues/2554. I will update...

@pksunkara can you think of anything that may need to be done on the database to support transfer? I'm new to PG so unsure exactly what I'm looking for -...