Ian C. Anderson
Ian C. Anderson
I was mislead by the docs for the `Html.Attributes.value` function, since it didn't mention that it worked with `textarea`. I was instead trying to bind the contents of the `textarea`...
The To/From direction tabs looked scrunched up against the notch on the iPhone X. This uses a hacky way to check if the current running device is an iPhone X...
This removes the JS code that currently backs push notifications in favor of using the Alert and PushNotificationIOS modules that I'm working on contributing to `elm-native-ui`: https://github.com/ohanhi/elm-native-ui/compare/master...thoughtbot:ia-push-notifications-ios The behavior should...
I noticed that there are a bunch of warnings when running the test suite like this: ``` warning: redefining module Apartmentex.TestPostgresRepo.Migrations.CreateTenantUser (current version defined in memory) priv/repo/tenant_migrations/20160711125401_test_create_tenant_notes.exs:1 ``` I think...
http://www.wholefoodsmarket.com/recipes does this. There is one element with general info and another with ingredients info. Maybe Hangry could just merge the data from all Recipe elements together?
Currently, prelude requires that you define/call batch methods on the instances that would be the "N" part of an N+1 query. Example: ```ruby repositories.each.with_prelude do |repo| repo.starred_by?(current_user) end ``` Sometimes...
Today, a new version of the MCP spec was released: https://spec.modelcontextprotocol.io/specification/2025-03-26/changelog/ IMO the most interesting spec update is that SSE is now _optional_, so it's easier to host a remote...