Augusto Fraga Giachero

Results 20 comments of Augusto Fraga Giachero

Unfortunately `/sec:tls` doesn't work in my case: ``` [10:12:02:807] [216188:216189] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state [10:12:02:807] [216188:216189] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr [10:12:02:807] [216188:216189] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd...

I'll try this tomorrow. Thanks.

Same problem here, any hints?

Hi, I'm using ArchLinux and have rebuilt everything from scratch (roct-thunk-interface -> rocr-runtime -> hcc -> hip -> rocrand), still getting the same error when building rocrand: ``` Call parameter...

Well, as a workaround you can use a procedure instead of a function if you don't need the return value: ```vhdl entity tb is generic ( g_TCP_PORT : natural :=...

After some experimentation I've found few caveats: - You should not deallocate from the C code, GHDL seems to automatically call `free` on the pointers used in `access` types, deallocating...

I've found another interesting candidate to simplify a future CLI implementation: [microrl-remaster](https://github.com/dimmykar/microrl-remaster). It provides VT100 compatibility, history, cursor navigation and other things.

May be it would be better to also check PICMG Advanced Mezzanine Card AMC.0 Specification R2.0, pages 3-75 and 3-76.

Hi Michael, We are still reviewing your PR before merging, but so far we have the following observations: * The STM32 hardware abstraction library comes with a license that is...