Florian ERNST

Results 17 comments of Florian ERNST

@Sytten Any idea / tutorial on how to get started with that? I was gonna use Hasura for subscriptions, but if you tell me it's not _that_ easy, I'd like...

~~It looks like this feature was accepted, when looking at the [Version 1.0 tracking](https://github.com/TypeStrong/typedoc/issues/1364). According to Gerrit0's comment, it should be available by the end of the year if I...

> Note: TypeDoc != TSDoc. This hasn't been added to the TSDoc standard yet, but TypeDoc plans to support it. Other documentation generators might not necessarily support it. Therefore, it...

That's what I've been doing in the new Sandstone backend! So it will be consistent for all commands in the future.

While this is indeed invalid, I don't plan on fixing that. It's semantically invalid to do `execute run` anyway, so there is no reason it should work inside Sandstone. Best...

Anyway, this will be fixed once I rewrite Sandstone's command backend. Same for incorrect line breaks that pop up in some commands.

This is actually a non-trivial problem. To fix it correctly, the "implicitely created function" should take the conflict strategy of its parent, or the general one. However, I'd need to...

I agree that the 4 last should be aliases, for consistency mostly.

That's right! Didn't think about that. I'll change it.

I'm not sure I see the point of those commands: * `DataPointInstance.get` compiling to `/data get ...` does not look useful to me. `data get` is only useful when used...