smoothdvd
smoothdvd
@JackMiranda same here with Ubuntu 18.04
I patch the http.ex with following code to add proxy option to openstreetmap api url: ``` "https://nominatim.openstreetmap.org" => [size: 3, conn_opts: [proxy: {:http, proxy_host, proxy_port, []}]], ``` If I want...
官方S3的插件有这个配置了。Patch: #24
I using AnalyticDB for MySQL provide by Aliyun. It's support WITH clause. I can run WITH clause in DataGrip like following: ``` [2023-12-19 12:02:50] Connected kbw2> use kbw2 [2023-12-19 12:02:50]...
@felixmosh Sorry, it's my fault. Using BullAdapter on bullMQ queue.
any progress?
I agrees [Contributor License Agreement](https://weaviate.io/service/contributor-license-agreement)
Same on A100 80G: python transcribe.py --f audio.aac An error occurred while transcribing the audio: CUDA out of memory. Tried to allocate 768.00 MiB. GPU 0 has a total capacity...
@cbratschi I start node-schedule's cron task in instrumentation.ts and add jobs to BullMQ queue.
@longzheng @paolostyle My working code with latest Tanstack Start 1.121.x: ``` // src/server.tsx import { i18n } from '@lingui/core'; import { createStartHandler, defaultStreamHandler, } from '@tanstack/react-start/server'; import { setupLocaleFromRequest }...