Edmondo Porcu

Results 182 comments of Edmondo Porcu

Thank you! Will go through the talk. What is your recommendation ? My goal is to share the schema as soon as possible with the front end team, and writing...

Sure, I think the use case for learning this content with Notebook LM from Google is quite compelling, and there is no way for Google to import an entire website...

It doesn't traverse links. We should build at least a single page html

See https://github.com/orzih/mkdocs-with-pdf/issues/166#issuecomment-2594779070 I was able to build a PDF after disabling all plugins

I have accepted all @cretz suggestion, thank you @cretz . I see two workflows are not passing, do I need to do something else?

Can I pick this one?

I'll open myself a PR soon :) I would have liked to do this sooner but I was too busy:)

@tomhoule I think the problem is when the macro read from files, we need to use include! rather than reading the file and re-including it, because it will escape the...

Imagine you have code like so: ```rust let query = RepositoryWithPullRequests::build_query(variables); debug!("Github GRAPHQL Query: {}", query); debug!("Github GraphQL Query: {:#?}", DebugPrettyQuery(&query)); ``` the first line wouldn't work (no Display impl),...