-
Version of FoalTS: 2.7.1
OS: Ubuntu 20.04/ZorinOS 16
Node: 16.13.1 (via snap)
I have been trying to set up my Linux VM (have tried on ubuntu 20.04 and ZorinOS 16) for foalTS development and am ru…
-
Version of FoalTS: 2.6.0
When I try to run the `npm run makemigrations` command, if I have some imports in my entities that use the `@entity` it throws this error:
> Error during migration gener…
HRK44 updated
2 years ago
-
Version of FoalTS: 2.9.0
When scaffolding a new project using the foal cli (version 2.9.0) other foal dependencies are added at version 2.0 and should also be at 2.9.0.
Specific packages:
* @f…
-
trpc.io(https://trpc.io/) is gaining lot of attractions. Any chance to add it to FoalTs in near feature?
-
I'm trying to set up configuration (while also using the environment files) so that there is a fallback. For example, I have the following configs (I've trimmed them down for simplicity):
*default…
-
We are upgrading to v2 and checking the new Config system, and found that `Config.get` only support predefined types, and `any`. I think the type can be improved, so the return type of the `get` funct…
-
Version of FoalTS: v1 as well as v2
I'm getting this error when I try to do an `npm i`:
```sh
npm ERR! While resolving: @foal/graphql@1.12.2
npm ERR! Found: graphql@15.8.0
npm ERR! node_modul…
-
Hello. I'm trying to customize my socket.io instance (specifically trying to enable the admin instance) but I can't do that as I can't access the raw socket connection. See these docs: https://socket.…
-
i want deploy foalts project to heroku , but get error after : git push heroku master :
$ foal rmdir build && tsc -p tsconfig.app.json
remote: /bin/sh: 1: foal: not found
remote: error Command…
-
I want to use [ajv-formats](https://ajv.js.org/packages/ajv-formats.html) Plugin.
I tried `getAjvInstance` method,
```
import addFormats from 'ajv-formats';
...
export class AppController implem…