Archimedes Trajano

Results 124 issues of Archimedes Trajano

**Describe the bug** the `.probe` method is defined as default void probe() { getServices(); } and `getServices()` also returns a Flux, since Flux don't do anything without a subscribe this...

waiting-for-triage

Can you provide a command line version of the client? Actually is there an API contract published so someone can make one themselves, I am thinking of running this process...

Yaml allows lists to be formatted like include: - master or include: - master The first one is the default, but I was wondering if there was a way of...

**Description of the bug** The [app.json/app.config.js](https://docs.expo.dev/versions/latest/config/app/) no longer describes the use of `packagerOpts` which is noted here https://github.com/GeekyAnts/vue-native-core/blame/master/converting-react-native-project.md#L63. Is the process to support migrating an existing react-native app to use...

Per http://maven.apache.org/plugins/maven-site-plugin/run-mojo.html#relativizeDecorationLinks if relativizeDecorationLinks=false it should not attempt to use relative path calculations. I was thinking that there may need to be a chcek for `relativizeDecorationLinks` around https://github.com/andriusvelykis/reflow-maven-skin/blob/master/reflow-maven-skin/src/main/resources/META-INF/maven/site.vm#L60

## Detailed description It would be nice if `speccy` can update the `info.version` to match the value in `package.json` ## Context Why is this change important to you? How would...

When starting this up using a ServletContextListener and terminating the application it says that there are ThreadLocals that are still remaining. Calling Security.removeProvider doesn't resolve the threadlocal issues ```java public...

enhancement

### Terraform Version ``` Terraform v0.11.9 + provider.aws v1.46.0 + provider.template v1.0.0 + provider.tls v1.2.0 ``` ### Affected Resource(s) - tls_self_signed_cert - tls_cert_request ### Terraform Configuration Files ```hcl resource "tls_cert_request"...

enhancement

This will allow the modules to work with Jest.

When using jest with the fonts, it complains about `unexpected token "export"` I tried to put it in transformIgnorePatterns but it does not appear to work with it and the...