Marcelo Ribeiro da Silva

Results 10 issues of Marcelo Ribeiro da Silva

I'm not getting a way to remove an association between these two models below: ``` @Table class Ticket extends Model { @PrimaryKey @AutoIncrement @Column id: number; @ForeignKey(() => Queue) @Column...

I would like to know if it is possible with this lib to get the absolute path of a selected directory through an html input element. ``

My application works correctly accessing only one instance of Redis, but I am not able to configure my application with Redis Sentinel. I tried to follow the example of the...

Scenario `` asyncua 0.8.4 python 3.8.5 `` I'm using the Prosys simulation server and a pc and running the opcua-asyncio client on another pc. Through opcua clients and Prosys for...

stale
fixed?

I'm building a command line application with Node and would like to hide the console logs returned by the QuaggaJS library. Is there any intention to add some configuration parameter...

Is there a simple way to configure flask-email to accept unicode pt-BR? This is flask-mail configuration: ``` msg = Message( subject, sender=mail_settings.get("MAIL_USERNAME"), recipients=[email], body='Olá como vai você'.encode('utf-8'), charset='utf-8' ) ```...

I'm using node v16.17.0, Payload v1.6.26 and payload-plugin-oauth v0.2.0. This is the configuration from the ~/app-payload/src/payload.config.ts file: ``` import { buildConfig } from 'payload/config'; import { oAuthPlugin } from 'payload-plugin-oauth'...

Hi bmcgonag, I'm using your images to run the quant-ux project on Openshift. I'm getting the below message in frontend POD logs when trying to register a user. `[HPM] Error...

Fixed warning message in console below when used in node: `Warning: fetchStandardFontData: failed to fetch file "FoxitSans.pfb" with "UnknownErrorException: The standard font "baseUrl" parameter must be specified, ensure that the...

how to configure the location for pt-BR?