José Luis

Results 102 issues of José Luis

Working on adding `i18n` support for this plugin, we found the following situation: https://user-images.githubusercontent.com/5034215/195199983-f96486c0-79b0-4371-ab10-3b5400349077.mov Albeit, both images are related to media content, the first one regards `EditorJS` while the other...

It is very annoying to have to create a whole object just cause one of the properties, the relationship, is not filling by default: ```ts continueArticle: { id: primaryKey(() =>...

So, we have the following database: ```ts const db = factory({ article: { id: primaryKey(() => _articleId++), title: () => title, slug: () => faker.helpers.slugify(title), author: nullable(manyOf("author")), thumbnail: oneOf("image"), category:...

Right now we have a complex **article** model: ```ts export type TArticle = { /** article's thumbnail */ thumbnail: TImage; /** article's title */ title: string; /** article's category */...

Remove `bytes` function in order to avoid problems with `python>3.4`.

I try install this library for Python 3.4 but i have this errors: pip install django-mockups Downloading/unpacking django-mockups Downloading django-mockups-0.4.8.tar.gz Running setup.py (path:/home/tulipan/Proyectos/IspanyolHaber/build/django-mockups/setup.py) egg_info for package django-mockups ``` warning: no...

### Information about bug We are trying to hide/disable all the applications we don't need for our small company. We followed the current [documentation](https://docs.erpnext.com/docs/user/manual/en/show-hide-modules) but the current home does not...

bug

**Is your feature request related to a problem? Please describe.** Not all small companies have the budget for paying either local storage or Amazon S3, so we begin working with...

feature-request

**Your Environment** - **Prettier version**: 3.0.3 - **node version**: 18.2.1 - **package manager**: pnpm@8 - **IDE**: VSCode **Describe the bug** When trying to format the `page.tsx` files on my NextJS...

bug
needs reproduction