HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aslakhellesoy

no profile record

Submissions

SpecFlow (Cucumber for .NET) has been forked

reqnroll.net
5 points·by aslakhellesoy·vor 2 Jahren·0 comments

comments

aslakhellesoy
·vor 2 Monaten·discuss
They forgot to AI-label that Bender-sounding voiceover in the article…
aslakhellesoy
·vor 2 Monaten·discuss
Dude it's Depeche Mode
aslakhellesoy
·vor 7 Monaten·discuss
Shhh don’t let them know!
aslakhellesoy
·vor 9 Monaten·discuss
FYI: DocuSign’s moat/USP is trust, not software.

DocuSign customers buy trust.
aslakhellesoy
·letztes Jahr·discuss
I wonder how this compares to csvkit [1].

[1]: https://csvkit.readthedocs.io/
aslakhellesoy
·letztes Jahr·discuss
I’ve been using Mermerd [1] for years and never looked back. Simple, does one thing well.

It gets even better with elk layout - just prepend this frontmatter snippet to mermerd’s output:

    ---
    config:
      layout: elk
    ---

[1]: https://github.com/KarnerTh/mermerd
aslakhellesoy
·vor 4 Jahren·discuss
This sounds very similar to AWS CDK. How does it compare?
aslakhellesoy
·vor 4 Jahren·discuss
Excellent - thanks!
aslakhellesoy
·vor 4 Jahren·discuss
Excellent work!

Postgraphile uses a naming convention for postgres functions to extend the GraphQL schema [1].

Do you have any plans to support a similar mechanism in pg_graphql?

[1]: https://www.graphile.org/postgraphile/functions/
aslakhellesoy
·vor 4 Jahren·discuss
Congratulations on the launch - this sounds interesting.

I'm currently using Postgraphile[0], which uses Postgres' introspection API to discover the schema structure.

Would this still work with Hydra?

[0] https://www.graphile.org/postgraphile/