Logan (ShinProg)
Logan (ShinProg)
I tried to add `denodb` to my project, but a dependency seems unavailable. `error: Import 'https://dev.jspm.io/npm:@jspm/core@1/nodelibs/timers.js' failed: 500 Internal Server Error`  ##...
Similar issue to https://github.com/eveningkid/denodb/issues/271 Using sqlite as DBMS. The delete() method should have a correct return type. Actually, vscode considers it returns `Model | Model[]`. It should return `{ affectedRows:...
Hello, I got this message error : `ERROR Main > Error: Multiple primary key defined` I don't see where is the error. Is it possible to show which table created...
# New issue ## Your environment Please answer these questions when reporting a new issue: **What is your operating system (Windows, Linux, OSX, etc.)?** : Ubuntu Server 20.04 **What is...
[edit] is there an active contributor for the french translation ? It seems outdated in comparison to the english one https://webglfundamentals.org/webgl/lessons/fr/webgl-fundamentals.html
Hello, I'm a dev working using the salesforce crm ecosystem. It has its own backend programming language, called Apex, which is a derivate of Java. The file extension is `.cls`,...
### Clear and concise description of the problem The only code example of createGlobalState documentation (https://vueuse.org/shared/createglobalstate/) is the following : ```ts import { createGlobalState, useStorage } from '@vueuse/core' export const...
Is it possible to provide a function that can clean everything ?
It would be really cool to provide a way to import google's icons using the following configuration : ```js googleFonts: { // ref : https://fonts.google.com/icons icons: { filled: true, weight:...
Hello, Currently, livestream is not supported (see #88) Therefore, is it possible to remove live videos from the `/play [search query]` command like mee6 does ? ### Steps to reproduce...