Ion Tichy

Results 7 issues of Ion Tichy

Hello, according to this document, there are going to be changes to the steem API: https://steemit.com/steemit/@steemitdev/upcoming-changes-to-api-steemit-com * Have these changes already been accommodated in the dsteem library? * Are there...

HI there. This is not an issue report but I have a question around verifying if a transaction was signed by a certain person using `steem.js` code and I'm having...

#### What type of issue are you creating? - [X] Bug - [ ] Enhancement - [ ] Question #### What version of this module are you using? - [X]...

Downloading the extension and installing it by double-clicking for example does no longer work. Safari refuses by showing an error message: ![Screen Shot 2019-10-06 at 13 56 26](https://user-images.githubusercontent.com/377783/66269513-230bb980-e841-11e9-856e-0b09efb2c7db.png) However, trying...

Safari

I'm trying something quite simple: ``` let fetch = httpClient.createFetch( httpClient.base("https://steemit.com"), httpClient.accept('application/json'), httpClient.parse('json'), httpClient.debug() ); fetch(`/@iontichy.json`) .then((response) => { console.log(response.json) }) .catch(console.error) ``` The result left me speechless. I expected...

Hi, I ran into a very frustrating issue with npm-check. We used to define a list of ignored packages in our package.json like so: ``` "npmCheck": { "ignore": "package-one,package-two,..." }...

Before filing issues, please check the following points first: - [X] Have a look at https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md - [X] Read the FAQ at https://github.com/wycats/handlebars.js/blob/master/FAQ.md - [X] Use the jsfiddle-template at https://jsfiddle.net/9D88g/47/...

feature