-
#### Perceived Problem
Please forgive me if I am mistaken, but it appears that Graffle's generated client does not directly support 'intermediate' interfaces when using the document builder. As an …
-
The current rewrite of AutoGen studio has focused on representing teams declaratively in JSON.
It would be great to add a flexible GUI to let users modify team configurations. A team is made of up com…
-
This issue consolidates issues https://github.com/duanegoodner/xiangqigame/issues/86 (moving Game and Player to C++ side of app) and https://github.com/duanegoodner/xiangqigame/issues/88 (unncecessary…
-
I've been trying to get a `rust-gpu` shader crate compiled with `cargo gpu`, but the shader still relies on an oldish `rust-gpu` that uses the `nightly-2023-09-30` toolchain. I've tried compiling with…
tombh updated
6 hours ago
-
## Description
This is a tracking issue for plan cleanup efforts and finalization, see #1665
## Tasks
- [x] Convert interfaces to Java
- [x] Make full tree since we have the Operator interf…
-
In some cases we have a dedicated top level object as a builder and in some cases it in an inner class. Also, most options builders do not implement an interface. We should adhere to the design that…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Motivation
Currently, the table view handler registration interfac…
-
Consider the following interface file `demoInterface.java`, there is a inner interface called `AnotherInterface`.
```java
package org.example;
public interface demoInterface {
interface Anot…
-
I wanna add gzip uncompress interceptor or use socks proxy. But i cant unless i have to fork library and change code directry. I think impersonator should have interface for developer to modify okhttp…
-
i have a a cache control directive:
```
export const cacheControlDirective = new GraphQLDirective({
locations: [
DirectiveLocation.FIELD_DEFINITION,
DirectiveLocation.OBJECT,
Dir…