jherman
jherman
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [X] Bug report [ ] Performance issue [ ] Feature...
In a Windows environment, using the following in the `toml` file: `bin = "tmp\\main.exe --read-envar-file=envar.yaml"` results in error because air is adding .exe at the very end. I don't believe...
Would be super useful so this would work across different OS platforms.
## Description This would be useful because I extend the step object with my own properties and that I need to follow up with. For example I provide an ID...
Upgraded to the latest 4.0.0, however this broke my code because apparently HotkeysModule and hotkeysShortcut are no longer available. Is this on purpose and it's just that Readme needs to...
Anyone seen this issue? ``` { Error: Internal Server Error at Request.callback (/home/docker/.nvm/v10.15.3/lib/node_modules/smee-client/node_modules/superagent/lib/node/index.js:706:15) at Stream.parser (/home/docker/.nvm/v10.15.3/lib/node_modules/smee-client/node_modules/superagent/lib/node/index.js:916:18) at Stream.emit (events.js:189:13) at Unzip.unzip.on (/home/docker/.nvm/v10.15.3/lib/node_modules/smee-client/node_modules/superagent/lib/node/unzip.js:55:12) at Unzip.emit (events.js:194:15) at endReadableNT (_stream_readable.js:1125:12) at process._tickCallback...
**Describe the bug** As the title indicates, preceding a confirm dialog with a spinner causes the first input keystroke to be ignored. **To Reproduce** ```go func main() { spinnerErr :=...
### Description I think the contains call in the GO code is too strict when it is looking for the output of "[installed]". The output could be different. For example,...
Hi all, I'm trying to cross compile in an Alpine Linux Docker container. Here are the current packages I attempt to add and compile under: ``` apk update && apk...