Piotr Pałek
Piotr Pałek
Hey, I stumbled upon this line: https://github.com/vikeri/react-native-background-job/blob/0f47446da97974b0bf9a0cb44bbd8bb78bec4c88/android/src/main/java/com/pilloxa/backgroundjob/ExactJobDispatcher.java#L28 shouldn't this be `(...)Build.VERSION.SDK_INT >= Build.VERSION_CODES.M(...)` (so `>=` instead of `>`) since per [the docs](https://developer.android.com/reference/android/app/AlarmManager#setAndAllowWhileIdle(int,%20long,%20android.app.PendingIntent)) it says that `setExactAndAllowWhileIdle` is available since version...
Hey, I've tried integrating react fast refresh with `swc-loader`, and the result is that if I add `new ReactRefreshPlugin()` to the `plugins: []` list in webpack, `swc-loader` is _dog slow_...
Hey I think the `JsonApiModel` type isn't entirely correct, or very possibly I'm just not understanding it. It has this in it's type / class declaration: `[key: string]: any;`, but...
Hey, Angular 8 targets `es2015` and doesn't have `emitDecoratorMetadata` enabled. Which seems to make this library fundamentally incompatible with the newest version. (see also: https://github.com/angular/angular-cli/issues/15077) I may totally misunderstand all...
I changed the `"i'm dynamically created"` to `"i'm dynamically created!!!"` and after the "reload" message I get two errors: `2BB0C40.js?zx=esaicio3ejno:3 - Uncaught ReferenceError: require is not defined` `node_runner.cljs:9 - Uncaught...
Hey, I've been looking into graphitti and saw that you use classes to define relationships in the JS Client. I'm currently using https://github.com/ghidoz/angular2-jsonapi with the "jsonapi suite" and they use...
Hey, I've followed the steps to install and configure the job scheduler, but it seems the jobs aren't running (nothing is printed in the logs, but also no error). Is...
👋 if this was raised already please link me to the issue, but I've just started using this plugin. Is this a known issue that the chat input conflicts with...