Jonathan Cardoso

Results 33 issues of Jonathan Cardoso

I'm trying to build a static version of Heimdal `libgssapi` for use with libcurl. However it's giving me error about multiple definitions: ``` /home/jcm/deps/openssl/build/1.1.0i/lib/libcrypto.a(cmll-x86_64.o): In function `Camellia_EncryptBlock': (.text+0x0): multiple definition...

**Describe what happened:** There is no way to disable host ports on the otlp endpoints **Describe what you expected:** To be able to disable it, like it is possible with...

feature request
stale

@jondubois first, thanks for the amazing library! My use case is the following one, I have N workers, with X sockets connected to them, I want to publish an event...

This allows to start a debugging session by running baasil like the following: ``` baasil run --socketClusterArgs="--inspect-workers=0.0.0.0:5858" ``` The `0.0.0.0` is important, because the default is `127.0.0.1`, which would not...

**Describe the solution you'd like** A way to restore the metrics for completed|failed jobs returned by getMetrics **Describe alternatives you've considered** Clearing the redis keys manually (but in that case,...

enhancement

Looks like when you try to list the game-porting-toolking with brew the bin is receiving this on stderr: ``` [red]Error[/]: Warning: Treating game-porting-toolkit as a formula. For the cask, use...

It just produces type errors, making usage with TS basically impossible: Also, if the plan is to fully support esm, a good alternative is to add the exports field to...

this is caused by the isOptional() call here: https://github.com/StefanTerdell/zod-to-json-schema/blob/6aefb223cc62037c343acd7972fe74d8457d7dc3/src/parsers/object.ts#L45 which causes safeParse to be called. `safeParse` will crash if there is any async effect on the schema. to reproduce, try...

enhancement