-
Given how NestJs handles route handling(not been handled directly by route handlers). How can we use the `toNodeHandler` to make Better Auth handle request in a NestJs app.
-
(Crossposted from https://github.com/JSMonk/hegel/issues/387)
Hegel inference system is really powerful, so types are usually not needed, but some times they are. For that, a Typescript / Flow synt…
-
## 🚀 Feature request
### Current Behavior
Currently, we're using declaration merging and type level defunctionalization to simulate HKTs.
They did their job well, but there was fundamental prob…
-
**Is your feature request related to a problem? Please describe.**
Since this library is using ajv under the hood, the issue is probably a fundamental problem in ajv, which I have reported [here](h…
-
S3 Client is not configurable as S3.createClient does not accept any parameter. `S3.createClient()` is the binding for the `S3Client` constructor. The JS API accepts an object that is defined by the […
-
Hi guys, I was trying to test with your project and I am getting this error.
```
Do you wish to deploy these changes (y/n)? y
atlas-development-core-layer: deploying... [1/2]
atlas-development…
-
It would be useful when a module can implement an interface using the `implements` keyword. Syntax: `module MyModule implements MyInterface { ... }`.
Example:
``` typescript
interface Showable {
…
-
**TypeScript Version:** 2.5.2
**Code**
```ts
type A = { type: "a", a: number }
type B = { type: "b", b: number }
type X = { type: A, a: string }
type Y = { type: B, b: string }
let x…
-
Hi @perak
Amazing work!
Can we add angular-meteor into there?
Can I help?
Urigo updated
8 years ago
-
This is a great project!
I have started adding the facts about this project to my collection and created the following work-in-progress comparison between it and some others. Now I'm looking for so…