Anton Stoychev
Anton Stoychev
Something I just saw mentioned about the new version of jade is the support of appending data to template blocks instead of overwriting them (http://stackoverflow.com/a/14377282/339872) It would be useful. Otherwise,...
I'm referring to https://github.com/applegrew/django-select2/ I'm using the `AutoModelSelect2Field` as per example: https://github.com/darklow/django-suit-examples/blob/master/admin.py#L337 Django-select is working with standard forms but not working with inline forms. When a user presses "Add new...
I'm in the scenario where I'm developing my own theme. Of course the most clear way to do it is from the git repo at `_theme_packages`. However after I do...
@amercader we (_the civic hackers pushing the Bulgarian opendata portal_) are closely following your work. And thank you. For the datapusher and the other tools you're working on. We have...
### Verify latest release - [ ] I verified that the issue exists in the latest pnpm release ### pnpm version 8.14.3 ### Which area(s) of pnpm are affected? (leave...
**Description & Reproduction** When you define schema like so, the preview image is not appearing even if there are images in `gallery` prop: ``` const projectSchema: SchemaTypeDefinition = { name:...
When parsing the log with nprof i am simply getting giant volume of : ``` ... line 3565: unknown code state: undefined line 3566: unknown code state: undefined line 3594:...
They are required and also mentioned in the readme.
## First issue fixed `"moduleResolution": "node16"` in TS will cause: ``` TS7016: Could not find a declaration file for module postcss-normalize. `postcss-normalize/index.mjs` implicitly has an any type. There are types...