Renato Athaydes

Results 60 issues of Renato Athaydes

This proposal adds a async/await syntax sugar to Pony in order to make it easier to write asynchronous code via Promises.

Hello. It would very useful if you could add some examples of how to build native client applications using only the command-line. Not all projects use Maven nowadays. Having Gradle...

I have a JavaFX modular application. When I copy the pom file from the examples and adapt them to my app, it fails after a few minutes running, without a...

The following request: ```http POST {{baseUrl}}/dev/oauth/token # Client Credentials flow POSTs a HTML form and receives JSON back Content-Type: application/x-www-form-urlencoded client_id=client&client_secret=Secret&grant_type=client_credentials ``` Is being sent without the header! ```bash ▶...

bug

Hi. Do you intend to publish this on Maven Central and JCenter? It would be pretty awesome to do that. The kotlin-compiler jars are already available... Also, would you be...

Hi! Nice tool you wrote! As I found it useful, I decided to upgrade it to Zig version 0.11.0. I tried as much as possible to not change anyhing unnecessarily,...

Hi @jart ! I really love Redbean, thanks for creating it! I've used [something similar](https://renato.athaydes.com/posts/writing-your-own-smarthome-manager) (though definitely not actually portable) to create my smart home system! Anyway, I wanted to...

Hi, I was unable to htmlize a buffer I wanted to. Got the error "Invalid face reference: quote". Debugging this code , I found out that the `htmlize-face-size` function was...

I noticed that many of the source files in this repository are dual-licensed (on the other hand, many files do not have any copyrights declaration): ```java /* * Copyright (c)...

Got the following error trying to get the `value` of an `input`: ``` message: "Attribute value is not yet defined for tag input" ``` Code: ```kotlin import kotlinx.browser.document import kotlinx.html.div...