-
### Introduction
Often in a mono-repo, you want to both see your toplevel files but also be able to treat all your projects as separate workspaces. The current solution for this are these…
-
Consider this class:
```
public class Page {
private URI previous;
private URI next;
private List results;
}
```
Consider this object:
`Page f = ...;`
Now use ModelMappe…
-
**Describe the bug**
A nested `bulk_create` fails when a parent `bulk_create` is called with `transaction: :batch`.
**Explanation:**
I have two resources that are joined using a through resou…
-
### Reviewed guidelines
- [X] I have read and understand the suggestion guidelines
### Checked for duplicate suggestions
- [X] I checked for existing similar suggestions
### Summary
A feature tha…
-
### Provide a general summary of the feature here
In React Aria Components there is no way to nest `` to create nested columns.
The component docs [anatomy example](https://react-spectrum.adobe.co…
-
### Version
6.9.0
### Operating System
Windows
### Eclipse version
2023-12
### Bug description
One user in my team _sometimes_ gets trouble with the HOME variable, which then lead…
-
**Describe the bug**
**To Reproduce**
Steps to reproduce the behavior including code snippet (if applies):
Rendering this document with Roboto is messing up the formatting of next next blocks…
-
* **I'm submitting a ...**
Bug report
* **What is the current behavior and expected behavior?**
When trying to send tokens from a **nested proxy account** (proxy_1 controlled by proxy_0), the…
-
Hi,
Nested routes work fine with ModelSerializer as described in Readme, but we'd like to use Hyperlinked serializers.
The HyperlinkedModelSerializer fails at building the url field as expected,…
-
Currently, the extraction strategies schemas are type `Dict[str, Any]` which requires devs to look at the source code of the extraction strategy to see which values are expected and then try to figure…