-
Applying admin.0002_logentry_remove_auto_add...Traceback (most recent call last):
File "/home/siddharthakhanal/Desktop/rocky-dai/silkhair-track/src/manage.py", line 22, in
main()
File "/ho…
-
Hi,
would it be possible to add a stash change button over the inline-changes view? Just as stage change, I would like to stash single changes in a file. For example, if in one file we have changes i…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
Requested by @jayesh_nambiar_twitter on gitter, suggested by @dt:
you can add the new col, use an `UPDATE tbl SET newcol = f(oldcol)` to move the data over, then drop the old col
(and then rename …
-
when a new app is started, which uses sound output, its volume is not synced to the master volume until the master volume is altered.
would it be possible to fix this, so that every new launched app …
-
### Motivation
Task specific vision-models would perform better in that task rather than general purpose vision-model. So it would be better if we can simple pass our vision_model in the internvl m…
-
**Describe what's wrong**
It seems that `ALTER TABLE REPLACE PARTITION` treats tables with same primary key differently, depending on if it was set explicitly or implicitly (i.e. as a copy of `ORDE…
-
Repo contains generated code that helpfully starts with
```
// Code generated - DO NOT EDIT.
```
Running the cli renames these files to `foo.go.grc.bk` and then leaves them like this.
I wo…
-
Example:
```
[
[
Icon {iconName = "6", iconDescription = "remove brain", iconNamesOfDependentIcons = ["8","7"], iconKind = Question},
Icon {iconName = "3#2", iconDescription…
-
I am tempted to say that alter table isn't supported at all.
But actually, I just realized that the _mask column can stay useful provided you only ever add new columns to the table, and you add the…