Jeremy Holstein

Results 54 comments of Jeremy Holstein

Should I update this to add tests?

This is expected behavior, as per the documentation: > The search method searches the collection for the given value and **returns its key if found**. If the item is not...

> Hi. Thanks for reporting. Could you please provide an example on Runkit? https://runkit.com/embed/t67a6zx0ng4g Notice how the Object logs the keys, but the Array does not. I understand that there...

after you use the workaround, I am getting error `ImportError: cannot import name 'backtest' from 'fastquant' (unknown location)` Any suggestions?

```js import type { OAuthConfig, OAuthUserConfig } from '@auth/core/providers' export interface PassportProfile { id: number name: string email: string | null created_at: string updated_at: string } export default function Passport(...

It seems it's a problem specifically on Astro, because the same code works fine on Nuxt

Wow thanks @kiddyuchina !! I will try this out over the weekend, I'm very excited for this. Why is it not possible to use AutoIncrement? That seems like it is...

Moved my comment to this issue: https://github.com/sutandojs/sutando/issues/36