Pathikrit Bhowmick

Results 72 issues of Pathikrit Bhowmick

Right now it only parses streams or file but there is no way to parse a string (and there's no easy way to covert string to a stream either).

% npm install browserid-verifier npm WARN package.json [email protected] No README.md file found! npm WARN package.json [email protected] No README.md file found! npm http GET https://registry.npmjs.org/browserid-verifier npm http 200 https://registry.npmjs.org/browserid-verifier npm http...

This library works on my mac just fine. But, on, ubuntu 14.04, I have it installed like this: ``` shell $ which wkhtmltopdf /usr/bin/wkhtmltopdf $wkhtmltopdf -V Name: wkhtmltopdf 0.9.9 ......

bug

[redacted]$ git clone https://github.com/schakko/node-usb.git Cloning into 'node-usb'... remote: Counting objects: 503, done. remote: Compressing objects: 100% (330/330), done. remote: Total 503 (delta 319), reused 262 (delta 133) Receiving objects: 100%...

See @paulp's comment here: https://github.com/scala/slip/issues/19#issuecomment-141782414 gist: https://gist.github.com/paulp/846dbd5a67c6bed3c2e9

Related to https://github.com/typelevel/squants/issues/231 Why do we need a money context if we are in the same currency? Couple of ways to solve this: 1. Type safe approach: We can make...

enhancement

``` ─pbhowmick at osxmb-46 in ~/Projects/better-files on master✘✘✘ using ‹› 15-09-23 - 23:00:15 ╰─⠠⠵ sbt ghpages-push-site [info] Loading global plugins from /Users/pbhowmick/.sbt/0.13/plugins [info] Loading project definition from /Users/pbhowmick/Projects/better-files/project [info] Set...

http://stackoverflow.com/questions/1449817/what-are-some-of-the-most-useful-regular-expressions-for-programmers

enhancement

https://www.wordsapi.com/

I have following code: ```js import cliMd from 'cli-markdown' // "^3.0.3" import mdjs from '@moox/markdown-to-json' // "^1.0.0" const TEST_CONTENT = "```python\na=7\nb=5\n```" console.log(cliMd(TEST_CONTENT)) const tree = mdjs.markdownAsJsTree(TEST_CONTENT) ``` This works: The...