Marcel van Pinxteren

Results 14 issues of Marcel van Pinxteren

To enumerate the classes, the plugin uses [`ClassGraph`](https://github.com/classgraph/classgraph). This class scanner supports filtering on package name. If we use this, we could write: build.gradle ``` classDiagram { packageName = "com.github.roroche"...

Other libs, like JaSerializer, have their own implementation. Would be good to have it in Poison. We could parse stuff like {"a-name": "John"} into %{a_name: "John"}

Would be nice to make the new `:slug` feature available in its own function, e.g. `UUID.string_to_slug!("870df8e8-3107-4487-8316-81e089b8c2cf")` and `UUID.slug_to_string!("")` Readme should be updated accordingly.

enhancement

This is the error I get: `MethodError: 'convert' has no method matching convert(::Type{PostgreSQL.PostgresType{Name}}, ::Type{PostgreSQL.OID{16447}})` I ran into this problem, because I had decided earlier in my project, that an enum...

We want to log retries and 'giving up' with its own message. I now implemented this with a condition in the `Retry`: `if (attempt < MaxAttempts) {normal behavior} else {custom...

The unit tests, and also doing Pkg.precompile() fail with ``` ERROR: LoadError: ccall method definition: argument 2 type doesn't correspond to a C type Stacktrace: [1] top-level scope @ C:\Users\mpinxte1\.julia\packages\JULIAdotNET\7zJUz\src\julia\SharpForJulia\NetCore.jl:74...

Chris McCord describes how to [inject your own serializer](https://github.com/phoenixframework/phoenix/issues/2631#issuecomment-343971565) into the Phoenix channel pipeline. I guess ProperCase could be used here. I experimented a bit, but could not get it...

Would be nice to have in the readme some instructions as to how to detect the user's language. The most common scenario would be that the app is presented in...

Currently, the Ecto adapter uses ArangoEx. This driver exchanges regular json with the ArangoDB server. Working with VelocyStream would make things faster.

Ecto.DateTime was deprecated some time ago.