ssomnoremac/graphql-dataloader-boilerplate 1
Very simple boilerplate using GraphQL and DataLoader
ssomnoremac/react-native-picker 1
A Native Picker with high performance.
596 Acres, a public vacant lot viewer for New York City
The GraphQL toolkit for Elixir
Plug support for Absinthe, the GraphQL toolkit for Elixir
Absinthe support for the Relay framework
Seed project for angular apps.
ssomnoremac/angularjs-realworld-example-app 0
Exemplary real world application built with Angular 1.5 + ES6
push eventstride-nyc/remote_retro
commit sha bfc1192f51cd499a06f33630fa9868c8700b3a37
Chore: update analytics scripts
push time in 2 days
PR opened futurepress/epub.js
xmldom does not export ~XMLDOMParser~, it exports DOMParser instead (https://www.npmjs.com/package/xmldom).
When building an app based on this version, the following error occurs, which breaks the build:
./node_modules/epubjs/src/section.js:100:18-34 - Error: export 'XMLDOMParser' (imported as 'XMLDOMSerializer') was not found in 'xmldom' (possible exports: DOMImplementation, DOMParser, XMLSerializer)
It seems to be a simple misunderstanding/misspelling.
Making this small correction manually in the local node_modules fixes this, but it's obviously not a proper long-term solution.
This is where this bug was introduced,
PS: thanks for developing this great package! 👍
pr created time in 3 days
issue openedjsdf/react-native-htmlview
I wonder if it is possible to do something like this. I would like to display the url inside a webview, but I can't get the title/text of the clicked anchor tag.
<HTMLView value={content ? content.rendered : ''} onLinkPress={(url, text) => { navigation.push(WEBVIEW, { url: url, title: text, }); }} />
created time in 5 days
issue commentfuturepress/epub.js
RTL issue when going to a specific chapter.
Do you have the below attribute defined in your epub spine tag within package.opf
page-progression-direction="rtl"
comment created time in 5 days
pull request commentfuturepress/epub.js
Fix navigation in pre-paginated RTL double page view
Chrome starting from version 85(Aug 2020) fixed their RTL scroll type to be negative like Firefox and the specs
https://www.chromestatus.com/feature/5759578031521792
so bugs were affecting Firefox applies to chrome(85+) too
comment created time in 6 days
issue commentfuturepress/epub.js
Have you had any success doing server-side rendering with node.js?
This would be great because it means the book could essentially be loaded exclusively as .html chapter-by-chapter instead of downloading the entire .epub. More secure too, although could get expensive on the server.
comment created time in 9 days
issue commentfuturepress/epub.js
Image and svg's max-width doesn't get set because of invalid property
Note this change helps but does not really work in 2 page spread mode as the sum of paddingLeft and paddingRight double counts the gap since columnWidth has already had it removed.
A potential solution is to subtract out the gap (this._layout.gap) from the calculation of horizontalPadding to prevent double counting it. Seems to work okay in our testing, but I am not sure this is a correct solution.
To see this bug, place an image with width 100% between two paragraphs of text, and grow the window until two columns (2 pages) are shown. The max-width css added in adjustSize clips the image to be less than the width of the text when it should be equal. This is easiest to see with fully justified text.
Subtracting out the gap from horizontalPadding seems to work in single page and two page (2 columns) mode.
Hope this helps.
comment created time in 11 days
issue commentfuturepress/epub.js
When using both toc and continous scroleld view, the viewer jumps after navigation
Is this issue solved? I experienced the same
comment created time in 11 days
issue closedfuturepress/epub.js
Prevent downloading the epub from browser
If I right click and select save as then the epub gets downloaded. How to prevent epub download from browser?
closed time in 11 days
nikhilbhalwankarissue commentfuturepress/epub.js
How to append custom styling to a highlight?
this.rendition.themes.default({ '::selection': { 'background': 'rgba(0,0,255, 0.3)' } });
This works as expected. However how can I retain the same colour after the selection and change it to yellow only when cfiRange is stored in local storage?
comment created time in 11 days
issue commentfuturepress/epub.js
When you got error (mimetype file and some images files), extract them out one at a time
comment created time in 13 days
issue commentfuturepress/epub.js
This book packed with errors. Try to unzip .epub file, and then open <book_root>/OBPS/content.opf
comment created time in 13 days
issue openedfuturepress/epub.js
EpubCFI.compare() returns wrong result
EpubCFI.compare() returns wrong result for the following CFIS:
EpubCFI.compare("epubcfi(/6/2[id0]!/4/8,/1:273,/1:326)", "epubcfi(/6/2[id0]!/4/8,/2/1:4,/1:21)") the function returns -1,
but actually the second is before the first - this is the relevant html part
<p><b>Background</b>.[146] Behavior is influenced by individuallevel attributes as well as by the conditions under which people live. Altering policies, practices, and the conditions of life can directly and indirectly influence individual behavior. This paper builds on existing ecological theories of health behavior by specifying structural mechanisms by which population-level factors effect change in individual health behaviors.</p> and the text , ( epubcfi(/6/2[id0]!/4/8,/2/1:4,/1:21 marked in bold, epubcfi(/6/2[id0]!/4/8,/1:273,/1:326 in italics) :
Background.[146] Behavior is influenced by individuallevel attributes as well as by the conditions under which people live. Altering policies, practices, and the conditions of life can directly and indirectly influence individual behavior. This paper builds on existing ecological th_eories of health behavior by specifying structural me_chanisms by which population-level factors effect change in individual health behaviors.
Obviously this happens because the earlier cfi has more parts )I guess because of the element in bold) , but it is also clearly wrong
created time in 14 days
issue openedfuturepress/epub.js
Issue while reducing Font Size
Dear Team,
We are facing strange issue. When we reduce the font size of book dynamically and going to second chapter from first chapter then again coming back to last page of first chapter by clicking previous button then location is reaching to first page of first chapter instead of last page of first chapter. Please share how to fix this issue.
Regards, Uma
created time in 14 days
issue commentjsdf/react-native-htmlview
Space between html tags is huge even tho I wrapped my content in "<div>"
You need to add addLineBreaks={false}.
comment created time in 19 days
issue openedfuturepress/epub.js
as seen in https://github.com/troyeguo/koodo-reader/issues/162
Trying to launch this book, but the viewer would crash while the catalog screen is still up. https://github.com/KeithAnyan/NeoreactionaryCanon.epub
Books from https://github.com/KeithAnyan can be opened, however. Other Samples
created time in 20 days
PR opened absinthe-graphql/absinthe-socket
pr created time in 20 days
issue openedjsdf/react-native-htmlview
i am passing this httml sting to htlmView as a value but text color is not changing . i want to send dynamic color from backend "<font color=‘green’> Text </font>"
created time in 21 days
issue openedfuturepress/epub.js
NPM Audit issue due to xmldom? https://www.npmjs.com/advisories/1650
created time in 23 days
issue openedfuturepress/epub.js
Upgrading to Vue3, Quasar2, Webpack5 = export 'XMLDOMParser' was not found in 'xmldom'
I have upgraded to Quasar2 which contains Vue3 and Webpack5. Since the upgrade I am seeing the following message during the launch of the development environment. Anyone else experienced this or have an idea what it could be?
App • WARNING • UI in ./node_modules/epubjs/src/section.js
export 'XMLDOMParser' (imported as 'XMLDOMSerializer') was not found in 'xmldom' (possible exports: DOMImplementation, DOMParser, XMLSerializer)
App • WARNING • Compilation succeeded but there are warning(s). Please check the log above.
created time in 24 days
issue closedfuturepress/epub.js
rendition.annotations.remove(cfi) does not remove the highlight
closed time in 25 days
pkvovissue commentfuturepress/epub.js
rendition.annotations.remove(cfi) does not remove the highlight
remove(cfiRange, type)
the example highlights.html need to be updated, to pass the type parameter
comment created time in 25 days
issue openedfuturepress/epub.js
rendition.annotations.remove(cfi) does not remove the highlight
created time in 25 days
issue commentstride-nyc/remote_retro
Make it clearer that people can join late if not everyone has joined on time
yeah, this is a great callout, @williamcodes. gonna see if the bench folks can arrive at better language
comment created time in a month