Daniel Tenner
Daniel Tenner
When getting all the NFT transfers for the Ethereum Towers project, one of the transactions is: 0xeda2d37d5b86676cd8777cbc971a1349f2c0aa964991d2d6774ebd616951f2dd You can see it here - https://etherscan.io/tx/0xeda2d37d5b86676cd8777cbc971a1349f2c0aa964991d2d6774ebd616951f2dd looks alright to me But the...
**Describe the bug** Rails install doc mentions `datepicker` in the turbo section but does not mention installing the package. **To Reproduce** Steps to reproduce the behavior: 1. Follow instructions 2....
Having to restart the server each time you want to change the invitation keys is a bit clumsy. A simple solution I've implemented is to define a very simple `InvitationKeys`...
A few features/adjustments would be nice, and can be done in one fix, if this is worth doing (I've already done these locally): ## 1. don't display title/description section if...
Nothing is technically "broken" because of this, but for example, to add support for multiple pagy's on one html page (e.g. for several lists of things on different tabs), I...
[API docs](https://xeroapi.github.io/xero-ruby/accounting/index.html#api-Accounting-getAccounts) say: ```ruby xero_client.set_token_set(user.token_set) xero_tenant_id = 'YOUR_XERO_TENANT_ID' if_modified_since = "2020-02-06T12:17:43.202-08:00" where = 'Status==#{XeroRuby::Accounting::Account::ACTIVE}' order = 'Name ASC' begin response = xero_client.accounting_api.get_accounts(xero_tenant_id, if_modified_since, where, order) return response rescue XeroRuby::ApiError =>...
After much, much, much debugging, while getting the mysterious error `undefined method `strip' for an instance of Hash` (btw, whoever decided to catch that error and print it out and...
---- **Please type "I already searched for this issue":** I already searched for this issue and found no other issues about values and references. **Edition:** (1st or 2nd) 2nd **Book...
If I take a ViewComponent that works and I add: ```ruby include Motion::Component ``` Then immediately I get an error that `private method 'marshal_dump' called for an instance of MyComponent`....
I'm happy to pay some kind of document processing fee, of course. Would rather be able to do this via a REST API. Is anyone offering hosted zerox? At the...