Tomás Fox

Results 24 comments of Tomás Fox

To easily migrate multiple Vue 2 apps that are dependent on having `$ls` property, I used the following: ```js import { MemoryStorage, WebStorage } from 'vue-ls/src/storage' // eslint-disable-next-line const _global...

To easily migrate multiple Vue 2 apps that are dependent on having `$ls` property, I used the following: ```js import { MemoryStorage, WebStorage } from 'vue-ls/src/storage' // eslint-disable-next-line const _global...

Hi everyone! Yesterday I also run into this problem. I was following the example at the [indexers doc](https://storybook.js.org/docs/api/main-config-indexers#examples), which uses `importPath: 'virtual:jsonstories'` to generate the stories in Vite. I'm creating...

Yes, the first post is the recommended approach. It's been a long time since I used Django, but from what I remember, when using `.get` you would lose the `prefetch_related`...

Hi @maarcingebala and @NyanKiyoshi . I apologize for not paying attention to this library. A few months ago I decided to focus on others things in my life and I...

Github is not allowing me to transfer the repo as I "don’t have the permission to create repositories on mirumee". I added you as collaborators for now. We can keep...

Can you tell me which version of python and django are you using? If you have the time, can you do a PR with a test that fails in this...

Hi @sjdemartini, can you provide an example of using this vs not having this feature?

Hi @TurnrDev! This would be a great addition. I'm not working anymore with python, but feel free to create a PR and will gladly review it so we can merge...

Hi @jathanism! This issue skipped my radar and I just noticed because of another one that was reported. If I find time in the future I will try to debug...