Georg Ledermann

Results 16 issues of Georg Ledermann

Since version 2.5 searchlogic can not be used in apps which uses the gem "ts-delayed_delta" from thinking-sphinx, too. On startup, this error message is raised: ``` Mysql::Error: Table 'myapp.jobs' doesn't...

I'm looking for a way to use Searchlogic to find records which DON'T HAVE records for a given association. For example: "Find all Contacts which have no addresses" ``` class...

The styles of this component are included in the JS distribution file, so at runtime they will be added to the `` tag of my application. Because this can violate...

I'm using horizontal scrollable tabs in my current project, so the active tab may be out of sight after connecting the controller. This PR fixes this by changing two things:...

Great gem, @mrkamel! One small thing: Support for PostgreSQL enums would be great. Currently, it fails with a `NameError`. Example: ```sql CREATE TYPE public.person_gender AS ENUM ( 'male', 'female' );...

Since a few days all my applications that use `puma-dev` don't work any more because of this error: ``` http: proxy error: dial tcp 127.0.0.1:3035: connect: connection refused ``` I'm...

question
triage

Is it possible to use this component **without** having the styles in the tag of my applications HTML file? I'm using Webpack 4, Vue.js 2.5.17, vue-infinite-loading 2.3.5. What I have...

enhancement

Leaving orphans is harmful. With MySQL it's a disaster, because record id's can be recycled (please see #247). But it's never a good idea to have foreign key references pointing...

Trying to install StoryBook. Currently, starting StoryBook with `yarn storybook` fails with this message: > Failed to resolve import "@storybook/vue3/dist/esm/client/docs/config" from "../../../../virtual:/@storybook/builder-vite/vite-app.js". Does the file exist? To reproduce, checkout this...

**Bug description** After upgrading to 2.18.1 (BE) in a Docker Swarm setup, there are repeated errors in the log file **Expected behavior** I expect no errors to appear in the...

kind/bug
area/swarm
bug/confirmed
internal/jira