Bibek Shrestha

Results 14 issues of Bibek Shrestha

The pdf-viewer doesn't support hyperlinks inside the pdf. Can we have this feature too?

enhancement
help wanted

a. I am curious what is the reason for having the public/site folder as the controllers should most likely stay in `/app` folder right? b. Also, as `public` would be...

Hi, I saw a similar issue closed in #114 but would like to open up the discussion again. My requirement: I'd like to put a pdf (barcode) at a certain...

question

If string length is not specified manually, the char* buffer is not terminated properly with a '\0'. Take an example: ```lua "SELECT c FROM sbtest%u WHERE name=?", {t.CHAR, 120}}, ```...

Since the templates are basically `erb` files, one can edit it and add Ruby commands that gets executed in Heroku shell. Is there a better way to sanitize the erb...

I have a single iTerm2 with multiple tabs. I run vim in one, and want to run tests in another tab. When I run vim-test, it outputs characters in the...

documentation
help wanted
wiki

When I choose a text font and save the svg, the font does not get saved and locally in my computer it looks totally different. Is it possible to convert...

After executing a query, the result is an anonymous class with `Schema::ObjectClass` as an ancestor. To prevent from fetching the resource multiple times, ideally it would be nice to store...

`wkhtmltopdf` supports downloading multiple html documents and combining them into a single pdf. ``` wkhtmltopdf url1 url2 ... urlN path/to/file.pdf ``` WickedPdf doesn't support it right now. This PR adds...

has-merge-conflicts

Looking for some invoicing gems and this one looks like it has good documentation. But the last commit is in 2015. So curious if there are any forks maintained or...

question