Carl Holwell

Results 13 comments of Carl Holwell

Not sure how similar this is, but I've been trying to use mongo 5.0 time-series collections, with kotlinx.serialization and kotlinx.datetime. In a regular collection I can use kotlinx.datetime with no...

Imo this would be a great feature in line with koin's dynamic approach to loading and unload modules

This seems to work fairly well for anyone that stumbles upon this ``` fun Module.set(qualifier: Qualifier) = single(qualifier) { mutableSetOf() } fun Scope.getSet(qualifier: Qualifier) = get(qualifier) fun Module.intoSet( setQualifier: Qualifier,...

In my case, I'm interested in binding multiple implementations to some type, which can then be injected together in a collection in order to contribute functionality based on whether a...

Hi @qwert2603, unless I've misunderstood your article we're actually looking for a slightly more general case here. We need to be able to use definitions for the types contained in...

Seems a shame for this to die of staleness when there's a fair bit of interest 😁

@JosephTLyons ah perfect, thanks for the quick response! I wonder if it might be useful adding a quick line about this somewhere on `https://zed.dev/docs/key-bindings` ?

turning language server off fixes it so may be that odd though

@Moshyfawn agreed that it sounds the same, although given there are two different languages affected and both can be resolved by turning off language mode might be a generic issue...

Would be nice to be able to see somewhere in the ui the running language servers