Jeroen Claessens

Results 40 comments of Jeroen Claessens

@YifeiYang210 how did you create a subclass from that Dropout? I'm only able to create a subclass from Layer

@antfu, you're right. I tried to rephrase it to make it more clear that it is still possible, but requires some extra steps. @dsvgl, I currently don't have any examples...

@antfu do you maybe have any pointers on where the issue may be? Don't want to ping you unnecessarily but I'm kinda lost at this point 😅

@LinusBorg answered me on Discord saying the following: ![image](https://user-images.githubusercontent.com/10177148/163596273-91e8b162-0df9-4c6a-8149-29a9ad03a80a.png) As said, might be useful to have in the `README.md` to avoid future issues about this topic 😄 I'm coming back...

Alright sounds cool! If there's anything I can do to help, you can ping me.

Exactly! Perfect day to release a package 😏🙌 Question was just informative, didn't meant to rush you or anything btw 😅

While setting up a repro for a "vitest alias" issue, I came across different kind of issues I never came across with my main app. One of the things is...

After some investigation it also seems that `@fastify/autoload` is overriding the `alias` config of `vitest`. I'm currently using `5.3.0` since it's the only version I come close to get it...

`process.env.VITEST_MODE` and check if it's set or not? But even then further down it results in some issues because the use of require or that the imported ".ts" files are...