RAMANOHISOA Tahina Faniry Willy

Results 3 issues of RAMANOHISOA Tahina Faniry Willy

## Feature request For adding a SkateJS Element for [RE:DOM](https://redom.js.org/), a high-performance JavaScript UI library that **doesn't use virtual DOM**. The following uses [RedomElement](https://redom.js.org/#api): ```javascript import { el, mount }...

**Issue:** the original tsconfig file, would include _@cloudflare/workers-types_ types like so: - ./node_modules/@types/@cloudflare/workers-types, - ../node_modules/@types/@cloudflare/workers-types, - ../../node_modules/@types/@cloudflare/workers-types and so on, as per [the reference page](https://www.typescriptlang.org/tsconfig#types). **Solution:** Since the actual path...

I was trying to use [sqlc](https://docs.gofiber.io/recipes/sqlc/) with [immudb](https://docs.immudb.io/master/develop/sql/sqlstdlib.html). It seems like [immudb's sql driver](https://github.com/codenotary/immudb/blob/master/pkg/stdlib/driver.go) is based off of MariaDB which golang-migrate supports. So, I am reaching out to people smarter...