Reijhanniel Jearl Campos

Results 10 issues of Reijhanniel Jearl Campos

I noticed that the `spring-boot2-webflux-*` [were added](https://github.com/networknt/microservices-framework-benchmark/issues/41), but there are no results published in the `README.md`. The move to a reactive+netty is a major change, and I am interested on...

## What happened? I have a fat jar, that I intend to build with this plugin. In the CLI, the command is: ``` native-image --report-unsupported-elements-at-runtime --allow-incomplete-classpath --no-server -jar build/libs/the-fat.jar ```...

Seems like the artifacts are no longer available, either from [mvnrepository](http://mvnrepository.com/search?q=constexpr-api) or the [central repository](https://search.maven.org/#search%7Cga%7C1%7Cconstexpr-api).

I am trying to use `pdfbox`, with this vanilla snippet: ``` converter = pdfbox.PDFBox() converter.extract_text( input_path=str(pdf.absolute()), output_path=str(txt.absolute())) ``` But it becomes stuck. I debugged the stack tree, and it hangs...

# Context When running services under Tilt, I'd love to have a UI that would show me the topology of the running services. Examples would be: * [Apache Skywalking's topology](https://user-images.githubusercontent.com/31562192/86215245-f0fc6d80-bbae-11ea-986d-499a11b18e75.png)...

In the README, the following caveat is stated: ``` Only "200" and "201" responses are inspected for determining the expected return value for RPC endpoints. ``` Are there plans to...

**Name of the payment processor connector you'd like to see available** [Xendit](https://www.xendit.co/) **Do you currently use this processor** Yes **Important required processor features** Payments in Southeast Asia **Additional context** Like...

connectors

https://github.com/xendit/xendit-node/blob/85c741b9b94542a7c55b757d45c96b056c5d57f2/payment_method/apis/PaymentMethod.ts#L292-L299 Notice that the return type is `object`. Was expecting a proper type. Here's a sample payload I got: ``` { data: [ { amount: 20.58, business_id: '65758dd48ce3112f63c41f2c', channel_code: 'QRPH',...

# 🐞 bug report ### ✍️ Description Typing 'F' in a text field attempts to full screen the page ### 🕵🏼‍♂️ Is this a regression? No idea, just installed the...

Hi @MatthewWid ! I came across your library and was trying it out with Sveltekit. The setup is straightforward: ```ts export const GET: RequestHandler = async ({ request }) =>...