Max

Results 11 issues of Max

We want to keep the library installed for our internal application in production for research reasons. Is there a way to protect the web frontend from unauthorized access? For example...

After i have added this library to gradle: ``` implementation group: 'at.favre.lib', name: 'bcrypt', version: '0.9.0' ``` build the Project into a JAR and run it ``` java -jar build/libs/example-0.0.1.jar...

Storage Size is Bigger than MAX_INT for my project. Probably "long" would be more suitable. :) ``` Newtonsoft.Json.JsonReaderException: JSON integer 12976194741 is too large or small for an Int32. Path...

It would be nice if there is support for nested folders in the sidebar/toc.

I'm thinking of migrating from Retype to this library and one thing i find really cool there is the automatic TOC generation. Is this also a thing that you are...

- [ ] Split readme tables to single files (#1) - [ ] Create Nuxt project with content module - [ ] Host project on vps

enhancement

- [ ] Create single yaml files for every entry in the readme tables - [ ] Create script the updates the readme tables => The single yaml files will...

enhancement

This PR adds http get parameters for the /html endpoint. Fixes #5 Example: https://notion-page-to-html-api-five.vercel.app/html?id=4d64bbc0634d4758befa85c5a3a6c22f&bodyContentOnly=true

Commandline Output: ``` Vercel CLI 20.1.2 dev (beta) — https://vercel.com/feedback > Ready! Available at http://localhost:3000 Error! Failed to complete request to /html?id=4d64bbc0634d4758befa85c5a3a6c22f: Error: connect ECONNREFUSED ::1:50124 Error! Failed to complete...