issues Search Results · language:Dune language:Python language:JavaScript language:Java language:Python language:JavaScript
Filter by
55.4M results
Feature Idea
https://huggingface.co/jdopensource/JoyAI-Image-Edit-Plus-Diffusers
@comfyanonymous @kijai @rattus128
Existing Solutions
No response
Other
No response
Feature
Description
Guardrails are currently evaluated only when triggered manually or during execution.
Introducing scheduled validation would allow organizations to automatically verify rule consistency at ...
Joining columns with mismatching data types (e.g. VARCHAR joined to INTEGER) causes dynamic type casting overhead,
disables index scans, or leads to runtime execution failures (introducing Connascence ...
[Migrated from GHES] Original #629 by @jaboumal
Bei jedem Search soll die Anzahl der Logs pro Typ mitgegeben werden.
API
backend
Estimate 1
Hardcoding database, catalog, or environment names in queries (e.g., SELECT * FROM prod_db.raw_schema.table) introduces
Connascence of Identity (CoI). This breaks SQLMesh environment isolation, causing ...
Deeply nested view hierarchies (e.g., raw_table - view_1 - view_2 - view_3 - view_4 - mart_table) degrade query
optimizer planning and increase database compile times, negatively impacting runtime manageability. ...
SELECT * creates strong, dynamic Connascence of Name and Type (CoN/CoT). If an upstream model adds or modifies a column,
the schema change propagates implicitly, causing downstream table definition mismatches ...
[Migrated PR from GHES] Original #628 by @jaboumal Branch: 113-logs-anzeigen → main
img width= 2354 height= 1061 alt= image src=
https://github.zhaw.ch/user-attachments/assets/778e3ca5-50d4-48ae-a88e-9a12e24f53c3 ...
frontend
Using positional integers in GROUP BY or ORDER BY (e.g. GROUP BY 1, 2) introduces Connascence of Position (CoP). If
columns in the SELECT list are added, reordered, or removed, the positional references ...
In src/sqlmesh_ff/checks/dependency_graph.py, the definitions of fan_in and fan_out are inverted:
fan_in = len(model.depends_on) # Outgoing dependencies - Actually Fan-Out
fan_out = len(reverse.get(str(model_name), ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.