-
### Description
Currently when using dataProvider to load grid data, there is no native support for insert/update/delete operations on grid data.
While,this can be achieved when using the items ar…
-
If you do
```
npm i @vaadin/vaadin-board@2.1.0-alpha1
npm i @vaadin/vaadin-charts@6.2.0-alpha2
```
you end up with
```
$ npm ls
├─┬ @vaadin/vaadin-board@2.1.0-alpha1
│ └─┬ @vaadin/vaadin-li…
-
At the moment, users are able to crud custom variables of the data types text, number and boolean. The components used in the Editor would benefit from refactoring before we introduce arrays and objec…
-
Trying to enable character editor project white screens the entire Scratchpad.
-
It seems that there is no API to set up
fontSize: {
defaultSize: 18,//**This does not work.**
options: [10,12, 14, 16, 18, 24, 30, 36, 48, 60],
},
-
Hello!
I use express, passport and ejs template engine in my application
1. The documentation describes CRUD actions, but I need to create my own operations, such as shuffling a post, splitting a po…
-
Hi Juan,
Thanks for your great work on this so far!
I'd like to propose a new feature where you could add a list of forms/layouts for all queries/mutations in a GraphQL introspection schema simp…
-
### Issue Summary
![-rkowpr](https://github.com/formbricks/formbricks/assets/42518907/ee30da6c-2598-4459-83c6-1ed18633a35d)
### Steps to Reproduce
Just opening the form on a different device(mi n…
-
need unit testing for crud.py
we can make a new file tests/unit_tests/test_crud.py
examine src/bcm_spectra/crud.py
each function needs a unit test.
the three most challenging cases for tes…
asalt updated
7 months ago
-
I am using ckeditor and I want to be able to get the raw data from it, but the only way to do that is to get the raw ckeditorInstance, which is not being saved anywhere. Therefore, I realized that we …