Max

Results 10 issues of Max

I would have expected to be able to sort the result of `Timex.parse!/2` by using the `Timex.compare/2` function, so I don't have to worry about whether I'm dealing with a...

Ok this is less of an issue and more of a question... Does scroll-reveal work with pre-rendering (or sever-side rendering)? I created a simple page that has some scroll-revealed elements....

**Describe the bug** When editing a large doc block, IntelliJ hangs showing an unusual popup that offers you to "dump threads". **To Reproduce** Steps to reproduce the behavior: 1. Unzip...

Kind:Bug
Note:Waiting on Feedback
Category:Documentation
Category:Performance

Hi! This looks like a cool library. Thank you so much for writing it! I think this is something that is badly needed in Elixirland. I was planning to use...

**Observed behavior:** When I build a changeset with ordinary embeds, these embeds stay changesets. When I build the changesets with polymorphic embeds, the embeds are turned into structs if they're...

When I use `Phoenix.HTML.Form.inputs_for/2` on a list of embeds (i.e. defined using embeds_many), the name of the fields for the embeds generated with `Phoenix.HTML.Form.input_name/2` includes an index ([0], [1] etc.),...

First of all, thanks a ton for this great library 👍 I have the following schema (abridged): ```elixir defmodule ClientApiConfig do schema "client_api_config" do polymorphic_embeds_one(:args, types: [ legal_tracker: DataIngestion.LegalTracker.ApiArgs, counsellink:...

Hi! We have a CH cluster with 3 replicas. Occasionally (maybe once a day), we're replacing the data in a table with new data. For that we do: ```python clickhouse_client.execute("ALTER...

First of all, thanks for creating this library! I really want to use it as I feel it would allow me to write tests that interact with external APIs more...

@maxmarcon loving what you've started here! is there a known way to get the selected options to appear inside the search input, as shown in the gif above: ![Alt Text](https://user-images.githubusercontent.com/2629/213181396-45cabcff-877f-422c-96d2-c47b009857b3.gif)...