FrankDMartinez
FrankDMartinez
@alecjonas When I do that for Python 3.8, I receive the following warnings: > /usr/local/lib/python3.8/site-packages/yahoofinancials/__init__.py:153 > /usr/local/lib/python3.8/site-packages/yahoofinancials/__init__.py:153: DeprecationWarning: invalid escape sequence \s > self._cache[url] = loads(re.search("root.App.main\s+=\s+(\{.*\})", script).group(1)) > > /usr/local/lib/python3.8/site-packages/html5lib/_trie/_base.py:3...
An alternative possibility would be to list `help` and `version` separately in the `Usage` section.
For the alternative approach, the solution would include, in part, adding the following (or something like it) to the `usageTemplate` variable, I think: `{{- if .IsRootCommand }}{{ if .Commands }}...
Come to think of it, the added text should just be: ` {{ .Executable }} help ` ` {{ .Executable }} version ` Then, in the definition of `type CommandRegistry...
I must partially agree and partially disagree with both comments. Neither one is asynchronous. The first example is not asynchronous for obvious reasons. The second example is still not asynchronous...
@juliusbierk Sorry, I didn't mean you don't care. I meant the library maintainers don't care. I don't take seriously software which the maintainers don't care enough to keep up to...
Same issue here. Any suggestions? Anyone monitoring this issue? Is this project abandoned?
@Zhanibek6 Discontinuation of the API is one thing, though experience shows the API is still available. I think the open question is on the deprecation message from inside this particular...
@davecheney Thanks for the quick reply. :-) Does the `defer profile.Start().Stop()` need to be placed in every function I want to time test?
Sorry. I’m not understanding what you are saying. Let me simplify. I have a project with multiple Go files and I want to know how much time The application spends...