François Pirsch

Results 24 comments of François Pirsch

The string can be returned from your class simply like this. ```swift @NodeProperty var version: String { return library.applicationVersion } ``` I couldn't get the playlists to work from a...

22.3.1-rc3 still throws intances of custom Exception classes, not native `Error`s

Hi @Reivilo85k I was referring to `FailResponseException.js`, `NotFoundException.js`, `OAuthProviderException.js`, `UnauthorizedException.js`

1 is undesirable because separation of concerns: both products are too different 2 a monorepo is a bit overkill here and adds useless complexity The use case is a node.js...