-
I have:
```
class BaseRubric < ActiveRecord::Base
acts_as_nested_set
end
class NewsRubric < BaseRubric
acts_as_taggable
end
```
after
```
a = NewsRubric.last
a.tag_list = "foo, bar"
a.sa…
-
```
We should be able to index collection-valued fields like User.interests so that
queries like some $i in $user.interests satisfies $i = "jazz" can be optimized
via index lookup.
Needs finalizati…
-
```
We should be able to index collection-valued fields like User.interests so that
queries like some $i in $user.interests satisfies $i = "jazz" can be optimized
via index lookup.
Needs finalizati…
-
### Describe the bug
I have a problem with the table component when not all column components are on the same level in the render tree. It look likes the index in the ColumnContext is set to ze…
-
## Abstract
## Steps to reproduce
1. Create a set of nested tabs
2. Press Ctrl+Shift+, (comma)
## Expected result
Nothing should happen with no key combo mapped to TST.
## Actual resul…
-
I'm upgrading my project to the latest version of ponder and in the release notes I saw "Changed UserObject reference semantics.". With this change I'm not sure how I go about setting nested user type…
-
### Describe the bug
I am not able to update the trace name user with `langfuse_context.update_current_trace`
![image](https://github.com/user-attachments/assets/577edaed-1019-45c8-91c6-5e450f5018…
-
Comes from https://github.com/ClickHouse/ClickHouse/pull/70103#issuecomment-2422373199
```
DROP TABLE IF EXISTS src;
DROP TABLE IF EXISTS target;
SET flatten_nested = 0;
CREATE TABLE src
(
…
-
### CrateDB version
any
### CrateDB setup information
_No response_
### Problem description
The release notes mention a couple of optimizer rules:
[5.4.2](https://cratedb.com/docs/crate/refere…
-
Currently [RAPIDS claims support for WSL](https://docs.rapids.ai/install/#wsl2) but only tests this support via ad hoc testing on individual machines. The primary purpose of this testing is to verify …