Patrick Gaskin

Results 386 comments of Patrick Gaskin

Yep. I'll implement it once I have more time.

If I parse it as HTML instead, it should technically work, but it may cause bugs with some epubs. I'll leave it this way for now.

I agree. I still have not decided on how I would store the info (probably boltdb), and still pick up new changes in books with the same filename. Maybe modtimes?...

Thanks! Adding additional formats is within the scope of the project. The main issue is that I need to write a custom reader for each format, as you can see...

I'm not sure how Windows manages multiple installations (I rarely use my Windows dual-boot). Having the same name shouldn't be an issue since bootnext uses the ID, so I guess...

Do both show up separately in the hard disk boot order options in the firmware settings?

Go to the advanced tab, then find the options for each individual hard drive. You should see the additional entries there if they exist.

In that case, bootnext won't be able to choose between the options unless I implement the ability to manipulate the BCD (similar to #2, but for Windows).

Thanks for looking into this further. > Also, why aren't you using the startup folder? It needs to run as admin and show a GUI, but there's nothing like setuid...

You need the specific targeting pack for the version you are building for. Alternatively, you can change the target framework version in the build configuration.