Jon Chin

Results 10 issues of Jon Chin

Hi, I'm trying to increase the max file size for uploading. I edited auto_dropzone to increase max_length but I'm still having trouble uploading a 26mb zip file. ideas?

**Describe the bug** I have an AppImage that I verified can run without AppImageLauncher. After installing AppImageLauncher and integrating it, the AppImage doesn't run when I try to launch it...

bug
needs verification
template not followed

this is in version 1.0.0. currently, the documentation says to put the styling after the code block: ``` ### Hello World ```javascript console.log('Hello world'); ```{style="font-size: 36pt"} ``` When trying this,...

I LOVE this. It increases my productivity significantly. However, it would be so much better if I could specify where the generates slides are saved on my drive. Or even...

### Version info **firebase-functions-test:** 3.1.1 **firebase-functions:** 3.18.0 **firebase-admin:** 10.0.2 ### Test case ``` // create.ts // userSchema is a Zod object const { HttpsError, onCall } = require("firebase-functions/v2/https") import {userSchema}...

The instructions aren't quite clear. I ran the prepare_selfinst script, downloaded an android os (renamed to update.zip) and a linux image (renamed to linux.img). both os files are at the...

my use case for PostGIS is to be able to find records within a distance from a specific point. does this plugin let me do that?

I'm examining the results form this plugin and while I get a bunch of address components, there's no `formatted_address` field. when examining the network traffic through web, I see that...

I just tried using this plugin to reverse geocode on web and passed in the required parameters: `latitude`, `longitude`, and `apiKey`. however, it returned 0 addresses. I then manually put...

I tried to use `setDefaults` as it is shown in the README by specifying only `key`, `language`, and `region`. however, my typescript compiler complained that `outputFormat` was required. not a...