Erik Timmers
Erik Timmers
Are there any plans to merge this fix in? It seems to work so far.
I am running into the same issue with Node 10 vs 11 (running elm-test on Travis). For Chrome it seems to be fixed since v70: https://mobile.twitter.com/mathias/status/1036626116654637057?s=19. The latest Chrome indeed...
To add some background: Elm's `List.sortBy` uses `Array.prototype.sort` under the hood. That sorting function is not guaranteed to be stable, i.e. the original order is not guaranteed for equally sorted...
According to AWS support the docs are outdated and this field will not be present with APPSYNC_JS. I'm hoping for an official update here as well.
I'm new to immudb. What's the status on this?
Thanks for your message, @stepanstipl . A short heads up: * Currently, I am working on a big refactoring of the library and generator to resolve some of the current...
Hi @mplzik, I am not actively adding new features to this package. Feel free to create a PR if you want.
Did not notice this before but fixes #9.
Thanks @alxy. Here's what I tried to create a user for an AD group. This is the initial Terraform script I used: ```terraform data "azuread_group" "this" { display_name = "tf-group"...