Samuel Path

Results 12 comments of Samuel Path

Hi @AnshulMalik, I meant in the solutions, like here for instance: https://github.com/workshopper/learnyounode/blob/master/exercises/my_first_io/solution/solution.js

@dsthedev I don't know if you saw and if it's relevant but you can opt out of using .gitignore: https://www.11ty.dev/docs/ignores/#opt-out-of-using-.gitignore @zachleat in the documentation, you say: > Paths listed in...

Same here today. I get this on CodeSandbox: ![image](https://github.com/codesandbox/codesandbox-client/assets/6030745/5ebe79d7-c9d3-4ca7-85f9-2a8ccbc3cc4b) And here's the generated empty project in my Github: https://github.com/samuelpath/json-candidates-ranker-marvin

Hi @charue808 Would you be willing to provide your repo for us to reproduce the issue on our side? Thanks, Samuel

@charue808 Another question: have you tried logging `collection.getAll()` before doing the filtering? Like this: ```JS eleventyConfig.addCollection("announcements", function (collection) { console.log("collection all: ", collection.getAll()); const pagesToFilter = collection.getFilteredByTags("article"); console.log("pages to filter",...

Hi @AyushExel, I'm not sure this is the best place to ask your question since it is not really related to Python's SDK per se (the API key is language...

Hi @harupy, I'm not sure this is the best place to ask your question since it is not really related to Python's SDK per se. Indeed, your question is related...

@Anthony-Jhoiro Thanks for your feedback. We haven't yet considered this use case. We'll do it in the next iteration, after this current PR is reviewed and merged by @danny-avila. Thanks...

@danny-avila do you think you may have time for this 2-months old PR this week? I know you must be very busy…! @plgodin do you think you can resolve the...