Yi-Ru Lan
Yi-Ru Lan
Very important for users who transfer from scoop to winget! Where can I help right now? Although I'm not familiar with rust.
@lagcamgc has your problem been solved? I found `tiny_face_detector_model.bin` and `ssd_mobilenetv1_model.bin` seems to have some problems: ```js import * as faceapi from "face-api.js"; const float32Array_1 = await faceapi.fetchNetWeights( "/weights/face_landmark_68_tiny_model.bin" );...
Is the target option provided by the `.browserslistrc` file still not supported? It seems that it can only be provided manually?
Hi everyone, I'm currently working on a tool to forward group messages, but the development is stalled due to this issue, is there a better way to resolve this? I...
Agreed that the upgrade of @types/node caused problems.
Adding @types/node (v18.13.0) manually does solve the problem! ```ts import { createSigner } from 'fast-jwt'; export const createAccessToken = (payload: object) => { const config = useRuntimeConfig(); const signWithPromise =...
A real killer feature! Finally no longer need to rely on trpc-nuxt and other things! Does that mean [server/functions](https://github.com/unjs/nitro/discussions/235) is no longer in the current development plan?
Hi guys, so this is an official telegram api issue? This issue is seriously hampering my development of telegram-forwarder, the listen function is very important to me, but so far...
@mominak47 Hi, Have you tested any methods other than getDialogs()? Like getMe() method or something like that. It seems that you have to call a specific method periodically during the...
@mominak47 Thank you for your immediate reply! I'm still not sure if this is some kind of official limitation of the telegram api, where monitoring can be kept running 24...