Diptesh Choudhuri

Results 70 issues of Diptesh Choudhuri

Instead of users having to write python source files to see trending projects, I could add scripts in the `setup.py` which would do this but via the command line. These...

enhancement
good first issue

I have the following `windicss.config.js`: ```js const plugin = require("windicss/plugin"); module.exports = { plugins: [ plugin(({ addComponents, theme }) => { const screens = theme("screens"); components = {} Object.entries(screens).forEach(([screen]) =>...

needs reproduction
needs triage

Awesome library! Thanks! I think I have found a bug: I have a struct which uses Yaml tags. Here is when I print the original yaml string: Here is what...

Run the README.md file through a markdown formatter to fix some common errors (such) as missing blank lines around code-blocks etc.

The project uses yarn for package management (and also has a `yarn.lock` file but not `package-lock.json` file). However the contributing mention using `npm` for it. The command `npm install` fails...

First off wonderful project and a great job! Even though the project's source code is well documented, I feel like the fact that there isn't any actual official docs for...

I encountered this problem while deploying my nuxt app to Heroku. My app has a dependency on this module. I have `target: 'server'` set in my `nuxt.config.js`. The solution was...

Here is an example from [Headwind](https://github.com/heybourn/headwind): ![image](https://user-images.githubusercontent.com/60938164/129495083-2d69f529-cec4-47bb-b377-ea4327db42dd.png)

proposal

I propose we add a [management command](https://docs.djangoproject.com/en/3.1/howto/custom-management-commands/), maybe something like `python manage.py setup_pytest` which will create a sane `pytest.ini` with some default settings. I intend the generated file to look...

Looks like this is incompatible with attributify mode https://windicss.org/posts/attributify.html yet.

enhancement
good first issue
pr welcome