-
Package version (if known): current
## Describe the bug
If a user sets `Preferences Locale` to a not `en` value the worker can't create a valid json and the DOI registration on Datacite fails.
…
-
### Company or project name
_No response_
### Question
create table with
```sql
set flatten_nested = 0;
CREATE TABLE nested_test
(
`id` Int64,
`nested_field` Nested(a DateT…
-
```
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…
-
### Description
This came up from an accessibility audit of one of our internal components which makes use of TreeView. (GitHub staff link for more context: https://github.com/github/collaboration-wo…
-
Tutorials: https://developers.sap.com/tutorials/appgyver-display-information.html
--------------------------
Write here how you think we can improve the tutorial ...
Point 1 :
Context :
The da…
-
**✏️ Describe the bug**
I am using version 4.10.1 and also i have `validation_strategy` set to `always`.
**↪️ To Reproduce**
```php
class Event extends \Spatie\LaravelData\Data
{
public function…
-
**Is your feature request related to a problem? Please describe.**
Some options share name/ID with other options, which currently means only one can be targeted. I've also heard reports that mode sub…
-
TODO:
* Rewrite intro to say that the problem is to verify parsing implementation and conal has made a start, we extend that.
* Write outline of things I'm working on in the paper. Tighter feedbac…
-
```
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…
-
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…