Matus Lestan

Results 60 issues of Matus Lestan

Implementation: ![feedback](https://user-images.githubusercontent.com/3857155/72338323-d4e73b80-36f6-11ea-80b4-e0c377551220.gif) Design: ![feedback1](https://user-images.githubusercontent.com/3857155/72338405-fe07cc00-36f6-11ea-9ac3-be333afd402d.gif)

newlance
must have
ui

On the left and right side, shadows of white panels are cropped. Implementation: ![image](https://user-images.githubusercontent.com/3857155/87402663-198c5a80-c5e6-11ea-8da2-d44e56a8795b.png) Designs: ![image](https://user-images.githubusercontent.com/3857155/87402696-201ad200-c5e6-11ea-9678-a1703853505b.png)

bug
newlance

On the old Ethlance, these buttons were not implemented very properly, since it just fetched user's info on the frontend and then pushed into the blockchain. On the new Etlhance...

newlance
must have

Addressing issue #26. This would solve well my case.

Let's say I have query like this: ```clojure (v/graphql-query {:venia/queries [[:employee [:employee/name :employee/first-name]]]}) ;; => "{employee{name,first-name}}" ``` Which of course isn't correct graphql syntax and I lost keyword namespaces as...

This issue seems to be only on Chrome MacOS. If want to see how it should look unbroken, see firefox. It's gonna be something CSS Grid related. https://namebazaar.io/offerings ![image](https://user-images.githubusercontent.com/3857155/51034138-49fdcd80-15d8-11e9-991a-2960719d2cb4.png) https://namebazaar.io/offerings/create...

### Prize Bounty A winning hackathon submission may be awarded up to a **$6,000 prize** for this issue. The prize will be paid in USDC. Bounties will be paid out...

feature
hackathon

On NameBazaar we had feature, when user hovered over item in transaction log, little "X" would show up in top right corner to remove transaction. This is useful for some...

feature
should have

Is there a specific reason why postprocessors don't get fired when item is not found? I think that's the ideal place where to implement 'GET or INSERT' feature. I've got...

enhancement

It would be nice to be able to throttle number of spiders running concurrently from the script as in a docs in "Common Practices" (http://doc.scrapy.org/en/latest/topics/practices.html#running-multiple-spiders-in-the-same-process) I was doing spider, which...

enhancement
docs