dron4ik86
dron4ik86
> my icon is there, but I cannot change sound volume in apps. slider does slide but volume does not change. same problem
Any updates?:(
Same thing for me, my PATH looks good
@aiecode if you need to load the data from the CSV file, you can use @leonardopsantos solution. I use @leonardopsantos solution, and its working fine for me: the `x.feature` file...
@jenisys For me everything is working perfectly. The output is: `behave -i tutorial.feature` ``` Feature: csv file # features/tutorial.feature:1 @dynamic Scenario Outline: Load data from csv -- @1.1 Dynamic #...
@jenisys as I understand from the behave [doc](https://behave.readthedocs.io/en/stable/api.html?highlight=before_feature#environment-file-functions) `before_feature` It will be run before the feature file is exercised. So as I understand, what's happing here is that every `for`...
@pho-enix looks good
I have the same issue, I solved this issue as @AvalakhGit solved using this plugin https://plugins.jenkins.io/purge-job-history/
> What happens when you have modules of the same name in different levels of the hierarchy? Will the names clash? > > @jenisys Any thoughts or comments? @bittner About...
> We still need to verify that sub(sub)folders having the same name are not collapsed into a single one. You could simply rename the folders `sub_sub_folder_{1,2,3}` into just `sub_sub_folder`, and...