Niel Buys
Niel Buys
In file "git-cola/bin/git-cola" I needed to change a line to get my git-cola working. I changed the line "#!/usr/bin/env python" to "#!/usr/bin/env python3" and now its working. I changed the...
Do I understand you correct should I create a pull request for the change. Its already showing as changed items in my git-cola.
@davvid. Ok pull request done. Have a nice day.
Can somebody give me the "composer.json" changes/steps of how I can test this Pull request. I want to test and see if my app is compatible with this pull request.
I created a patch file from this pull request and merged the patch file into my fork of CodeIgniter to test my app. I had 2 more errors I needed...
> > I had 2 more errors I needed to fix in CodeIgniter before my app started working. I needed to add "AllowDynamicProperties" to Controller.php and Router.php. See attached patch...
Hope this helps I have the same problem on my Ubuntu 20.04 while testing the community build. I installed the Debian build 1387 alongside my current Atom release. See attached...
Uninstalling and installing of the affected packages did not help.
I found a "babel.config.js" file on my computer in folder ".atom/packages/linter/node_modules/etch/babel.config.js" I tried to put the file at various locations with no affect if somebody can tell me where I...
Applied to my fork. Thanks.