Miguel Palhas

Results 106 comments of Miguel Palhas

I'm running into this exact issue on a repo created yesterday Default tailwindcss and parcel installation, only with this configuration: ``` # .parcelrc { "extends": ["@parcel/config-webextension"], } ``` I can...

I take this back. went to sleep, woke up, cloned the repo to a second computer, and it now compiles correctly not even sure if it's something wrong with my...

I agree that semantically ordering is better than alphabetical ordering. I also don't think my opinion has changed that much since we last discussed this Did this fail just due...

@zamith yes, I do try to group instance variables declarations according to their responsibility, or context. In ruby that doesn't apply too much, since we don't declare them, but a...

Hi @xantrac I believe this has been fixed in #3 , but never actually release to the package manager I'm no longer actively working on Elixir, so that's why I...

@xantrac I just pushed a new release. apologies for the huge delay

@roynalnaruto does that mean we also have separate decrypt/encrypt functions for v4? I was assuming that was not desirable, beucase it forces the caller to have knowledge of the type...

@roynalnaruto any update on this?

yep. I did see that file. It felt like one big "if/else" with that feature flag splattered all over but are you saying a similar approach would be acceptable here?...