swamidass

Results 37 issues of swamidass

This script never sees records as unchanged if the index is configured not to return all attribute by default. This can be fixed by changing getRemoteIndex to this implementation: ```...

bug

The use case is that I have HTML produced from markdown that I want to use as input to MDX-bundler. I'd like to skip the first step of converting markdown...

So, what do you think about doing some quantitative analysis publications? E.g. look at the number of abstracts that use deep learning in particular domains? Count the number of authors?...

Are we doing an updated review for 2020?

So far, all I'm getting out of this is: Where T = React.createElement(Tweet, {ast} ) ReactDOMServer.renderToStaticMarkup(T) It seems that the AST is not rendering. Is there a way to fix...

Has anyone figured out how to use MathJax on a linkedom object? There are some tools for applying it to a jsdom (e.g. https://github.com/pkra/mathjax-node-page/), but I'd prefer to use linkedom....

Feature Request

A library I am using has this code to measure text. ``` const element = document.createElement('canvas'); const ctx = element.getContext("2d"); ctx.font = `${this.opts.fontSizeLarge}pt Helvetica, Arial, sans-serif` let textMetrics = ctx.measureText(text)...

Are k-mers with ambiguous nucleotides (e.g. N) included in the sketch or are they thrown out? I would imagine the best strategy is to have Mash filter these kmers out....

enhancement

What is the best way to patch viewBox attributes in SVGs to implement baseVal? https://developer.mozilla.org/en-US/docs/Web/API/SVGMarkerElement/viewBox

enhancement