AMunhoz
AMunhoz
First, great work! This has been very useful. There are two features i'm missing to use it in a better way, like: • option to use ELSE with IF stament...
Did a test with 7z and zip and the mounted folder is always empty. Any clues?
I'm using uWebsockets.js to communicate between servers, and i got this error: "Cork buffer must not be held across event loop iterations!" What exactly can cause this error in my...
Hi there again, i was testing you lib in the past, now i'm trying again. There is one thing i think should be working differently. With KCP connection, the package...
I'm trying to get stdout from a html uri with this command: yad --width=400 --height=250 --html --uri=dialog.html --print-uri The html is from this example: https://gist.github.com/Misko-2083/227b53efa059f888f27bf6135b03b86b But i did not understand...
I'm getting an error with '_getAttributeName' with more than one rule. I've managed to fix it with a simple change: ``` _getAttributeName: function(attribute) { var name = attribute; if (this.attributeNames.hasOwnProperty(attribute))...
In the coercer, the coercer of the body parameter is using the property name as "formData" https://github.com/kogosoftwarellc/open-api/blob/master/packages/openapi-request-coercer/index.ts ``` this.coerceFormData = buildCoercer({ params: args.parameters, property: 'body', isHeaders: false, logger, loggingKey, strictExtensionName,...
The library is working fine on firefox, chrome, opera... But, I'm getting WEBAUDIO17050 with microsoft Edge. Any clue? Thanks in advance,
Hi there, First, the idea of bedrock and simplicity are awesome. However, i missed a kind of authentication for mysql interface. Is there any kind of security for connections?
**Describe the bug** The app is using a entire core (100%), even in when is not transfering any data **Reproducing** using draft: npm install zeromq --build-from-source --zmq-draft ``` const zmq...