Néfix Estrada
Néfix Estrada
Hello! I also use this funcionality. What I do, is create a custom type and embed `suite.Suite` in it: ```go type Test struct { suite.Suite } ``` After that, I...
What's the state of this? I'd really use a hook like `SetupSubTest` or something like this. I use subtests not just for table testing but for documenting each scenario of...
Now it's created! :D We should try to update CONTRIBUTING.md to reflect those changes!
Hey there! Could you please provide more information about what you're trying to do, what things you've been trying and which is the error? It's quite hard to know what's...
Currently, the "API" returns the names of the desktops with accents. Those should be parsed and removed, since iPXE can't show them and shows an ugly character instead. What would...
Hello! This seems an engine issue. It's probably going to be solved by stopping and starting IsardVDI again. This is accomplished by executing: ```sh sudo docker-compose down sudo docker-compose up...
Hello! We're currently working on supporting vGPUs such as NVDIA Grid or AMD's FirePro
I'm not really sure how to add the tests, since this function calls the actual packer binary
We use this in production and works, however I didn't come around to write the tests
@walbertus Sure, go ahead! Thanks, Néfix