Dave Kushner
Dave Kushner
@slashdotdash, now that is interesting as this was my original assumption regarding connection use by aggregates. It does not appear to be what we're observing, however. In a clustered Kubernetes...
While on this topic of the difficulty locating and invoking arbitrary functions, is it at all possible in Dyon to do this sort of thing to a non-main function? I'm...
So, this is a naive solution: ```rust let mut module = Module::new(); error(load_str(&*asset.name, Arc::new(asset.source.clone()), &mut module)); error(self.host.call_str("init", &[], &Arc::new(module.clone()))); ```
@bvssvni: perhaps I'm misunderstanding its application but how would that library interact with a Dyon script I am executing from my Rust code? It would seem that what that library...
None of these options appear to work in a child component. I'm attempting to use the method `map.getProjection()` inside the handler for the `this.$mapPromise.then(map => { ... })` and, somehow,...
@dwhelan I'm ssuming that since this issue is about two years old, I don't have much hope of a resolution in this case, huh?
I second @jesseclark's suggestion. The ability to have certain schema/uploaders target certain subdirectories of the destination would be excellent.
Yeah, this issue is discussed here: https://github.com/golang/go/issues/28435. I am also having this problem. It appears that the Go package resolver interprets the repository name as a major release branch because...
@jaredhasnon, has there been any progress on this? Given that simplicity of testing is one of the main benefits of IoC-enabled applications, I'd expect that'd be one of the first...
@madhums, is this closed? I see the use of rename in the example configuration allows you to manipulate the existing filename if you specify a function, but what I would...