Dave Tacker
Dave Tacker
@hacksalot I'm getting the deprecation error but I'm not sure what you mean by adjusting the code paths? ``` sh dave@Dave-MacBookAir:~/Downloads$ hackmyresume build "resume (3).json" to katie.html *** HackMyResume v1.8.0...
My plan was just to use the year. "2015" for example. On Mon, Apr 4, 2016, 11:09 AM hacksalot [email protected] wrote: > Hi @kneeki https://github.com/kneeki what date format are you...
Would love to see this PR approved with a new push to the [NPM repo](https://www.npmjs.com/package/markdown-to-html-pipe). :)
Ubuntu Linux 17.04. On Thu, May 11, 2017, 7:00 AM Lance Campbell wrote: > @kneeki what operating system are you using? > > — > You are receiving this because...
@macsamiro localStorage capacity is set by the browser, usually it's capped at 5MB. I'm having the issue with the message displaying however: The message will not display on iOS 8...
If I clear localStorage and upping (or simply removing) maxDisplayCount causes the message to display every time. If I refresh the page (without clearing) it never appears again as far...
Very sorry for the delay with this response. `npm install` did fix the problem. Thank you!
Pressing `c` consistently returns the following ```text Clarification needed: - What should the modal window look like when an error occurs? (answer in text, or "c" to move on) c...
Seems to be working again after making this change to [core/agents/code_monkey.py](https://github.com/Pythagora-io/gpt-pilot/blob/80f7a467d4da652b3b0cbf4bca99ed2ef0378e30/core/agents/code_monkey.py#L60) L60: ```python if len(iterations) > 0: if "description" in iterations[-1]: instructions = iterations[-1]["description"] if "user_feedback" in iterations[-1]: user_feedback =...
Is it exactly the same error? On Thu, Jun 27, 2024, 7:34 AM Philani ***@***.***> wrote: > This is strange because I had the same solution from chatgtp but it...