amir

Results 24 comments of amir

@xf4fresh Beside dropping mode on v2, have you tried setting learning phase to False druing test? https://github.com/baidu-research/ba-dls-deepspeech/blob/master/visualize.py#L40

I see priorities as put in `repos.conf` being not handled in the same way portage doing. In portage higher priorities win and priority of default Gentoo repo is -1000.

Yeah, that was it. Thanks. I set explicitly priority of Gentoo repo to make portage and pkgcore behave same.

I faced same problem, stacktrace: ``` org.jkiss.dbeaver.model.exec.DBCException: SQL Error: Internal jdbc driver error at org.jkiss.dbeaver.model.impl.jdbc.exec.JDBCStatementImpl.executeStatement(JDBCStatementImpl.java:141) at org.jkiss.dbeaver.model.impl.jdbc.struct.JDBCTable.readData(JDBCTable.java:181) at org.jkiss.dbeaver.ui.controls.resultset.ResultSetJobDataRead.run(ResultSetJobDataRead.java:92) at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:95) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56) Caused by: java.sql.SQLException: Internal jdbc driver error...

setting read_timeout by comment in cql shell makes query succeed

It only use CPU: https://github.com/sherjilozair/ctc/blob/master/src/ctc_entrypoint.cpp#L181

> This client doesn't actually send a "nack" request; instead, it [sets the ack deadline to 0](https://github.com/googleapis/nodejs-pubsub/blob/main/src/subscriber.ts#L688) and then [removes the message](https://github.com/googleapis/nodejs-pubsub/blob/main/src/subscriber.ts#L689) from its own inventory. Maybe because there is...

If I have N pods running behind my service, does a matching PodMonitoring scrape all of them at the same time? I have some metrics I don't want to scrape...

@pintohutch The metric I'm trying to push is directly read from a DB; it's not a per-pod metric and I don't need to calculate the metric - run the query...

> > The metric I'm trying to push is directly read from a DB; it's not a per-pod metric and I don't need to calculate the metric - run the...