Jim Geurts

Results 42 comments of Jim Geurts

@apecollector > I have the same issue, I need to add multiple column constraints. fwiw, I was able to add an index using the supabase sql editor. It's not ideal,...

Not sure if it's of interest to anyone, but I hacked a solution using jquery: ``` javascript $(document).on('focus', 'span.select2', function () { $(this).prev('select:not([multiple])').select2('open'); }); ```

I'm using react-autosuggest with Algolia and bootstrap, and I needed to show a footer saying "Powered by Algolia." To accomplish that, I sort of hacked around things using multiSection and...

fwiw, you can style the class used for `suggestionsList` to hide the empty list: ```css .suggestionsList:empty { display: none; } ```

Does anyone have a workaround for this? I'm also seeing it with version 2.0.0

For what it's worth, only the master/org management account is throwing the error. Other accounts process correctly

This is how I resolved things: This issue looked due to the state for each `aws_default_vpc` being outdated/incompatible. At this time, there are 17 regions/default vpc resources, which seemed to...

Still no luck... I originally ran it with the parameter that you mentioned and then I ran it with `genghisapp -x -d --foreground` The output was: ``` [2014-11-05 14:24:55 -0600]...

Yes, but I'm not tied to that - I am happy to change versions, if needed.

Any other ideas or things you'd like me to try?