Jérémy

Results 11 comments of Jérémy

1 year later and still 0 documentation.

Hi @julien51, Yes of course: 0x14cdD9524e02763bdf0B0902034a5568a08f491b on the BSC network

Hi @julien51, any update on this issue? I would fix the issue myself, but the data seems to be coming from your API.

I have spent my whole day trying to migrate our legacy project from webpack to vite, and I am now stuck with the exact same issue. I have seen this...

I do not think these issues are related. I also face the same issue. My company's app is huge and has a bunch of imported stylings (css/scss), and sometimes we...

@melloware Thanks, that's actually working. But still need to go through the whole application to check if nothing is broken. Would be great to let us the possibility to import...

I am having the same issue using pop-shell and pop-launcher on nixos.

I created a fix on my fork, just use like this: `export { Database, SQLite3Connector, Model, DataTypes, } from "https://raw.githubusercontent.com/jerlam06/denodb/master/mod.ts";`

I am using Typescript and I made it work by installing these dependencies: ``` @types/graphql @babel/core @types/graphql @types/aws-lambda babel-loader ``` You probably don't need the dependencies starting by `@types` if...