Nathan Cox

Results 30 comments of Nathan Cox

haha, I run into this question every time I get someone new to use asdf. It's definitely an issue, but because `pip` isn't a part of `asdf` I'm not sure...

You’re probably just getting lucky. I’ve had issues with forgetting to reshim for every language I use asdf for; python, ruby, node, elixir, erlang, elm, etc. It’s inconsistent and I...

FYI, this ties into my open issue here: https://github.com/lauren/pick-a-color/issues/29

I'm experiencing the same issue; however, reloading the page does _not_ fix it for me. On subsequent reloads the dragging functionality will be broken, until I close the tab and...

It's worth noting that if you host via Galaxy they include prerender.io for free.

Out of curiosity, do you know if an arrow function is being used there? That would explain context not being passed properly. Could you provide a reference to the line...

Astronomy is a mechanic for defining validatable schemas for the Mongo collections used by the rest of the app, as well as a more normalized means of accessing that information....

There's some poorly documented magic happening with Astronomy that isn't really apparent. For example, you don't actually ever _need_ to do a `new User()`, in order to get an astronomy...

@dtwist I'm not 100% certain, and I will test this later, but I believe that because the Astro class isn't being defined in an `imports/` directory the file is still...

I don't see anything wrong with the call itself. Are you making sure that it's being called in top level code?