Marat Mamyashev

Results 27 comments of Marat Mamyashev

by the way fails to output anyway

Same problem here in Remix 2.3.1 and TSX: "react": "^18.2.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", recaptcha requires types to be imported "@types/react-google-recaptcha": "^2.1.8", `import { ReCAPTCHA } from "react-google-recaptcha";` if imported...

> I found the same issue and applied the following workaround that fixed it: https://stackoverflow.com/a/75093164 Note: this one doesn't work for Remix 2.3.1

> Same here, tried installing @types/react-google-recaptcha but that didnt help Switched to `react-google-recaptcha-ultimate`. This package works.

> @127 `react-google-recaptcha-ultimate` this package deprecated, Did you find solution for `react-google-recaptcha`? yes, as recommended switched to "@google-recaptcha/react": "^1.0.1",

Actually it doesn't work in elder ::Builder notation. But works this way ``` book = GEPUB::Book.new book.set_primary_identifier('urn:uuid:'+uniqueid, 'pub-id', 'uuid') book.language = @document.language book.date = DateTime.now.strftime("%Y-%m-%dT%H:%M:%S%:z") book.rendition_layout='pre-paginated' book.rendition_orientation='landscape' book.rendition_spread='false' ``` Hard...

By the way, is there any simple way to set rendition type? It's terrifying hard now — get package.opf from epub — reassemble it with nokogiri and pack it back.

Ok, I'll try to implement. How do you see it (as far as I don't want to intrude your architecture :-) )? As a parametric feature on setting up constructor...