Makyen
Makyen
That would be reasonable; particularly with a time limit and limited to either searches which took < N seconds or for which the results are still in cache. If there...
In order to fully change a reason name, it would be necessary to change the `why` text in *every post* which had been reported for that reason. That's definitely non-trivial...
Yes, the entries which you created in the domain_links table didn't have a `right_id` (i.e. a domain to link). | id | left_id | right_id | link_type | comments |...
Either way works. If you create a new issue, then just link to this one for a bit of context.
Bookmakrlet which will prompt for domain link to delete: ``` javascript:void((function(){ function deleteMSDomainLink(domainLinkId) { if (domainLinkId) { const authenticity_token = $(document.head).find('meta[name="csrf-token"]').attr('content').trim(); if (!authenticity_token) { alert('ABORTING: Unable to determine authenticity_token'); return;...
This issue should be substantially reduced, but not eliminated. We should still change the MS backend to validate that there's all of a `left_id`, `right_id`, and `link_type` for each new...
I've assumed that the network account ID would just be another value which SD would pass along with the post report. As I understand it, the thing which decided against...
@tripleee IMO, no, not really, as it would imply I'd taken responsibility for making the necessary changes on MS here in this repository. While the work I've said I'll do...
For reference, the error text returned from the GET to `https://metasmoke.erwaysoftware.com/graphs/monthly_ttd?months=3&round=0&site_id=21` is ``` NoMethodError in GraphsController#monthly_ttd undefined method `round' for nil:NilClass Extracted source (around line #161): #159 end #160 end...
While I have not 100% verified it, from what I've seen, the WebSocket can and does provide, if you correctly configure your end, a complete record of the item which...