Evelyn

Results 17 issues of Evelyn

A column with a struct type, e.g. ```hql struct_col struct ``` gets treated as a ``` row(i integer, s varchar) ``` which is currently unsupported by the `ConvertValue` function (https://github.com/prestodb/presto-go-client/blob/8958eb37e5840236f2fc9ce5dc02d04ad748bf79/presto/presto.go#L842)...

Hi! Thanks for the excellent tool. I was using `xsdgen` on this schema: https://www8.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd This mostly worked, except for one field: ```xml ``` The resulting struct has the correct type:...

bug

The username field, [found here](https://github.com/duo-labs/webauthn.io/blob/master/templates/login.html#L12), has input type email, but placeholder text indicating a username. This is unclear, as in Firefox and Chrome it indicates an error but still seems...

Take the exporter that is in umdio-data, clean it up a bit, and add it here. Add a rakefile task to run it

- Basic auto-accepted api keys; prob. some rate limiting for non-key users?

enhancement

On the server we should have a crontab to - Update the let's encrypt certs - Scrape often This should live in the repo, so it can be reviewed and...

As someone who refactored a lot of it, I can say that a lot of the database-related code is pretty bad. The main issue being we want to allow complex...

Right now, the buildings scraper just loads JSON that contains building names, codes, and locations. However, this is in no way dynamic, and has to be updated manually. If we...

enhancement

enhancement