Martin Adámek
Martin Adámek
@vladfrangu we should improve the detection instead of just documenting the current/weird behaviour
Why do you even need to know the project type from inside the `init` command? We had a quick look during the team sync and it feels like we should...
Huh, do we really want this? I like the current form with nesting better to be honest. Are you sure you are not reading that "zen of python" too much...
> I'm of an opinion that courses should be a flat series of numbered lessons, where the only structure is prev & next. It makes orientation straightforward and I immediately...
I guess it depends on personal preferences, to me the nesting adds to clarity, since it groups what belongs together, and unless you open all the categories as you did...
Thanks for the PR, but we won't be merging this one, definitely not in such shape. If we are to change the monorepo setup, we will handle it ourselves, we...
Closing since we already have a first version of v4 available on NPM which is native ESM (code lives in https://github.com/apify/apify-sdk-js/tree/v4 branch).
Can you create repro without nest js? Just a simple script, ideally everything in a single file.
Just remove the trailing space?
I will close this, nowadays you can let the base entities be discovered automatically via references with EntitySchema too, just put the schema instance into the `extends` value. It's now...