Git Product home page Git Product logo

printer's Introduction

Hello. I am a software developer. I build things that excite me, usually having little visible similarities.

I love to code random but useful ideas that pop in my head from time to time. I don't have a fixed stack that I like working on yet; albeit I've explored a lot of languages and technologies through various side projects. Even so, I can safely say that my most used languages are TypeScript, Python, and Go.

Although I enjoy cycling alone, most of my day is spent indoors either doing random things on my laptop, chatting, coding, playing video games, or decorating my room; all while jamming to music.

Contact me at [email protected].

printer's People

Stargazers

 avatar

Watchers

 avatar

printer's Issues

Set the binary for prince within the code

When hosting, platforms have difficulty detecting where the prince binary is located (it completely breaks if it's not installed). node-prince should fix this automatically as it installs prince on its own but I haven't yet gotten a response from its maintainer. For more details on this, see rse/node-prince#52

Update README

The readme needs to emphasise on the fact that this repo isn't to be used "as is" but rather it provides a codebase that is ready-to-go for any designs you want to make.

SSR doesn't wait for tailwind.css to be generated

When running SSR for the API, an exec is run to generate the dist/tailwind.css file. Even though it is "awaited" it doesn't wait for it and tries to read the file but it doesn't exist till then.

await exec('bunx tailwindcss -i ./src/app.css -o ./dist/tailwind.css');
tailwindcss = readFileSync('dist/tailwind.css');

Ideally, I want that this file is generated through some way other than using exec.

Support for metadata in resume preset

The resume preset needs some metadata options as it's a document that'll most benefit from them. This can additionally be made generic for all current and future presets

Calculate page count dynamically in generated PDFs

Currently, in the question-paper design, the page count is required in the data file. This value can easily get outdated on future updates of a data or even misconfigured initially.

A solution to this might be to generate the PDF without a count and then update the count, generating the PDF again. This is incredibly inefficient since generating a PDF is an expensive operation.

Looking for a different solution to this problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.