Jon Gretar Borgthorsson

Results 23 comments of Jon Gretar Borgthorsson

Had this problem too when I set the default zoom level to 9.5. Some of the markers would simply not appear but no errors appeared. Changing the default zoom level...

Yeah didn't realize about the slashes. Added.

What do you mean? Slashes should go through now without being filtered out.

Yeah it makes sense that history plays a role. Just not at the expense of an exact match. Even if you would write the full `mix.exs` filename there it would...

I created a pull request from what I had hacked together locally. This works from what I have tested although I wonder if there is a more graceful way. But...

The _build dir should not be empty. The umbrella compiles all it's sub applications into there before starting the app.

I am building a rather large applications. It makes sense for me to split up to multiple Elixir apps inside a larger umbrella project. This is similar how Riak is...

Sorry. Been busy with getting married and traveling. :smile: I'll write a simple example asap. However it's pretty simple. There are 2 or more apps in the umbrella. And I...

Noticed something that might be the source of some confusion.. > If it is the former case, Application.app_dir(d.app, "ebin") returns a subdir of _build in the upper / umbrella directory,...

This would be my first real Rust code. Possibly it is lacking in quality. But it seems to work.