Armando Magalhães
Armando Magalhães
Is anyone actually needing any of those?
@mackenzie-orange thanks for commenting out! Just added it to the list and will work on it as soon as I can. Feel free to submit a pull request as well...
this sounds like a fair feature request, I'll try to work on it as soon as possible today I spent some time updating dependencies and doing some maintenance in the...
I'm trying to use the `npm:ts-pattern` way but I'm getting this some times: ``` 2023-03-27T16:18:45.422 app[111d392f] ams [info] Download https://registry.npmjs.org/ts-pattern/-/ts-pattern-4.2.2.tgz 2023-03-27T16:18:46.438 app[111d392f] ams [info] Download https://deno.land/x/[email protected]/mod.ts 2023-03-27T16:18:46.491 app[111d392f] ams [info]...
*in theory* this got fixed in the [last commit](https://github.com/armand1m/gringobot/commit/d32d46a193e0df543691042d2bb054c52869cbe0), where instead of checking if the reply is available at all, I just console.log it and cancel the event flow in...
@karaggeorge any thoughts on this so far?
This development has started in this repository: https://github.com/armand1m/face-recognition-service
Can we have a new bundled version published instead? The src code already uses the updated `prop-types` so we should just publish a new release to the registry to get...
IMO, you should handle routing in Tailor. You can have your component fragment servers running, and you can create a template for each route of yours and expose them through...
Well, it happened that I just found some edge cases too. For example, let's say I have an application with a Dashboard. There is a `fragment-dashboard` and a `dashboard.html` template...