Bug#923810: ITP: ruby-sassc -- Use libsass with Ruby
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-sassc Version : 2.0.1 Upstream Author : Ryan Boland. * URL : https://github.com/sass/sassc-ruby * License : MIT Programming Lang: Ruby Description : It combines the speed of libsass, the Sass C implementation, with the ease of use of the original Ruby Sass library. . This library utilizes libsass to allow you to compile SCSS or SASS syntax to CSS
Bug#924674: ITP: ruby-jaeger-client -- OpenTracing Tracer implementation for Jaeger in Ruby
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-jaeger-client Version : 0.10.0 Upstream Author : Indrek Juhkam . * URL : *https://github.com/salemove/jaeger-client-ruby <https://github.com/salemove/jaeger-client-ruby>* * License : MIT Programming Lang: Ruby Description: OpenTracing Tracer implementation for Jaeger This package is Opentracing Tracer implementaion in Ruby for Jaeger In order to understand this implementation, one must first be familiar with the OpenTracing API and terminology. . With this package the user can easily use this implementation of Opentracing API using keywords like .global_tracer , .start_active_span .
Bug#928731: ITP: ruby-has-secure-token -- provides an easy way to generate uniques random tokens for any model in ruby on rails
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-has-secure-token Version : 1.0.0 Upstream Author : Roberto Miranda * URL : https://github.com/robertomiranda/has_secure_token * License : MIT Programming Lang: Ruby Description : It provides an easy way to generate uniques random tokens for any model in ruby on rails . SecureRandom::base58 is used to generate the 24-character unique tokens, so collisions are highly unlikely.
Re: [dh-make-golang][Solution]
I will look into it and will give you the feedback as soon as possible. On Mon, May 13, 2019 at 4:40 AM Raman Tehlan wrote: > Hello, > > I have created both a library and a tool to get a recursive list of all > the golang dependencies which are or are not yet packaged in Debian, I am > addressing this [issue](https://github.com/Debian/dh-make-golang/issues/89), > for which I create my solution [here]( > https://github.com/ramantehlan/GoCheckDeb). > > Once I have the feedback from the community, I will make the pull request > to implement it in the official project [here]( > https://github.com/Debian/dh-make-golang) > > Regards > *Raman Tehlan* > Engineer | Developer | Designer > https://ramantehlan.github.io >
Bug#929147: ITP: ruby-gravtastic -- The super fantastic way of getting Gravatars
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-gravtastic Version : 3.2.6 Upstream Author : Chris Lloyd * URL : https://github.com/chrislloyd/gravtastic * License : MIT Programming Lang: Ruby Description : The super fantastic way of getting Gravatars . In less than a minute you can add Gravatars to your Ruby project. It works in Rails, Merb & Sinatra.
Bug#930081: ITP: node-regexgen -- Generates regular expressions that match a set of strings.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-regexgen Version : 1.3.0 Upstream Author : Devon Govett (badassjs.com) * URL : https://github.com/devongovett/regexgen * License : Expat Programming Lang: JavaScript Description : Generates regular expressions that match a set of strings. . Node.js is an event-based server-side JavaScript engine.
ITP: golang-github-davecgh-go-spew -- Implements a deep pretty printer for Go data structures to aid in debugging
Package: wnpp Severity: wishlist Owner: Manas Kashyap * Package name: golang-github-davecgh-go-spew Version : 1.1.1-1 Upstream Author : Dave Collins * URL : https://github.com/davecgh/go-spew * License : ISC Programming Lang: Go Description : Implements a deep pretty printer for Go data structures to aid in debugging Go-spew implements a deep pretty printer for Go data structures to aid in debugging. . A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. . It is a dependency of gitlab-shell
Bug#886519: ITP: node-asap -- The asap function executes a task as soon as possible but not before it returns, waiting only for the completion of the current event and previously scheduled tasks.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name : node-asap Version : 2.0.6 Upstream Author : Kris Kowal * URL : https://github.com/kriskowal/asap#readme * License : Expat Programming Lang: JavaScript Description : The asap function executes a task as soon as possible but not before it returns, waiting only for the completion of the current event and previously scheduled tasks. . ASAP strives to schedule events to occur before yielding for IO, reflow, or redrawing. ASAP provides a fast event queue that will execute tasks until it is empty before yielding to the JavaScript engine's underlying event-loop. When a task gets added to a previously empty event queue, ASAP schedules a flush event, preferring for that event to occur before the JavaScript engine has an opportunity to perform IO tasks or rendering, thus making the first task and subsequent tasks semantically indistinguishable. ASAP uses a variety of techniques to preserve this invariant on different versions of browsers and Node.js. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor the package.
Bug#887121: ITP: node-npm-registry-client -- It handles all the caching and HTTP calls.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-npm-registry-client Version : 8.5.0 Upstream Author : Isaac Z. Schlueter (http://blog.izs.me/) * URL : https://github.com/npm/npm-registry-client#readme * License : ISC Programming Lang: JavaScript Description : It is the code that npm uses to talk to the registry. The registry calls take either a full URL pointing to a resource in the registry, or a base URL for the registry as a whole (including the registry path – but be sure to terminate the path with /). http and https URLs are the only ones supported. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#887142: ITP: node-nock -- It is an HTTP mocking and expectations library for Node.js
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-nock Version : 9.1.6 Upstream Author : Pedro Teixeira * URL : https://github.com/node-nock/nock#readme * License : Expat Programming Lang: JavaScript Description : Nock is an HTTP mocking and expectations library for Node.js . Nock can be used to test modules that perform HTTP requests in isolation. For instance, if a module performs HTTP requests to a CouchDB server or makes HTTP requests to the Amazon API, you can test that module in isolation . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package
Bug#887374: ITP: node-aws-sdk -- Its the official AWS SDK for JavaScript, available for browsers and mobile devices, or Node.js backends
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-aws-sdk Version : 2.181.0 Upstream Author : Amazon Web Services (https://aws.amazon.com/) * URL : https://github.com/aws/aws-sdk-js * License : Apache-2.0 Programming Lang: JavaScript Description : The official AWS SDK for JavaScript, available for browsers and mobile devices, or Node.js backends . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#888475: ITP: node-node-fetch-npm -- A light-weight module that brings window.fetch to Node.js
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-node-fetch-npm Version : 2.0.2 Upstream Author : David Frank * URL : https://github.com/npm/node-fetch-npm * License : Expat Programming Lang: JavaScript Description : A light-weight module that brings window.fetch to Node.js . Instead of implementing XMLHttpRequest in Node.js to run browser-specific , why not go from native http to Fetch API directly? Hence node-fetch, minimal code for a window.fetch compatible API on Node.js runtime. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package
I sent wrong description in BUG TRACKING SYSTEM
Is there a way to rectify the wrong description i sent to the bug tracking system . Bug#888475
Bug#888671: ITP: node-npm-install-checks -- A package that contains checks that npm runs during the installation.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-npm-install-checks Version : 3.0.0 Upstream Author : Robert Kowalski * URL : https://github.com/npm/npm-install-checks * License : BSD-2-Clause Programming Lang: JavaScript Description : Checks if a npm install is needed . Useful for auto deployments as npm install can be time consuming. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to Sponsor the package.
Bug#890013: ITP: goconvey -- Go testing in the browser. Integrates with 'go test`. Write behavioral tests in Go.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, pkg-go-maintain...@lists.alioth.debian.org * Package name: goconvey Version : 1.6.3 Upstream Author : SmartyStreets * URL : https://github.com/smartystreets/goconvey * License : Expat Programming Lang: Go Description : Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go. GoConvey is awesome Go testing Build Status . GoConvey is a testing tool for gophers. Works with go test. Use it in the terminal or browser according to your viewing pleasure. . Features: • Directly integrates with go test • Fully-automatic web UI (works with native Go tests, too) • Huge suite of regression tests • Shows test coverage (Go 1.2+) • Readable, colorized console output (understandable by any manager, IT or not) • Testcode generator • Desktop notifications (optional) • Immediately open problem lines in Sublime Text
Bug#895113: ITP: ruby-process-daemon -- Provides standard operations
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-process-daemon Version : 1.0.1 Upstream Author : Samuel G. D. Williams. * URL : https://github.com/ioquatix/process-daemon * License : Expat Programming Lang: Ruby Description : Defines a daemon using a Ruby class It provides common functionality like start, stop . It is a stable and helpful base class for long running tasks and daemons Provides standard `start`, `stop`, `restart`, `status` operations.
Bug#896469: ITP: ruby-goldiloader -- Automatically eager loads Rails associations as associations are traversed
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name : ruby-goldiloader Version : 2.1.0 Upstream Author : Joel Turkel. * URL : https://github.com/salsify/goldiloader * License : Expat Programming Lang: Ruby Description : Automatically eager loads Rails associations as associations are traversed . It automatically loads all of the blog posts in a single database query without specifying any eager loads, assuming that you'll access all models loaded from a query in a uniform way. The first time you traverse an association on any of the models it will eager load the association for all the models. It even works with arbitrary nesting of associations.
Bug#897011: ITP: ruby-geoip -- Tool to search IP address according to Geoip database
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-geoip Version : 1.6.4 Upstream Author : Clifford Heath * URL : https://github.com/cjheath/geoip * License : LGPL 2.1 Programming Lang: Ruby Description : It searches a GeoIP database for a given host or IP address . And it returns information about the country where the IP address is allocated, and the city, ISP and other information, according to the version of GeoIP database.
Bug#897240: ITP: ruby-googleapis-common-protos-types -- Common protocol buffer types used by Google APIs
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-googleapis-common-protos-types Version : 1.0.1 Upstream Author : Google APIs. * URL : https://github.com/googleapis/googleapis * License : Apache 2.0 Programming Lang: Ruby Description : It is Common protocol buffer types used by Google APIs . Google APIs are typically deployed as API services that are hosted under different DNS names. One API service may implement multiple APIs and multiple versions of the same API. Google APIs use Protocol Buffers version 3 (proto3) as their Interface Definition Language (IDL) to define the API interface and the structure of the payload messages. The same interface definition is used for both REST and RPC versions of the API, which can be accessed over different wire protocols.
Bug#898123: ITP: ruby-websocket -- Universal Ruby library to handle WebSocket protocol
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-websocket Version : 1.2.5 Upstream Author : Bernard Potocki * URL : https://github.com/imanel/websocket-ruby * License : Expat Programming Lang: Ruby Description : It is a Universal Ruby library to handle WebSocket protocol . It focuses on providing abstraction layer over WebSocket API instead of providing server or client functionality.
Bug#898124: ITP: hackersh -- a shell with built in security commands
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: Hackersh Version : 0.2.0 Upstream Author : Itzik Kotler * URL : https://github.com/ikotler/hackersh * License : GPL-2.0 Programming Lang: Python Description : It is a free and open source (license) shell (command interpreter) written in Python with Pythonect-like syntax, built-in security commands, and out of the box wrappers for various security tools. It is like Unix pipeline, but for processing security information and metadata rather than bytes.
Bug#904757: ITP: ruby-em-websocket -- EventMachine based WebSocket server
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-em-websocket Version : 0.5.1 Upstream Author : Ilya Grigorik. * URL : https://github.com/igrigorik/em-websocket * License : MIT Programming Lang: Ruby Description : It is an EventMachine based, async, Ruby WebSocket server . It is an async Ruby Websocket server which is based on EventMachine which supports all websocket protocols .
Bug#904758: ITP: ruby-em-websocket-client -- EventMachine client library for WebSockets
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org, debian-r...@lists.debian.org * Package name: ruby-em-websocket-client Version : 0.1.2 Upstream Author : Micah Wylde. * URL : https://github.com/mwylde/em-websocket-client * License : MIT Programming Lang: Ruby Description : It is an EventMachine client library for WebSockets . It implements a simple websocket client inside EventMachine. This is helpful for testing web socket servers or consuming WebSocket APIs. In particular it supports the RFC6455 version of the protocol, which is also implemented in Chrome and Safari.
Bug#910085: ITP: gnukhata-core -- Free Accounting Software (Core Engine)
Package: wnpp Severity: wishlist Owner: Manas Kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: gnukhata-core Version : 5.25.0 Upstream Author : Krishnakant Mane * URL : http://gnukhata.in * License : GPL - 3 Programming Lang: Python Description : it is a Free Accounting Software which can be deployed by both profit making and non-profit making organisations. . The advantages of GNUKhata are . - It is lightweight and scales up with large volumes of data - It is robust and can be used on a wide variety of data categories - It is modular, thus facilitating addition of extensions for different tasks - The user interface is designed to be intuitive and friendly even for beginners - The reports are displayed on browser and can be printed or saved to PDF - Deployers will find the implementation easy to achieve. - GNUKhata is a free software, sometimes referred to as free and open source software or FOSS
Bug#885616: ITP: node-ip-regex -- Regular expression for matching IP addresses
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-ip-regex Version : 2.1.0 Upstream Author : Sindre Sorhus (sindresorhus.com ) * URL : https://github.com/sindresorhus/ip-regex#readme * License : Expat Programming Lang: JavaScript Description : Regular expression for matching IP addresses . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885723: ITP: node-p-is-promise -- Check if something is a promise
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-p-is-promise Version : 1.1.0 Upstream Author : Sindre Sorhus (sindresorhus.com ) * URL : https://github.com/sindresorhus/p-is-promise#readme * License : Expat Programming Lang: JavaScript Description : Check if something is a promise Just pass your value to Promise.resolve() and let it handle it. . Can be useful if you need to create a fast path for a synchronous operation. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885727: ITP: node-json-buffer -- JSON functions that can convert buffers.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-json-buffer Version : 3.0.0 Upstream Author : Dominic Tarr ( http://dominictarr.c$ * URL : https://github.com/dominictarr/json-buffer * License : Expat Programming Lang: JavaScript Description : JSON functions that can convert buffers JSON mangles buffers by converting to an array which isn't helpful. json-buffers converts to base64 instead, and deconverts base64 to a buffer. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885844: ITP: node-into-stream -- Convert a buffer/string/array/object/ iterable/promise into a stream
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-into-stream Version : 3.1.0 Upstream Author : Sindre Sorhus (sindresorhus.com ) * URL : https://github.com/sindresorhus/into-stream#readme * License : Expat Programming Lang: JavaScript Description : Convert a buffer/string/array/object/iterable/promise into a stream. Correctly chunks up the input and handles backpressure. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885849: ITP: node-gentle-fs -- It is a standalone library for "gently" remove or link directories.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-gentle-fs Version : 2.0.1 Upstream Author : Mike Sherov * URL : https://github.com/npm/gentle-fs#readme * License : Artistic-2.0 Programming Lang: JavaScript Description : It is a standalone library for "gently" remove or link directories. Performs filesystem operations "gently". . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885861: ITP: node-dezalgo -- runs the supplied callback at the end of the current run-to-completion
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-dezalgo Version : 1.0.3 Upstream Author : Isaac Z. Schlueter (http://blog.izs.me/) * URL : https://github.com/npm/dezalgo * License : ISC Programming Lang: JavaScript Description : Runs the supplied callback at the end of the current run-to-completion. It is a nodejs module that works as a trigger by passing a callback to ensure that it is always called in a future tick, and never in this tick. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor this package.
Bug#885862: ITP: node-byline -- byline is a simple module providing a LineStream.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-byline Version : 5.0.0 Upstream Author : John Hewson * URL : https://github.com/jahewson/node-byline * License : Expat Programming Lang: JavaScript Description : byline is a simple module providing a LineStream. The byline module can be used as a function to quickly wrap a readable stream . Characteristics and usage of BYLINE node v0.10 streams2 (transform stream) supports pipe supports both UNIX and Windows line endings supports Unicode UTS #18 line boundaries can wrap any readable stream can be used as a readable-writable "through-stream" (transform stream) super-simple: stream = byline(stream); . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor the package.
Bug#885924: ITP: node-init-package-json -- A node module to get your node module started.
Package: wnpp Severity: wishlist Owner: Manas kashyap X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-init-package-json Version : 1.10.1 Upstream Author : Isaac Z. Schlueter (http://blog.izs.me/) * URL : https://github.com/npm/init-package-json#readme * License : ISC Programming Lang: JavaScript Description : A node module to get your node module started. Interactively create a package.json file. This will ask you a bunch of questions, and then write a package.json for you. It attempts to make reasonable guesses about what you want things to be set to, and then writes a package.json file with the options you've selected. If you already have a package.json file, it'll read that first, and default to the options in there. It is strictly additive, so it does not delete options from your package.json without a really good reason to do so. . Node.js is an event-based server-side JavaScript engine. Praveen agreed to sponsor the package.