Niklas Mollenhauer

Results 250 comments of Niklas Mollenhauer

I updated peer dependencies of ng-select in this PR: https://github.com/basvandenberg/ng-select/pull/335 In case something else needs to be updated, let me know!

Indeed, it's pretty essential for the scalability of my application.

I think we can now assume a fair amount of promise support. PR still welcomed?

Is there any news on this? GoatCounter looks awesome! :)

If I'm getting #83 right, it is due to the ability to contain stuff that has to be resolved while rendering. However, I think in the current renderer, it's unused...

I'm writing a wrapper that wraps this library into something that looks like [the CAN bus API of the particle photon](https://docs.particle.io/reference/device-os/firmware/photon/#can-canbus-). Not having a global variable with a specific name...

TypeScript (and probably other languages) solve this by introducing a `never` type. ``` let x = throw new RuntimeException print(throw new RuntimeException) // error, because never is not assignable to...

> never (although it's called none) I'm curious: Whats the difference to something like `void`? Edit: Looking at the language reference: https://reference.dyvil.org/language-reference/types/basic-types It seems that it is exactly the same...

> „function f():void returns nothing“ and „function g():none never returns at all“ I think my phrasing was ambiguous (corrected now). It actually is the same as never in TS, but...

The `ClientEnterView` event ony fires if the query client "sees" the user. The query client is actually a user that is hidden in the default configuration of the teamspeak client....