Christian Theilemann

Results 55 comments of Christian Theilemann

actually it appears that the app simply doesn't handle SIGTERM correctly. When I run aptos-rosetta I'm unable to stop it via `CTRL+C`.

you can use personal access tokens as password actually.

Looks, good, but I don't like the api in the second example. I would rather make the "constraint" variant a bit more explicit and pass in the constraint name as...

I don't think it makes the line that much longer, especially if it's just `constraint`. My concern is mainly about the readability of the code: when another engineer reads the...

@tomitrescak which mutation construct are you referring to? could you perhaps create an example? thanks

i agree. Its super annoying and slowing me down that i always have to make everything type compliant when I'm just hacking around with some experimental changes in my code...

I was recently researching modern TS first frameworks for node and came across FoalTS. Comparing it mostly to NestJS. Haven't really made a decision yet what to use but here...

@dlespiau @squaremo Could you add in one of the next releases native TypeScript support, as-in automatically running .ts files through a TypeScript compiler (maybe using ts-node)? I think it's fine...

I just spend the past few days evaluating different solutions to use render k8s manifests (and potentially other stuff) using TypeScript+Node. From the TypeScript+Node camp I like kosko so far...