Daniel Perez

Results 136 comments of Daniel Perez

What you are trying to do makes sense, but the skipgram usage is I think a little off. This should rather be a two steps process: 1. Train embeddings code...

Sorry for the delay. > i was wondering if I should use all my data I suggest you use only your training data when learning the embeddings, to be sure...

Sorry for the delay! > The only real "benefit" is that HTTPoison would add the ? right? That would be one benefit, but for me the major benefit is to...

I am having the same issue. Impossible to use `~run` as when I use a method that was not used during the build where proguard ran, I get a `NoSuchMethodError`.

After double-checking, it rather seems to be an issue with how we handle the system version. I think that if we give the `system` version first, `asdf` will always use...

@metakirby5 This is mostly how it was implemented a while ago, but as asdf started handling other things, the logic got more complex, making things slower. For example, we need...

> default and legacy users can enable legacy_mode via an env variable or something We already have a setting for this in asdf configuration file: https://asdf-vm.com/#/core-configuration?id=homeasdfrc I am currently doing...

_Originally posted by @bitwalker in https://github.com/asdf-vm/asdf-elixir/pull/63#issuecomment-493470419_ > @bitwalker the goal of asdf is to make version management simple, that usually results in it being fairly easy to use too, but...

@bitwalker Thanks for the detailed explanation. I think this would be a reasonable addition. Not polluting `~/.asdf/installs/PLUGIN/` is I think desirable, so I like this approach. If we were to...

@bitwalker Thanks a lot for offering to help. I am starting to think this might be a good opportunity to give "non-language plugins" a try. https://github.com/asdf-vm/asdf/issues/367 I understand this feature...