Tobias Bocanegra

Results 40 issues of Tobias Bocanegra

On a device that does not support OpenGL ES 2.0 I get: ``` E/chromium( 8141): [ERROR:gles2_cmd_decoder.cc(11041)] [.Compositor-0x5b75fd30]GL ERROR :GL_INVALID_OPERATION : glCopyTexImage2D: E/chromium( 8141): [ERROR:gles2_cmd_decoder.cc(7613)] [.CmdBufferImageTransportFactory-0x5c6d7ad8]RENDER WARNING: texture bound to texture...

## Description AFAICS, there is not adapter for http2 yet. are there any plans to implement one? ### Shareable Source ## Relevant Links - https://nodejs.org/docs/latest-v10.x/api/http2.html - https://github.com/grantila/fetch-h2

enhancement ✨
:package: adapter

- allowing to specify the `fileName` would help reducing the document size if the same image is included several times - allowing to specify the `transformation.emus` separately would allow to...

feature request
Difficulty: Easy

I have simple doc, that looks find in word, but misses the list numbers in online word. word: ![image](https://user-images.githubusercontent.com/917628/113469075-8fdb3080-9485-11eb-8f31-1811a64c45e4.png) online word: ![image](https://user-images.githubusercontent.com/917628/113469089-a41f2d80-9485-11eb-972c-610157341120.png) note that the indents are correct, i.e. the...

bug

Online word has problems with custom table styles. for example the https://github.com/dolanmiu/docx/blob/master/demo/25-table-xml-styles.ts demo produces this in word: ![image](https://user-images.githubusercontent.com/917628/113470087-c1f09080-948d-11eb-978b-687dd2f72d6b.png) but this in online word: ![image](https://user-images.githubusercontent.com/917628/113470094-cddc5280-948d-11eb-9906-3475cd1e2db3.png) --- tested with `docx-6.0.3`

bug

I noticed than when using a table style from an external document (template), it usually includes a theme color, eg: ```xml ``` when using the external style, this renders ok...

feature request

`blackbox_addadmin ` adds all keys to the internal keychain that match the given userid, even if one of the keys is revoked.

what would be the effort to add support for cordova-windows ? As far as I understand, crosswalk is already available for windows. is it just a matter of piece it...

# Bug report **What is the current behavior?** using `createRequire` isn't detected when imported with `node:` prefix. i.e. the imported module is not resolved. **If the current behavior is a...

Assume you have a document with 2 level 0 ordered lists: ``` 1. one 2. two Something else 3. three Something else 1. one 2. two ``` the numbering information...

enhancement