Fillip H.
Fillip H.
The appropriate icon for each currency. Here's a badly made mockup: (But also using the appropriate icons for the other currencies 😅)
I've found these for crypto: https://github.com/allienworks/cryptocoins | https://github.com/spothq/cryptocurrency-icons And these other MIT-licensed Alfred workflows that have flags ready-mapped: https://github.com/tomy0000000/coon | https://github.com/plummm/alfred3-workflow-CurrencyX I can't seem to find currency symbols for fiat,...
> I still can't believe that fella called his workflow "Coon". Someone opened an issue [explaining that the name is inapproriate](https://github.com/tomy0000000/Coon/issues/2), but I don't think he got across exactly how...
I am on my mobile just now, completely fresh data set as I have never used this site on mobile before (iOS 11 Public Beta 1). If I enter Lv56...
I know, but the issue from the OP _did_ happen to me too. I can’t seem to replicate it just now, I tried without filling in any of the other...
I can't seem to replicate it right now, but I did find a seed number I was given: 134320 Even manually specifying this seed in the options doesn't appear to...
Would you be able to give me a hint as to where to implement this? I could probably handle it if I had an idea of where to look :)
I guess I'm not advanced enough a PHP coder, I can't work out how to actually test any changes I make. Trying to run the web server just produces a...
I still don't understand, sorry. The only mention of testing that I could find in the README file was a reference to unit testing. I don't have much experience with...
@felixfbecker I have tested this in v1.4.1 and it is still an issue. ```php /** @var \DBTech\Credits\Entity\Currency $currency */ if (!$currency = DBTech::em()->findOne('DBTech\Credits:Currency', $cleanedInput['id'])) { // Bad currency throw $this->errorException(DBTech::phrase('dbtech_credits_invalid_currency'));...