Cry0nicS

Results 21 comments of Cry0nicS

This issue has been around since forever and it's really making development unpleasant ... ![image](https://user-images.githubusercontent.com/29982205/28666295-7553d5e0-72cf-11e7-8880-18aa3ac5c8c3.png)

> Has anyone managed to upgrade Typeorm to 0.3.0 with TypeGraphql? Yes, @laukaichung . I'm currently working on a small project and I'm using TypeORM 0.3.6 with TypeGraphQL 1.1.1 I'm...

> typeorm-typedi-extensions Why do you need this? Last update was 2 years ago... I've just used [TypeDI](https://github.com/typestack/typedi). Should be enough. > Also, all of my resolvers need to be decorated...

I've manage to find a way to make it work. It's probably not ideal, but does the trick for now. The main issue above is making use of the data-source....

> Ran into this too, had to change torch install under `setup_tools/magicinstaller/requirements/torch_package.py` bottom command to `self.install_pip('torch torchvision torchaudio --extra-index-url...` from `-index-url` Just tried this. However, still getting the same error....

@liujordan since @briansd9 is MIA, are you considering maintaining the fork for a while?

@Killaheala2811 use the fork, for now. https://github.com/liujordan/exile-diary

Is there any fix for this? I can't even run `nuxt build` because of the same issue ![image](https://github.com/nuxt/nuxt/assets/29982205/9b0c5cb6-a40f-4d26-b528-7d22abe1b16f)

Later edit: I solved this issue by creating an `app.config.ts` file in the root. Contents: ```ts export default defineAppConfig({ nuxtIcon: {} }); ```

Yes, @escapedcat that works. `JIRA-123.` also works. So does `#123`. From what I tested, `JIRA-1234` and `JIRA-1234#` and `123` does not work (the last two don't make much sense tho...