-
-
**Is your feature request related to a problem? Please describe.**
Right now it's hard coded to use story book logo and brand text
**Describe the solution you'd like**
Get branding to work
Also get b…
-
Using and as inspiration and a general model, populate the slides with actual member data. Attached is the data for each member pool. To start, we'll create one for Java and one for ReactJS.
Us…
-
Thank you for developing the app, I like the very minimal and sleak design!
I think there is a large userbase of audiobook users that listen to them while trying to sleep. For this reason, many pla…
-
### Verify canary release
- [ ] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Node.js v22.0.0
Operating System:
Plat…
-
### Description
I would like to follow up how to make the most out of my kuma installation. It would be benifitial if commond kinds of setups (from entry point to x) would be documented, since the …
-
**Describe the bug**
I created a custom endpoint like this;
```
api uploadBook {
httpRoute: (POST, "/api/upload-book"),
fn: import { uploadBook } from "@server/apis/book-upload.js",
entiti…
-
```graphql
type User {
_id: String!
bookmark: Bookmark # Works just fine
bookmarks: [Bookmark!]! # Provoke a "Maximum call stack size exceeded" Error
stuffs: [Stuff!]
}
type Bookmark …
-
**API Platform version(s) affected**: ~~4.0.1~~ v3.3.11
**Description**
The `TabbedForm` is not working anymore in the new version.
https://github.com/user-attachments/assets/5e26639b-e05…
-
Is there a way to know the list of nodes that exist within the screen of the current graph instance?
For example, you want to remove the labels of invisible nodes according to zoom in/out.
Ultim…