Joonas Palosuo

Results 12 comments of Joonas Palosuo

Hi! I started working on a Directus 7 update, the current project is such a big rewrite I'm not sure if its good for a pull request, so the code...

I managed to work around this issue for now by referring to https://github.com/vitalik/django-ninja/issues/53, and using a custom property on the model: ```python import json from django.contrib.gis.db import models from geojson_pydantic...

I managed to work around this issue by creating a completely new Mi Home account by using phone number only. It didn't ask for 2FA this way (at least for...

@Csejka I used the numeric User ID that is shown on top of Mi Home app (either on "profile" tab or "devices" as `############'s home`, do note that you also...

I see :thinking: Are there other features that depend on the difference of handling raw or decoded paths? I think it would feel more natural for as many features as...

@nicolas-chaulet Did you manage to work something out? I have similar needs for a project of my own, but haven't been successful in creating a custom hook for this yet...

I tried my hand at generalizing @hornta's solution, but for type safety it seemed to require some pretty dirty imports, maybe someone knows how to clean the type signatures a...

I've recycled the JS examples from docs (https://docs.directus.io/guides/layouts/, https://docs.directus.io/guides/displays/, https://docs.directus.io/guides/interfaces/, https://docs.directus.io/guides/modules/) so they do work with the `-j` flag right now! But unfortunately not with Typescript... I'm gonna learn myself...

> This is the template you're working with now right?: https://github.com/directus-community/extension-toolkit/blob/main/src/templates/javascript/interface/src/interface.vue Yeah that one, and its "parallels" in `src/templates/javascript/layout/src/layout.vue` etc. substituting `layout` twice for `module` or `display` Besides that I'd...

Hi! If you're still facing issues with this, could you try out the stubs package I made to see if it would work for your needs? https://github.com/Jonesus/pony-stubs