Jorge Godoy

Results 5 comments of Jorge Godoy

hi @zackteo, yeah it's true, adding new functions using `postgisDefineExtras` is a bit tricky. It requires understanding how the current supported functions are implemented. All the functions definitions are in...

Hi nicolas, I only know basic stuff about typescript, so I don't know what is the best way to achieve what you want. Send me that PR, I'll gladly review...

hi @kibertoad! I'd happy to colaborate. do you have something in mind about how to do it? btw, I'm working in a project outside computers, so I'm will answering with...

I don't know what the best practices are in this case, but Solid.js has `lazy` for loading an asynchronous component and `Dynamic` for switching between components. Depending on your needs,...

we can pass the type to the glob function with this: ```javascript import type { Component, JSX } from 'solid-js' type IconModule = {default: Component} const modules = import.meta.glob('@/svgs/*.svg', {...