Hector Jusforgues

Results 11 issues of Hector Jusforgues

Hi! I'm having some trouble when using crates from a repository which defines a workspace (multiple crates). Here are the relevant bits of my example: Cargo.toml ``` [dependencies] virtual-dom-rs =...

bug
help wanted
good first issue

**Environment** rkt Version: 1.27.0 appc Version: 0.8.10 Go Version: go1.8.3 Go OS/Arch: linux/amd64 Features: +TPM +SDJOURNAL -- Linux 4.9.37 x86_64 -- NAME=NixOS ID=nixos VERSION="17.09pre110905.0eb4f6fd25 (Hummingbird)" VERSION_CODENAME=hummingbird VERSION_ID="17.09pre110905.0eb4f6fd25" PRETTY_NAME="NixOS 17.09pre110905.0eb4f6fd25 (Hummingbird)"...

area/networking
depends-on/cni

See the failing test in https://github.com/Maks3w/SwaggerAssertions/pull/29 Because [`parse_str`](https://secure.php.net/manual/fr/function.parse-str.php) is used on the query string, all query parameters are considered to be strings. Is there currently a way to have a...

Hi! Just saw some exception, I'm just here to report it if it can help. Plugin version: 1.6.1 Stacktrace: ``` java.lang.IndexOutOfBoundsException: Index 2 out of bounds for length 2 at...

bug

Hi! I want to [create a view ](https://www.postgresql.org/docs/current/sql-createview.html) and manipulate it with Exposed. I searched everywhere, but it seems it is not supported yet. Did I miss it somewhere? I...

enhancement
good-first-issue

It would be best for users to have this provider's features into the official `terraform-provider-google`. I first thought the maintainers were against it due to this issue that was closed:...

I put a high default timeout because Google can be slow to update their DNS records, but users can modify it and it is not yet documented.

I've done some benchmarks, and FNV is ~3 times faster than SHA256 https://gist.github.com/hectorj/8ac959c071d44ec4d718 I know it's only ~1 micro second by hashing, but it's also only a 3 lines change.

`MapTo(interface{}, interface{}) TypeMapper` is a bit confusing, as nothing tells us which is the value and which is the pointer to interface. Named the parameters in the interface, to clarify...