Tim Croydon
Tim Croydon
I've started encountering this problem. Worked fine the other day and then my WebProtege container stopped being able to communicate with mongo. Tried removing all Docker artefacts and reinstalling but...
For others seeing this post, I had this problem (items not showing up). It's because the size is the font size, not an arbitrary number. Try normalising your `size` values...
Yes, this would be useful. Currently throws the error: ```python ImportError: cannot import name '_normalize_hosts' from 'elasticsearch.client' ``` Looks like the ES client has been refactored quite heavily between the...
For anyone stumbling across this error, I found it was caused in my case by using `[formControl]='myControlName'` rather than `formControlName='myControlName'` after I rearranged my form controls into a form group...
And me here. Using SimplePechkin 0.5.8.1 downloaded via NuGet. Get same behaviour in both ASP.NET MVC app and LinqPad. Only just come across the problem so not investigated any further...
I'm not using event handlers. My original problem was indeed because I wasn't using `SynchronizedPechkin`. However, I've noticed that if I make a change to code in VS2010, recompile and...
I tried your suggestion and was able to create a BrownClusterFeature object with no trouble so doesn't look like it's a classloader issue (as far as I can tell). It...
I'm compiling to 2.10.4 and my installed scala version matches that. However, there is a Breeze dependency at a different version - looks like nak pulls in an older version...
I don't recall now, I'm afraid. For various unrelated reasons, we ended up using a different library for similar functionality so I don't think I ever got round to investigating...
Also experienced this with Brew-installed Python 3.12 on Mac OSX. Reinstalling Python 3.12 seems to have fixed it for me in my case (it's now on 3.12.3 - forgot to...