David Alpert
David Alpert
@jph any progress on that drafted change? 😀
this ability would be super duper helpful for people learning about temporalio as it is easy to create namespace before thinking through or even understanding consequences of a naming strategy....
I am seeing this same behaviour in the guark sample app. notifications work fine on osx but none of the dialogs are opening. running the sqweek/dialog/example/simple/main.go app from my owx...
this is an older issue but I ran into the same problem. I took a crack at resolving it on a local branch by: - added an `-f` flag to...
I didn't find the PR that @aaronmmanzano mentioned until this morning, I assume that https://github.com/droyo/go-xml/pull/72 is it? I'm going to have a look through to catch up on what I...
PR #72 has some merge conflicts with `master` in `parse.go` which are complex enough that I don't want to get it wrong. In the meantime, here are a pair of...
is this sufficient, to set `driver.hostname_alias` in `.kitchen.yml`? - https://github.com/test-kitchen/kitchen-dokken#adding-hostname-aliases or is there more setup which is required?
would you be looking to implement this as a breaking change, reworking the [current configuration options interface](https://github.com/wintoncode/Winton.Extensions.Configuration.Consul/blob/aceae35c2d4258ec303775398d6da13d8d93e9dc/src/Winton.Extensions.Configuration.Consul/ConsulConfigurationSource.cs#L27-L31)? or looking to build enough internal classes to mirror the `consuldotnet` interface such...
after a bit of experimentation, I don't see how this can be a non-breaking change, since the `consuldotnet` `ConsulClientConfiguration` class is exposed directly on the `ConsulConfigurationSource`.
similarly it would be awesome to support this syntax: ```js grunt.registerTask('build', async function () { await callSomeModule(); }); ```