Nishchay Shukla
Nishchay Shukla
I created the default FSBolero template project using dotnet CLI. Opening it in VSCode using the Ionide extension suite works ok. But If I open the same project in Visual...
## Summary What: A minor change to allow users to choose from http or https protocols Why: People trying to test webpages while their browser is in a secure network,...
Closes #136 ## Summary * Added code in client to handle remote browsers * modified tests to work with both remote and non remote scenarios * added a docker service...
## Summary What: This feature intends to bring support for executing commands on a remote browser instance. Why: The User will now be able to spin up browser instances in...
## Summary What: A feature to enable methods to be able to work with XPATH selectors as well. Why: XPATH used to be an industry standard before CSS selectors started...
Hello, apologies for raising another issue, I converted your example.tex file to markdown using pandoc and tried running the jar on it, but it gave zero errors Could you please...
Hi, I was going through the code and found this method ``` pub fn [open_forward](https://docs.rs/libssh-rs/latest/libssh_rs/struct.Channel.html#method.open_forward)( &self, remote_host: &[str](https://doc.rust-lang.org/nightly/std/primitive.str.html), remote_port: [u16](https://doc.rust-lang.org/nightly/std/primitive.u16.html), source_host: &[str](https://doc.rust-lang.org/nightly/std/primitive.str.html), source_port: [u16](https://doc.rust-lang.org/nightly/std/primitive.u16.html) ) -> [SshResult](https://docs.rs/libssh-rs/latest/libssh_rs/type.SshResult.html) ``` I am...
**Describe the bug** The Handling of Node::Sine in the method node of Synth implementation goes out of bounds for the piano example the osc count keeps on increasing with no...