Simon Thörnqvist

Results 6 issues of Simon Thörnqvist

Use [`:ets.insert_new/2`](https://www.erlang.org/doc/man/ets.html#insert_new-2) to only insert link defs which does not already exist in the ets table. Closes #371

For context: https://github.com/elixir-grpc/grpc/issues/274 I'm working on http/json transcoding for [grpc](https://github.com/elixir-grpc/grpc/) and basically want to populate `MethodDescriptors` options with an extension during compilation. The recommended approach is to install the escript...

Kind:Feature
Effort:Large

> gRPC Transcoding is a feature for mapping between a gRPC method and one or more HTTP REST endpoints. > It allows developers to build a single API service that...

enhancement

Support for [gRPC transcoding](https://cloud.google.com/endpoints/docs/grpc/transcoding). * Closes #192 * Closes #274 This feature is opt-in using the `http_transcode` option in the server definition: ```elixir defmodule Helloworld.Greeter.Server do use GRPC.Server, service: Helloworld.Greeter.Service,...

[Reference:](https://github.com/hashicorp/hcl/blob/main/hclsyntax/spec.md#templates) > Within quoted and heredoc string expressions, the sequences ${ and %{ begin template sequences. > Templates let you > directly embed expressions into a string literal, to dynamically...

This PR adds support for [Table Valued Parameters](https://msdn.microsoft.com/en-us/library/dd304813.aspx). It's functional but can be considered a WIP. I would like some feedback and suggestions before I progress further. Most functionality required...