Bennie Swart

Results 5 issues of Bennie Swart

We often use symbols in binding contexts to store intermediate data used by bindings, and when creating a child binding context, these symbols should be copied along with the normal...

Copied from https://bugs.jqueryui.com/ticket/15271: During automated testing the autocomplete menu sometimes selects the wrong item upon click. This can be reproduced by making a page with a normal autocomplete input with...

Bug
Comp: Menu

### Behaviour When multiple runners on the same machine simultaneously run a job using this action it often happens that this action's cleanup in one runner will clean the key...

Not sure if this is a bug or intended behaviour, but the following occurs in latest versions of both knockout and tko: ```js o = ko.observable() c = ko.pureComputed({ read:...

This is probably a very similar issue to https://github.com/joe-re/sql-language-server/issues/129 in that it simply requires extension of the parser. The code I'm hacking on: ```sql CREATE OR REPLACE FUNCTION api._cuidin(cstring) RETURNS...

enhancement