Lukas Jakob

Results 20 comments of Lukas Jakob

Awesome, thanks!

@sajidali There is no PR to update this.

https://github.com/lujakob/nestjs-realworld-example-app/blob/master/src/article/article.module.ts#L27 This is what you're looking for?

@Zahma indeed, this user check is missing. Should be something like https://github.com/gothinkster/node-express-realworld-example-app/blob/master/routes/api/articles.js#L153-L179

export function myCustomAudioProviderFactory is not needed but added by the author as an example for adding a custom AudioProvider. And as it's a demo, I didn't want to remove it...

For me the following solution worked: import {NgModule} from '@angular/core'; import {IonicPageModule} from 'ionic-angular'; import {MapPage} from './map'; import {ChartModule} from 'angular2-highcharts'; import * as highcharts from 'highcharts'; declare var...

@orbitalturtle I have been studying the https://doc.rust-lang.org/stable/book for the last couple of days and need some pet project. I will give this a try. I will build the backend/API in...

@sr-gi do you know how can I ping one of those watchtowers, e.g. yours in https://github.com/talaia-labs/rust-teos/discussions/158#discussion-4599480 - could you post me the curl request please?

> @lujakob `curl -i towerurl.tld:9814/ping` > > Also for tor, you can use this: `curl -is --socks5-hostname 127.0.0.1:9050 toweronionaddress.onion:9814/ping` assuming you have a tor proxy daemon running on localhost:9050 I...

@psykolm22 I created a PR for this issue with @alexzuza solution. Please have a look. Would be great if you could update the NPM repo, as it's blocking our production...