CC007

Results 56 issues of CC007

Consider the table foos: ``` +---+-------+ |id | foo | +---+-------+ |INT|VARCHAR| +---+-------+ ``` If you then query using `find_by_id`, the result is as expected: an object (lets say `$var`)...

Say I have 2 tables: bars ``` +--+---+ |id|bar| +--+---+ ``` foos ``` +--+------+---+ |id|bar_id|foo| +--+------+---+ ``` And in php you have the active record model classes foo and bar....

I tried to create an account for the forum on your website, but saw that the login page was not protected by https. This i against laws for personal data...

**Is your feature request related to a problem? Please describe.** Right now the page title for rancher is always Rancher. If you want to go back to a previous page...

kind/enhancement
size/2
JIRA
QA/dev-automation

I see that in the past 4 years there hasn't been any work done on the project. Issues aren't responded to and user-made and dependabot PRs aren't being merged. Is...

I see that in the past 4 years there hasn't been any work done on the project. Issues aren't responded to and user-made and dependabot PRs aren't being merged. Is...

In the Netherlands we don't use the NL keyboard layout. We usually use the US - International layout (e.g. the US layout with dead keys). With xkb this would require...

### Request Update alertmanager to v0.25.0 ### Background alertmanager added support for discord receivers in version 0.25.0, which is a feature that I'd like to use.

I have a maven project using dagger. I can see and use the dagger binding navigation in the margins of my code, but the Dagger window doesn't show any bindings....

bug