Michal Stefanow

Results 27 issues of Michal Stefanow

I've found this question on SO greatly informative: http://stackoverflow.com/questions/14922623/what-is-the-complete-list-of-expected-json-responses-for-ds-restadapter ![ember response](https://cloud.githubusercontent.com/assets/249703/8032070/4a90737e-0dcb-11e5-96d0-68bfaa3d5531.PNG) For instance - I didn't know (until I saw that table) that editing model creates PUT request that expects...

:label: doc

``` Traceback (most recent call last): File "inviter.py", line 30, in response = slack.channels.list() File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 212, in list params={'exclude_archived': exclude_archived}) File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 68, in get return self._request(requests.get,...

Following tutorial: https://blog.zeppelin.solutions/how-to-create-token-and-initial-coin-offering-contracts-using-truffle-openzeppelin-1b7a5dae99b6 I was able to compile, migrate, run `truffle console`: ```GustavoCoinCrowdsale.deployed().then(inst => { crowdsale = inst })``` It complains: ```ReferenceError: GustavoCoinCrowdsale is not defined``` # Any ideas? ```...

# it's for real ![tone-im-hardware](https://user-images.githubusercontent.com/249703/34451678-e5175248-ed2d-11e7-9e44-eb64a3a0fd5b.jpg)

For some reason http://github.eclipsesource.com/jshint-eclipse/updates/ is getting me an error: ![eclipse jshint lpugin](https://cloud.githubusercontent.com/assets/249703/18543490/0f277c6c-7b28-11e6-857d-b9a50109cfc1.PNG) > No repository found at https://github.eclipsesource.com/jshint-eclipse/updates/. EDIT: Tried both with **http** and **https**

**2012-07-15-wheezy-rasbian.img** ``` pi@raspberrypi ~/Desktop/node-v0.8.2/usr/local/bin $ ./node ~/Desktop/node/app-sample.js fs.js:381 var r = binding.read(fd, buffer, offset, length, position); ^ Error: Offset is out of bounds at Object.fs.readSync (fs.js:381:19) at Object.fs.readFileSync (fs.js:208:28) at...