Mike Zornek

Results 99 issues of Mike Zornek

So I have a Rails project and UUIDs as primary key is a requirement and I'm giving this gem a shot. One issue I've ran into is the relational ids....

I'm adding a in-code Release module so I can perform migrations (and rollbacks) from the complied binary. I see that there is an in-code `Triplex.migrate/2` function but I could not...

Using BCCollectionView in my app I'm noticing that when I select a few items and hit delete, sometimes the drawing isn't right. http://media.clickablebliss.com/blog/movies/delete_selection_bug.mov When the managed object context changes I...

Working in my own side project today I was trying to use `assert_email_sent` after a `deliver_many` call. I don't think this is working. Might be doing it wrong. Not sure....

enhancement
help wanted

Wishlist idea: I'd love a new command to, for the function at the current cursor position, open the hexdocs URL in a web browser. ![FdCRdUvXEAATCnf](https://user-images.githubusercontent.com/52168/191084838-c115970b-33fd-49fc-b553-d2d16303bce4.jpg) I am aware of the...

https://github.com/exercism/elixir/blob/be6101a052f015a8fd74e2fe233d0bb1af1b0543/exercises/concept/captains-log/.docs/instructions.md?plain=1#L44-L53 I solved this early on with the following but then was dumbfounded why the test would be specifically looking for an `ArgumentError`. When I attempted to add guards I...

I'm using `AshAuthentication.Strategy.Password` in my app and was interested in customizing the default `8` character requirement of a password. I am interested in having it be `20`. To the best...

enhancement
good first issue