Jan Gosmann

Results 102 comments of Jan Gosmann

It moved a few line down: https://github.com/nengo/nengo-gui/blob/master/nengo_gui/components/pointer.py#L123 Note that the new Nengo SPA offerst a strict mode on vocabularies where `parse` won't allow to add new pointers. Not sure if...

This seems to happen primarily on slower computers (I never noticed it on my Macbook). It appears that the corner does not stay fixed under the mouse pointer. I believe...

Does happen on my Mac with Firefox. Not sure whether it is exactly the same issue because I don't think it happens due to performance (though this would correspond to...

For some resize operations it is not happening at all, but if it is flickering in one resize operation it is reliable and it is quite easy to find mouse...

It might be good to have some more structure in the general tests folder. I suppose we won't just test for bugs, but make sure some general functionality not necessarily...

Would you envision something were multiple SPs can be bound at once like so: ```python base_sp.bind(first_sp, second_sp, third_sp, ...) ``` Or rather something were you can convert a vector to...

Something like this already works, you can put `SemanticPointer` instances into a NumPy array and use these: ```python A = np.array([spa.SemanticPointer(...), spa.SemanticPointer(...), ...]) B = np.array([spa.SemanticPointer(...), spa.SemanticPointer(...), ...]) C =...

@bjkomer, @arvoelke Does anyone have time to review this soon? Then it could be included in 1.3 release. (No worries if not, then it will be released later. It is...

@hashworks Did you test against an URL that does a redirect? It does work for the first URL, but the DNS query for the redirect URL is made for `A`...

Affected by this as well. Also, [cross-linking this comment](https://github.com/vitejs/vite/issues/6922#issuecomment-1497587792) from #6922 talking about the same problem.