livingmine
livingmine
@PCatinean Is this the error you got? ``` Getting distribution for 'gp.vcsdevelop'. warning: no previously-included files matching '*' found under directory 'docs/_build' Got gp.vcsdevelop 2.2.3. Getting distribution for 'zc.buildout==2.5.2'. While:...
> Adding the var in `env` make it work, but I can't find a lot of documentation on what it does and if I need to use a different URL...
My issue in osiell/odoo-buildout-example#1 might relate to this issue and now unfortunately http://download.gna.org/pychart/ can't be accessed either.
@bealdav Thanks for your suggestion. I've inserted the line here: ``` [buildout] parts = odoo vcs-extend-develop = git+https://github.com/anybox/anybox.recipe.odoo@e37e0ac527de58abe6e913e4eff670d2f8d72c9a#egg=master ... ``` but the following error occurred instead: ``` "stdout_lines": ["Unused options...
@sebalix Thanks for your suggestion. Unfortunately, another error occured. Here is my full buildout.cfg: ``` [buildout] parts = odoo extensions = gp.vcsdevelop vcs-extend-develop = git+https://github.com/anybox/anybox.recipe.odoo@e37e0ac527de58abe6e913e4eff670d2f8d72c9a#egg=master [odoo] recipe = anybox.recipe.odoo:server version...
@sebalix Thanks! After following your suggestion and removing line ``` anybox.recipe.odoo = 1.9.2 ``` from [versions] tag, i finally got it working. Are there any side effects with this workaround?
Have you tried this [link](https://rubygems.org/gems/rx/versions/0.0.3)?
@FazilMuhammed @januslo somehow if you use the following code in iOS, then things are not working. So I have to remove it and things are working just fine. ``` await...
@FazilMuhammed Yes, remove all parameters, all i have left is just the text to print. Something like this: `await BluetoothEscposPrinter.printText( 'Some Text', {} );`
So removing the ```//# sourceMappingURL=test-bundle.js.map``` seems to fix the issue. Not sure why though, maybe it has something to do with how ```stack-sites``` works.