Adam Brodzinski

Results 21 issues of Adam Brodzinski

First, thanks for this awesome piece of software! So simple. If i'm in a cell and want to exit the cell without changes, I expect that hitting `esc` would do...

question

I ran into an issue with a clients file where simply open it and hit save and the field `24,000` is truncated to `24`. Would setting the decimal format to...

The current implementation dumps a warning to the console (at least with the latest Reason). This uses a different way to create the link and children.

When using the Link module it dumps `Warning: Each child in an array or iterator should have a unique "key" prop.` to the console. Working on a PR to fix...

I'm getting the following error when trying to boot up my app. It says `init/0` is undefined. I see that it's currently private and i'm not sure if that's related?...

I'm just wondering if this project is deprecated/abandoned? If so there are two other Elixir GraphQL libraries that could be linked to in the readme (along with a deprecation notice)....

I have a certain use case where I need to pass in a list of records into the context provider's parent as props. I also have the default context setup...

I tried out the generator by following the readme steps and the Yaml doesn't update the `` tag or insert a description. Is there something that i'm doing wrong?

This is **_really**_ great! Thanks!! Just wondering if you've done any benchmarks on how much CPU is used for SSR? My limited trials used a massive amount of CPU usage.

question

One function that would be nice to have is `delete_all`. For example: ``` elixir table("codes") |> filter(lambda fn (code) -> code[:phone] == "+15554440000" end) |> Repo.delete_all ``` Currently i'm just...