Tomasz Pluskiewicz

Results 218 issues of Tomasz Pluskiewicz

Wanting to dynamically import only a single element not has to deep dive into the `dist-src` directory: ``` import('@aybolit/material/dist-src/components/abm-button').then() ``` I find this uncommon as well as providing a bundled...

Try this snippet: https://runkit.com/embed/5xvu3rhd5z0u Python's rdflib extract a buttload of prefixes out of virtually any URI it comes across. Graphy does not like it and fails with ``` RangeError: Maximum...

Is it possible to tweak what the output of writing C3/C4 hashes looks like? Specifically, I would like to add line breaks to object lists to prevent very long lines

The `prefix` event is defined in the RDF/JS Stream spec to emit pairs of `[ string, NamedNode ]` `@graphy` however, emits them as `[ string, string ]`

bug
v5-implemented

It would be nice to have support for base IRI in compatible writers. Not an RDF/JS standard, but some parsers support a `baseIRI` parameter, which could also be useful for...

v5-implemented

See this snippet: https://runkit.com/embed/8weuxr2m8t3s The concise hash includes a `"a": [ ">https://code.described.at/EcmaScript" ]`, but the output has the full (or prefixed) `rdf:type` predicate where I expected `[ a ]`

investigate

I learned that the `ttl.write` package has an opt-in feature to output SPARQL-style `base`/`prefix` directives as supported by RDF 1.1 Turtle. It would be nice to have the same option...

Please see https://github.com/evanw/esbuild/issues/1934#issuecomment-1018319984 The package appears to export and invalid `"browser"` field, not matching the current spec

It would be nice to have a status check created on a PR. While I see that the netlify CLI does not return the preview URL in a way easy...

## Describe the bug The menus, such as when selecting a heading, disappear when clicked. Likely caused by using the editor inside a shadow root? ## To Reproduce Steps to...

Bug