Martin Adámek

Results 768 comments of Martin Adámek

Yeah that sounds good to me.

> configuration.available_memory_ratio = 0.8 You are setting the available memory to 80%, htop reports 7.65g, 80% of that is 6.12g, so its matching exactly.

Yes, but visually, you can see that 3.5g is the green part, and you still have a huge yellow part, which should be a cache. Summing those, I'd say it...

I'd be up for merging this into v6 if we make it opt-in. Next release will be a feature one, I want to include the `defineEntity` helper too. I got...

> Is it OK if we use the Docusaurus CodeBlock that has a different design (demonstrated in the "after" screenshot), to make the highlight work? We agreed with Jindra that...

Ok good, I also thought it would be nice to have it unified (and in such case it makes a lot of sense to just restyle the native docusaurus component...

> It cannot resolve academy/tutorials/node-js/scraping-from-sitemaps.md which is how it exists in the filesystem nope, the path uses `_` instead of `-`: https://github.com/apify/apify-docs/blob/master/sources/academy/tutorials/node_js/scraping_from_sitemaps.md you either use a file path or the...

This is actually coming from another bug, `qb.where()` is supposed to append to existing conditions (like `andWhere`), but it's not behaving this way in all cases, namely when the pagination...

The problem is specifically a unidirectional M:N relation, if you add the inverse side it works fine. @darkbasic could you look into this please?