Gianluca Casati

Results 21 comments of Gianluca Casati

also I started my own Binance API implementation in TS and the structure makes sense, I have a class handling public APIs and a class that extends the public one...

Also had this issue on Next JS. I solved it using an `useIsServerSide` hook: ```tsx import { FC, useEffect, useState } from "react"; import { LineChart, Line, Tooltip } from...

hi @davetapley created a `next` branch with a Next.js app using trunx my plan it is to migrate trunx website to Next.js, it will take some time but in the...

@davetapley I started using trunx in a side project of mine (currently I am spending a lot of time on this side project, it is a crypto trading platform https://www.ggbot2.com/):...

Hi @davetapley yes it is almost done, we are creating the trunx website with latest Next.js I will look into this issue, thanks for reporting it. Yes I created NavbarFixed...

Hi @davetapley please update to trunx version `0.45.0`. Had to remove `"use client"` from trunx package, it looks like a bug in webpack since latest Next.js `13.3`. You can find...

@lowsky thanks for the contribution, `"type":"module"` was added in another branch, now published as version 0.42.2

I just create an index.js referencing the files, sine I need it also for the node require. btw it would useful

can you please deprecated this project, since it is not maintained? Write *deprecated* in the readme and remove it from npm, or at least make it do not install nothing...

you can also do that creating a "subdirectory" file containing HTML and adding the `text/html` content type on S3 of course with this solution you cannot have other files or...