Iqbal Maulana

Results 9 comments of Iqbal Maulana

> > Any update on this? > > if your giou firstly turned out nan, it is likely that there is something wrong in the defined giou function. In my...

try to` !pip install keras_applications` just tried to install `keras_vggface `on TF nightly gpu, failed at first due to missing `keras_applications`, but now just working fine

> Can you confirm date extraction works for you on the following URL? https://www.rt.com/news/203203-ukraine-russia-troops-border (also refer to https://github.com/fhamborg/news-please/blob/master/newsplease/examples/sample.json) but the sample.json also not containing date_modified ??

Hi! I confuse when exploring the main/core code, so my solution to this problem is creating a new pipeline dedicated to altering the default date_modify. I use same concept as...

Hi all, maybe it's not directly related to this main topic, but I wondering where can I get latest traffic data? Is it provided by ourself or is there services...

any update on this? I use sveltekit, same behaviour, dev works ok but failed when building. In my case the failing lib is `node-postgres` with error ``` import { Pool...

@mcollina can this issue solved by this https://fastify.dev/docs/latest/Guides/Detecting-When-Clients-Abort/ ? when client abort, delete the file?? any other info I should know? if not I'll send PR for this

I successfully created a test for this scenario, but it turns out the `savedRequestFiles` key has a null value when accessed from the `onRequest` hooks. I reviewed the Fastify lifecycle...

Sure, here it is [#567](https://github.com/fastify/fastify-multipart/pull/567)