Fernando Mendes

Results 21 issues of Fernando Mendes

Following #41 I was wondering if it would be a fair idea to add a default LICENSE template for open source projects. If so, any LICENSE suggestions?

question

Hey! I have a project where we use Mimic to copy a few modules, worked perfectly until we tried to copy a module that was basically a NIF module: ```elixir...

bug

Hey! Would it be possible to release a v0.18 version? v0.17 was a few years ago and ever since there have been a few PRs merged that would be helpful...

`use Mix.Config` is deprecated and in development causes a warning. This PR replaces it with the new `import Config`

The current usage of `Supervisor` is deprecated, this PR updates it to the new version (and consequently silences the compile time warning in development)

Added the default mix formatter from `mix_new` and ran mix format on the project.

Floki was bit out of date, so I just bumped the dep and fixed a failing test.

Hey! I don't know if you want this but since Letterboxd allows you to import a watchlist, I tweaked your code to allow exporting the trakt watchlist as well. It's...

Are there any plans to support [ericmj/mint](https://github.com/ericmj/mint)?

[Retrieving the contents of a file](https://platform.openai.com/docs/api-reference/files/retrieve-contents) is an API call that wasn't implemented. This PR adds it, although it's not ideal since we're not streaming the file and everything is...