-
this is especially useful in SQL for code like
```
SELECT xxx as X
, bbb as A
, aaa as B
```
If I select two rows, I want it to be sorted as A,B, but default is B,A as is sorts aaa,bb…
-
The doc mentions only how to add and remove but not how to change information.
https://backpackforlaravel.com/docs/6.x/crud-cheat-sheet#columns
```CRUD::column('user_id')->label('The user');``` …
Mte90 updated
2 weeks ago
-
### Description
I'm new in the app, i loved the app! it's really good, i suffered to find an app that it's a Notion open-source alternative, and Affine was the perfect sollution for me.
I have a…
-
### Description
Improve available columns filter performance
![Image](https://github.com/user-attachments/assets/60bce51d-14d7-443f-8a69-4753750f903d)
-
### Use case
My data grid has language specific header text in DataGrid.
The "columnName" in GridColumn is a variable name while the value (displayed in Grid) is NOT SAME as "columnName" (picked up…
-
Case in point:
```r
qseaSet@cnv
GRanges object with 3021 ranges and 8 metadata columns:
seqnames ranges strand | 10876287 5494098 5837175 5848539 5910748 sample_2…
-
**Describe the feature:**
In all IDEs, hovering over a variable gives its type.
We should do this in ES|QL too!
E.g. from Typescript
![Image](https://github.com/user-attachments/assets/f1fa1d32-b5f…
-
### Elixir version
Elixir 1.16.2 (compiled with Erlang/OTP 26)
### Database and Version
any
### Ecto Versions
master
### Database Adapter and Versions (postgrex, myxql, etc)
postg…
dkuku updated
11 hours ago
-
`column.cxx` only checks if columns are inside the domain, but if two columns with different coordinates map to the same grid point, the code fails as it can't create the second NetCDF file. This can …
-
Hello,
I saw your answer in issue https://github.com/caiiiycuk/postgresql-to-sqlite/issues/12
I would like to know if it would be possible to add a type mapping function in order to end up with …