Daniel Perez

Results 11 issues of Daniel Perez

I am trying to send a request with a query as follow: ``` http://example.com?foo[]=1&foo[]=2 ``` which is to encode easy using `Plug.Conn.Query.encode`, as `%{foo: [1, 2]}` yields the correct result....

A discussion about aliases has started in https://github.com/asdf-vm/asdf-elixir/pull/63. As this is not directly related to asdf-elixir but rather to asdf, let's have the discussion here. I personally only use "regular"...

Hi and thank you for this plugin. Although I prefer to append the results, I sometimes want to clear the results pane. I could not find a way to do...

Allow fundle plugin to only load a part of the functionality (for examples, only completions). Adding the `--no-completions`, `--no-init` and `--no-functions` flags should work.

The `EscCharSetProber` class was quite buggy, and I got errors when testing for files with ISO-2022-JP encoding. This have fixed it at least for the files I tested here.

I made a small change to allow to navigate through the results using tab/back tab. I do not think tab should be useful for anything else in the input context...

Hi, I would like to validate the types of the values in a struct, but I could not find any easy way to do it, so I added a validator...

Change xsbt-gpg plugin to sbt-pgp plugin as the former is not available with the current version of sbt. Update build.sbt to update Scala 2.9 patch version and to cross compile...