James Stevens
James Stevens
- Program: Authoritative - Issue type: Bug report All this refers to the REST/API. - Since 4.6.X `SOA-EDIT` can now be addressed as either the zone property `soa_edit` *OR* the...
This is effectively a duplicate, but broader description, of #559 In DNS, the purpose of the SOA Serial is to tell the clients the version of the data currently being...
1. Would be nice to have the following properties included in (say) `info` - `regularMarketTime` - market's time stamp of the price given - `marketState` - shows the trading status...
https://github.com/chjj/bns/blob/master/lib/constants.js#L521 https://github.com/chjj/bns/blob/master/lib/constants.js#L548 https://github.com/chjj/bns/blob/master/lib/internal/keys.js#L477 According to IANA `alg=4` is `Reserved`, like 9 & 11 - so should be treated as not suitable for end-user use. https://www.rfc-editor.org/rfc/rfc6725.html https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml I'm not exactly clear...
**Describe the bug** `Ticker("TSLA").quotes` returns `HTTP 404 Not Found` **To Reproduce** ``` #! /usr/bin/python3 import json from yahooquery import Ticker tickers = Ticker(["AAPL","TSLA"]) print(json.dumps(tickers.quotes,indent=3)) ``` OUTPUT: `HTTP 404 Not Found`...
`nsd` and `unbound` share the same parent (NLNetLabs), so share a lot of the same mechanism for accessing metrics. Therefore, I would think it should be relatively easy to expand...
I was getting a couple of issues running your code with `php8` (v8.0.6) The first was -> `Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /opt/htdocs/admin.php:349` [Its depreceated](https://www.php.net/manual/en/function.get-magic-quotes-gpc.php),...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...
It would be nice to be able to make authoritative & recursive queries on a single port. When getting a TLD's DS record(s) it is nice to be able to...