José Valim

Results 187 issues of José Valim

Preinitializer example with bundler for Rails 2.3 does not use require_dependency neither loads init.rb files. Something along those lines might fix it: ``` require "#{File.dirname(__FILE__)}/../vendor/bundler_gems/environment" Gem.loaded_specs.values.each do |spec| require_dependency File.expand_path("lib",...

bug

Today, I cannot use a module as a handler: ``` module MyModule extend Jimson::Handler def sum(a, b) a + b end end server = Jimson::Server.new(MyHandler) ``` The reason this fails...

Hi @c0b! Thank you for all for the work on maintaining the Docker images! Now that GitHub Actions is using containers, I expect developers to want to use more combinations...

Hi @elbow-jason! 👋 Nice meeting you at ElixirConf! I remember I mentioned to you that, because the existing ndarrays implementations are immutable, your code can be relying on immutable assumptions....

Folks, what do you think about replacing the bindings for [cmark-gfm](https://github.github.com/gfm/) instead? It has some extensions, like tables, which we could leave disabled by default. This means we get the...

enhancement
help wanted

Treat all path dependencies as files in the current project instead of remote dependencies. This simplifies the logic as we no longer need to especially handle umbrella applications, as they...

Livebook does not currently remember any recently opened notebooks. We could store the list of all recently opened notebooks and show that on the "homepage" at the top, either above...

feature
area:backend

The Erlang distributions has headers on ROOT/erts/include and ROOT/usr, we need to include both in releases per `elixir_make`: https://github.com/elixir-lang/elixir_make/blob/master/lib/mix/tasks/compile.make.ex#L303-L308

area:desktop

This will only happen after we ship the desktop app.

chore
area:desktop

* [ ] When going to the Mix runtime tab, we can traverse the directory up. If any of the directories have a `mix.exs`, we can default to it in...

feature
contributions welcome
area:backend