Nicolas Franck

Results 141 comments of Nicolas Franck

@johnpinto1 not really. Word is not HTML, and there is no way put everything in bold just by wrapping it between `` tags. Apparently that only works with regular text....

It hasn't happen a lot. But it is something to take into account when making an interface for entering questions: do we want our users to markup the title of...

@demiankatz Yes I know about that component ;-). I'll give it a try Notes: * the underlying iiif-metadata-component call helper `getMetadata` from module manifold: https://github.com/IIIF-Commons/manifold/blob/1373a3343e316096fbb1ae71e2fb2e20de6a994e/src/Helper.ts#L277 * One can actually add...

I made it work as follows: * replace `this.selectCurrentTreeNode();` by `this.selectCurrentTreeNodeByCanvas();` on https://github.com/UniversalViewer/universalviewer/blob/main/src/content-handlers/iiif/modules/uv-contentleftpanel-module/ContentLeftPanel.ts#L105 * replace `this.selectCurrentTreeNode();` by `this.selectCurrentTreeNodeByRange();` on https://github.com/UniversalViewer/universalviewer/blob/main/src/content-handlers/iiif/modules/uv-contentleftpanel-module/ContentLeftPanel.ts#L114 I noticed that the method `selectCurrentTreeNode` tries to determine the...

When I reset the node dependency on `@iiif/iiif-tree-component` to `2.0.3` it works again for my use case. But possibly that breaks other stuff too? I see that the latest months...

@demiankatz I cannot build that project. I am getting al kinds of errors, somewhere in the build step `npm run build:commonjs`. Something called `tsc` is complaining about syntax errors.

w117h047:iiif-metadata-component njfranck$ node -v v16.20.2 w117h047:iiif-metadata-component njfranck$ npm run build > @iiif/[email protected] build > npm run clean && npm run build:css && npm run build:commonjs && npm run build:esmodule &&...

My bad. But there I get the same errors. A small part of the log: w117h047:iiif-tree-component njfranck$ npm run build > @iiif/[email protected] build > npm run clean && npm run...

Providing such a large region for dowload is also not safe. It take time to load this, and it can be a source for a DDOS attack. The UV does...

@demiankatz it is not just that configuration option. I tested the following configuration options for example: * `modules.headerPanel.options.centerOptionsEnabled` has no effect (uses default`true`) * `modules.headerPanel.options.settingsButtonEnabled` has no effect (uses default...