GimpMaster

Results 25 issues of GimpMaster

I just recently upgraded from Agenda 3.1.0 to 4.2.1 I'm using typescript and the documentation says to change from `import Agenda from "agenda";` to ``import { Agenda } from "agenda/es";`...

### What went wrong? I installed dockly via npm install -g dockly. When running it I got this error ``` internal/modules/cjs/loader.js:892 throw err; ^ Error: Cannot find module 'node:process' Require...

bug

I've built a wrapper around UniLayer where editors can view past history of their saves to a template. It would be great if there was a way when I load...

I have a web server running in WSL2 in ubuntu. I'm using postman in windows GUI. If I try to send a GET request to http://127.0.0.1:3001 it never makes a...

### Description cordova-plugin-code-push conflicts with the cordova-support-google-services plugin by stopping the postBuildExtras function. I witnessed this issue trying to use the phonegap-plugin-push (for push notifications) and the cordova-plugin-code-push (for code...

https://github.com/primetwig/react-nestable/issues/29 I applied the same code suggested by [manuelbeier](https://github.com/manuelbeier) But since his pull request never got merged here is an updated version. Tested and works great for me in typescript.

One of the things that was a little confusing is your XRImageDetectionTargetController in the case of the OnImageTargetDetected callback. What I found is that it does not get called each...

I was finding that the gradle file uses a library that has been deprecated and in order to use it you have to adjust your AndroidManifest.xml See this link: https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p...

I'm trying to debug a problem with `@graphql-codegen/typescript-react-query` GraphQL - Codegen would call with typescript the request method like this ``` function fetcher(client: GraphQLClient, query: string, variables: TVariables, headers: RequestInit['headers'])...

As I was working on the Cordova plugin I noticed this variable only ever gets set to true, but never set to false in cleanup/unpublish. mIsPublisherSetup = true;