Geovanny Alzate Sandoval
Geovanny Alzate Sandoval
Hey guys any plans to land the @michael-watson repo soon as the official Azure Function integration? Happy to help too, so please let me know what is left and/or what...
> In Premium Plan , even when using EP3 and setting languageWorkers:node:arguments > 4096 doesn't change anything, threads still crash when reaching 1/1.5GB looks like azure function host is still...
Hi @MichalLytek I'm wondering if the new version supports Apollo Server v4 and Apollo Federation v2? we currently rely on `type-graphql` to build our API Gateway built on top of...
> @vany0114 Yes, you can try latest release: https://github.com/MichalLytek/type-graphql/releases/tag/v2.0.0-beta.2 Thanks, we'll give it a try then! 🤞
Hey @hangryfabian that would be super helpful, yeah, I just need to shorten the URL, thanks.
Thanks @hangryfabian I made a function using `RestTemplate`, this is the code, might be helpful to someone ``` public class BitlyHelper { @Autowired private RestTemplate restTemplate; @Value("${BITLY_TOKEN}") private String BITLY_TOKEN;...
Hey @marcj @marcus-sa first things first, thanks for the help here! really appreciate it since we're trying to run some quick POCs before migrating from `@marcj/marshal` to `@deepkit/type`. One of...
@marcj this is how we annotate it using `@marcj/marshal`  And thanks for the detailed explanation, we'll give it a try! BTW has @deepkit/type a delegate similar to `@marcj/marshal` `@OnLoad()`?...
@marcj [this is how it looks like](https://github.com/juanda147/deepkit-test/blob/main/playground/DeepKit/entities/PhoneNumber.ts) after your suggestion about using a custom serializer, in this case, I just added the setter w/o doing anything else but just passing...
cc @JacksonWeber