Bassam (Sam) Khouri
Bassam (Sam) Khouri
I modified the `pom.xml` file to use sikulixapi version 1.1.1, but it failed to build as the dependency is missing. Sikuli version 1.1.1 has been officially released (https://launchpad.net/sikuli/sikulix/1.1.1). Is it...
As a developer, I would like the ability to make changes, and run some tests so I can gain confidence my changes did not introduce any regression issues. Note: I...
We have a need where we do not want to unlocked the locked resource so we can troubleshoot test failures. We currently use declarative pipeline and lock the resource in...
A test suite can be a folder, and running the "PeriodInSuiteName" does not get triggered on the a folder. Reproducible: 100% Steps to Reproduce: 1. Create the following directory structure...
There are TypeScript errors when using echarts v5.4.3 and eachrts-for-react v3.0.2, The following is in `package.json` ``` { "dependencies": { ... "echarts": "^5.4.3", "echarts-for-react": "^3.0.2", ... }, ... } ```...
I have a response that returns the following syntax `#object[. ""]` Here is a sample output ``` #object[com.example.funktown.DoubleEntity 0x66c5e52e "{:my/keyword1 :my/keyword2, :keyword3 1462827186240, :my/keyword3 \"This is a string\", :my/key5 #inst...
Here are the steps I performed. 1. Download the robot-framework.png 2. Open the file 3. Resize from 400x400 to 48x48 4. Export as a PNG 5. Resize from 48x48 to...
It would be nice if this plugin integrates with "Bitbucket Diff Tree" plugin such that marking a file as "Done Reviewed" or removing the "reviewed" in one plugin updates the...
### Problem description I set the following in my `MODULE.bazel` file ``` module(name = "myrepo", version = "0.0.0", repo_name = "myrepo") bazel_dep(name = "rules_ruby", version = "0.10.0") ruby = use_extension("@rules_ruby//ruby:extensions.bzl",...
Hello, I have `MODULE.bazel` file that has the following contents ``` bazel_dep(name = "rules_ruby", version = "0.10.0") ruby = use_extension("@rules_ruby//ruby:extensions.bzl", "ruby") ruby.toolchain( name = "ruby", version = "3.3.1", # alternatively,...