Dan Schultzer
Dan Schultzer
Yeah, it makes sense there is not really any measurements for errors since it means it halted somewhere halfway so what are those measurements even good for. But shouldn't that...
I believe NimbleParsec is now the ideal way to build a tokenizer. Whenever I have the time I'll take a stab at it.
There's no way to do it now, but I could make it configurable. It's important to note that the user id MUST be case insensitive, hence why it gets lowercased...
This is how I deal with it at the moment: ```elixir # TODO: Remove when upstream Pow can handle LiveView/socket auth defmodule MyAppWeb.Pow.Phoenix.LiveView do @moduledoc false use MyAppWeb, :verified_routes def...
@goulvenclech Looks like you are using the EtsCache. It will reset each time you restart/redeploy (or be fragmented if you are running in a cluster). You should instead use a...
Oh sorry, I was reading the first version you posted. Yeah it all looks correct. What setup do you have on fly.io? Are you running more than one node at...
FWIW there's a related question to this in Pow where a plug is sufficient to append params: https://github.com/pow-auth/pow/issues/702#issuecomment-1628149650 For PowAssent it's different since we pull the user params from the...
Yeah, I think I'll add a way to be able to transform the conn right after provider callback has been processed. You can already set callbacks for when a new...
Thanks, can you show me an example that produces this using `Premailex.HTMLToPlainText.process/1`? The `Premailex.HTMLParser` specs requires only `html_tree` types as argument, and I didn't find a way to get it...
@marcos90gil did you figure it out? It could probably be added in easily: http://docs.opencv.org/2.4/modules/core/doc/basic_structures.html?highlight=dot#mat-dot