Jitendra Adhikari

Results 35 issues of Jitendra Adhikari

Make feedback based on verbosity level

Add Expression::getNextRunDate()

hacktoberfest

Some service IDs like `configuration`, `loggers`, `connection` are used in global context: ref: https://github.com/techdivision/import/blob/15.x/symfony/Resources/config/services.xml it would be best to have them namespaced like so: `import.configuration`, `import.loggers`, `import.connection` to not break...

enhancement

probably in these steps: ``` general/general/global-data > general/catalog_product/collect-data ``` ```sql SHOW GLOBAL VARIABLES LIKE 'innodb%'; SELECT t1.* FROM catalog_category_entity AS t0 INNER JOIN catalog_category_entity_varchar AS t1 ON t1.row_id = t0.row_id...

enhancement

line 1,2,3 shouldnt be numbered ![](https://raw.githubusercontent.com/tulios/json-viewer/master/screenshot.png)

Using below dockerfile: ```Dockerfile FROM php:7.4.14-fpm-alpine3.12 RUN apk add -U --no-cache autoconf g++ file re2c make libtool musl-dev \ && curl -sSLo libfastcommon.tar.gz 'https://github.com/happyfish100/libfastcommon/archive/V1.0.47.tar.gz' \ && curl -sSLo libshmcache.tar.gz 'https://github.com/happyfish100/libshmcache/archive/V1.0.7.tar.gz'...

Currently we need to manually set up the environment, install platform deps etc And this can fail easily. In fact i couldnt get this up and running. So i think...

enhancement
good first issue

Right now if we (re)run the command below, ```sh pickle install apcu ``` It starts downloading and installing the `apcu` ext right away without checking if it is already there....