Yousuf Jawwad
Yousuf Jawwad
It used to work with version 2, updated to version 3, updated the task, The task i.e. ``` js gulp.task('minify:dashboard', ['inject:dashboard'], function() { var assets; return gulp.src(paths.django.templates.root + '/__dashboard.html') .pipe($.replace('script...
Thankyou for you wonderful work. Quick question, the epoch used in this crate, is it a prime epoch .. e.g. since Jan 1, 1900 midnight? Thanks?
I am using ng-annotate so the annotation takes place automatically for me when i pass my scripts through gulp. It would be easier for me not to have verbose factory,...
for the generated ServerInterfaceWrapper below, the middleware is executed before the below function is executed. Which is correct. I want to check the set APIKeyAuthScopes, but since the context is...
First of all, thank-you for creating this awesome library. 😍 > We need to control the number of parallel running jobs. For a single machine, We would use a semaphore...
GCP CloudSQL Commenter add a couple of keys e.g. `action, route` etc which are visible in CloudSQL Query insights. In those keys, `action` key is very interesting. It would be...
Generally, people use only a few icons. I have taken the inspiration from [lucide-svelte](https://github.com/lucide-icons/lucide/blob/main/packages/lucide-svelte/package.json#L37) which allows form a single icon to be imported directly and have updated the package.json accordingly....
Normally, we only utilize a small subset of icons within the project. However, including just a single icon significantly increases compile time by several minutes. This can be optimized! I've...
Thankyou for the wonderful library. What is the difference between this and [xsam/otelsql](https://github.com/XSAM/otelsql) ?