Daniel Einspanjer

Results 27 issues of Daniel Einspanjer

I found that function, and tracked down that it is used in tests, but I think it would be useful to have available in our actual project. That way, we...

enhancement

What is the right way to handle configuration of the logger? Based on notes in the source code, I tried bringing in log4js as a dependency and then changing the...

I just discovered that someone created the collection I was attempting to run cruddl over with an initial capital instead of all lowercase. i.e. `Orders` instead of `orders`. I've re-read...

If the collection contains pre-existing records, and those records do not contain createdAt or updatedAt and I try to return those fields in a query, I get an error `Cannot...

I've been working on a custom window function in plv8, and have something that seems to work well, but I was curious why any debug log messages I put in...

I was stuck at the startup because my router was blocking private IP responses from nip.io. If the startup script could try a simple request and see if it fails...

## Bug report ### Description of the bug https://github.com/finos/datahelix/blob/master/docs/user/ProfileValidation.md https://github.com/finos/datahelix/blob/master/profile/src/main/resources/profileschema/datahelix.schema.json The JSON Schema for profile objects was not modified to support the new `relationships` field. ### Additional context: - Which...

bug

**Required Functionality** Several types in pg support being used in a `range type field`. https://www.postgresql.org/docs/current/rangetypes.html It would be great to get range support as described in #305, but there is...

I just bumped into your library while looking for references on how to properly get MaterialApp to be a consumer of a ChangeNotifyProvider that is providing theme data. It looks...

https://github.com/hasura/learn-graphql/blob/master/tutorials/database/mssql/tutorial-site/content/limitations.mdx contains SQL Server pricing information and a note about deprecated SQL Server engine features. It just seems odd to me that Hasura needs to call out these things at...