David Baucum
David Baucum
After typing in the PLU/UPC press the tab key, or click out of the form. Are you seeing any error on the Javascript console?
I just tried and did not have any problem adding a new Inventory item. What was the "upc" that was giving you problems?
I am completely rewriting this part of the system right now to use a REST api. I'll check back with you when that's done.
That's great. Before you code anything put in a bug/feature request so we can discuss. I know I've built features for projects before that ultimately got rejects which is rather...
Hi @juanmas07 . At this time I don't have the spare time to really support this project. I do have plan to get back in the game, but it will...
I concur. I will look into this when I have the time.
Something like this would be nice. ```yml r_packages: - name: dplyr - name: mypersonal/project type: customer uri: [email protected] credentials: pub_key: ~/.ssh/id_rsa.pub private_key: ~/.ssh/id_rsa ``` I'm not suggesting that this syntax...
On Linux, if you download the `cutUSA.tsv` file. This requires GNU sed. ```bash sed -i 's/USA\t/, /g' cutUSA.tsv sed -i '0,/, /{s/, /"type": "FeatureCollection", "features": [/}' cutUSA.tsv echo "]}" >>...
Use [MinGW](https://www.mingw-w64.org/) or [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). If equivalent commands exist for native Windows, I'm not familiar with them.
I am using stylelint-config-standard-scss, and when I try to use it with Code Climate I get the following failure. ``` Running stylelint: Done! error: (CC::CLI::Analyze::EngineFailure) engine stylelint failed with status...