Nuno

Results 9 issues of Nuno

This component is very nice, congratulations and thank you ;) I want to make this suggestion: in the form.js, add the types email and password to the hide condition like...

Based on the discussion I opened: [discussion](https://github.com/elixir-crawly/crawly/discussions/215) So, I want to crawl, lets say 100 websites and set the item parse elements (floki query elements) set on a webpage for...

Hi, What is the best way to handle the following: If we embed an image as base64, gmail for instance doesn't show them. [https://mailtrap.io/blog/embedding-images-in-html-email-have-the-rules-changed/](url) I know it is a specific...

question

Hi, any ideia on how to get this working with Dart 3.x? pubspec: flutter_android: ^0.8.0 ``` C:\FlutterSDK\flutter\bin\flutter.bat --no-color pub get Resolving dependencies... The current Dart SDK version is 3.1.0-35.0.dev. Because...

enhancement

Hello all, I am trying to use phoenix 1.7 with tailwind without the npm dependencies. I dont know why but the tailwind is not compiling and generating the css file...

Hi, I'm finding an issue and hope to get some suggestion on how to tackle it. So, I have a background location setup working fine in Android. Even when I...

Hi, Is there any way I can see how to use this gem in the client perspective? What calls should I do? I already installed but I am not sure...

Hi, I have the data coming from a webservice. If my array is declared statically it works, but if I fill it in initState and call setState() it doesnt fill....

Hi, I can send an email using SMTP in Typescript. ``` import { SMTPClient } from "https://deno.land/x/denomailer/mod.ts"; .... const smtp = new SMTPClient({ connection: { hostname: Deno.env.get('_SMTP_HOSTNAME')!, port: Number(Deno.env.get('_SMTP_PORT')!), tls:...