Fernando Mendes
Fernando Mendes
Ah, I missed that. My bad. That's actually really interesting. It would probably help other developers to be aware of this limitation. Would you consider adding a note referencing/explaining this...
In Firenest.Topology we have the following definition: `@callback send(t, node, name, message :: term) :: :ok | {:error, term}` But in the case of using something akin to `gen_tcp`, wouldn't...
This is a tricky one. We're binding to hoedown via [@still-ex/markdown](https://github.com/still-ex/markdown). Ideally, we'd support that within the markdown parser but I don't think we have the bandwidth right now to...
I've been away for a while so pardon any mistake while I jog my memory but don't we have a synchronous step before the traversal ends? I'm wondering if we...
A potential quickfix (or first version) would be to just link to an `app.js` file and have said tool generate that. The issue is that we would fail including it...
Yes, absolutely. what I meant was as a first take on this.
How are the tests locally?
> this is a fairly hard-to-debug failure. Second this, saw a few other users with the same issue. The fact that we have aliased is confusing people. I'll update the...
You make a very good point. > somehow try to guess the action & resource for every single type of request I agree with your reasons, I don't think that...
I think LiveView adds a few `conn.private` keys we can leverage.