davireis
davireis
Hi, I stumbled upon this while using findText within an iframe, which happens in my mocha+phantomjs test setup. This is the error message: ``` 1) ...: Error: WRONG_DOCUMENT_ERR: DOM Exception...
Hi @coop182 , Thanks a lot for this library. Great work. In my deploy scenario I run your code inside a ``, and I hit https://bugs.webkit.org/show_bug.cgi?id=145692, which means that jquery.dfp...
**Is your feature request related to a problem? Please describe.** Currently, there is no easy path for integrating with nuxt 3, particularly as a server. **Describe the solution you'd like**...
The call to zipper in https://github.com/grpc/grpc-kotlin/blob/5a7bbdb87054cb39bfc11334b571fe9b6ba938f0/kt_jvm_grpc.bzl#L28 is not correctly quoted. You can see the error below. ``` SUBCOMMAND: # //xproto:trash_kotlin_grpc_DO_NOT_DEPEND_kt_grpc [action 'Generating Kotlin gRPC srcjar for @//xproto:trash_proto', configuration: 3c3c60205ba406340ca3fe604761519a6b598e882333b2b95db0f40329290033, execution...
See error below: ``` Plugin 'ru.vyarus.use-python': registration of listener on 'Gradle.buildFinished' is unsupported See https://docs.gradle.org/8.0.2/userguide/configuration_cache.html#config_cache:requirements:build_listeners ``` For more information on configuration cache: https://blog.gradle.org/introducing-configuration-caching
### Expected Behavior As seen in https://guides.micronaut.io/latest/micronaut-graalvm-reflection-gradle-java.html, one can configure graalvm reflection through a reflect-config.json file or with a java file. The latter has the small advantage of giving some...
See ```Invocation of 'Task.project' by task ':bufFormatApply' at execution time is unsupported.``` Check https://docs.gradle.org/current/userguide/configuration_cache.html for details.
### Describe the bug If you create a script with a subcommand but does not specify an empty main then then running the subcommand has no effect. It should either...
The shell installer has no option to specify a version and the tgz target it uses only serves the latest version. The only mechanism to install a pinned version are...
The plugin has builtin logic for well-known protos, which allows authoring proto files which imports "timestamp.proto" transparently. However, one cannot import "latlng.proto" because that belongs to the common protos distribution....