Ben Richards

Results 11 comments of Ben Richards

I know this is not much information, but I don't know how to provide more. I have looked at the logs for the non-working site, compared the configuration for both...

I found something else related to this that is worth making part of this ticket. The captured value has the quotes, and in the case of a path, that makes...

Found the appropriate CLSID for v1803 https://github.com/mzomparelli/zVirtualDesktop/issues/186 Updating just that solved the issue for me on v1803.17134.48 `[Guid("871F602A-2B58-42B4-8C4B-6C43D642C06F")]` Not sure how you can incorporate so it works for v1803 and...

I ran into this...and how I solved it was to provide DNS servers to the Docker container in Compose, like this: ``` dns: - 8.8.8.8 - 1.1.1.1 ```

Yup, just encountered this with a colon. The issue is utils.clj ``` (defn http-request [method url key & [params]] (let [chan (a/promise-chan) put (fn [v] (trace "HTTP Response " v)...

Any plans on merging this? Or this project not maintained anymore?

Looks dead to me. You can make a repo and a new package, but I switched to FluentAssertions with minimal effort since it already supporrts Core. https://fluentassertions.com/

Yes I do, try the XYplorer package (CologneCodeCompany.XYplorer). That package is the reason this fix exists.